#[repr(transparent)]pub struct IDispatch(_);Expand description
Required features: "Win32_System_Com"
Implementations
impl IDispatch
impl IDispatch
pub unsafe fn GetTypeInfoCount(&self) -> Result<u32>
pub unsafe fn GetTypeInfo(&self, itinfo: u32, lcid: u32) -> Result<ITypeInfo>
pub unsafe fn GetIDsOfNames(
&self,
riid: *const GUID,
rgsznames: *const PWSTR,
cnames: u32,
lcid: u32
) -> Result<i32>
pub unsafe fn Invoke(
&self,
dispidmember: i32,
riid: *const GUID,
lcid: u32,
wflags: DISPATCH_FLAGS,
pdispparams: *const DISPPARAMS,
pvarresult: Option<*mut VARIANT>,
pexcepinfo: Option<*mut EXCEPINFO>,
puargerr: Option<*mut u32>
) -> Result<()>
pub unsafe fn Invoke(
&self,
dispidmember: i32,
riid: *const GUID,
lcid: u32,
wflags: DISPATCH_FLAGS,
pdispparams: *const DISPPARAMS,
pvarresult: Option<*mut VARIANT>,
pexcepinfo: Option<*mut EXCEPINFO>,
puargerr: Option<*mut u32>
) -> Result<()>
Required features: "Win32_Foundation", "Win32_System_Ole"
Trait Implementations
impl<'a> From<&'a ContextInfo> for &'a IDispatch
impl<'a> From<&'a ContextInfo> for &'a IDispatch
fn from(value: &'a ContextInfo) -> Self
fn from(value: &'a ContextInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ContextInfo2> for &'a IDispatch
impl<'a> From<&'a ContextInfo2> for &'a IDispatch
fn from(value: &'a ContextInfo2) -> Self
fn from(value: &'a ContextInfo2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ContextMenu> for &'a IDispatch
impl<'a> From<&'a ContextMenu> for &'a IDispatch
fn from(value: &'a ContextMenu) -> Self
fn from(value: &'a ContextMenu) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DDiscFormat2DataEvents> for &'a IDispatch
impl<'a> From<&'a DDiscFormat2DataEvents> for &'a IDispatch
fn from(value: &'a DDiscFormat2DataEvents) -> Self
fn from(value: &'a DDiscFormat2DataEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DDiscFormat2EraseEvents> for &'a IDispatch
impl<'a> From<&'a DDiscFormat2EraseEvents> for &'a IDispatch
fn from(value: &'a DDiscFormat2EraseEvents) -> Self
fn from(value: &'a DDiscFormat2EraseEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DDiscFormat2RawCDEvents> for &'a IDispatch
impl<'a> From<&'a DDiscFormat2RawCDEvents> for &'a IDispatch
fn from(value: &'a DDiscFormat2RawCDEvents) -> Self
fn from(value: &'a DDiscFormat2RawCDEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DDiscFormat2TrackAtOnceEvents> for &'a IDispatch
impl<'a> From<&'a DDiscFormat2TrackAtOnceEvents> for &'a IDispatch
fn from(value: &'a DDiscFormat2TrackAtOnceEvents) -> Self
fn from(value: &'a DDiscFormat2TrackAtOnceEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DDiscMaster2Events> for &'a IDispatch
impl<'a> From<&'a DDiscMaster2Events> for &'a IDispatch
fn from(value: &'a DDiscMaster2Events) -> Self
fn from(value: &'a DDiscMaster2Events) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DFConstraint> for &'a IDispatch
impl<'a> From<&'a DFConstraint> for &'a IDispatch
fn from(value: &'a DFConstraint) -> Self
fn from(value: &'a DFConstraint) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DFileSystemImageEvents> for &'a IDispatch
impl<'a> From<&'a DFileSystemImageEvents> for &'a IDispatch
fn from(value: &'a DFileSystemImageEvents) -> Self
fn from(value: &'a DFileSystemImageEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DFileSystemImageImportEvents> for &'a IDispatch
impl<'a> From<&'a DFileSystemImageImportEvents> for &'a IDispatch
fn from(value: &'a DFileSystemImageImportEvents) -> Self
fn from(value: &'a DFileSystemImageImportEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DICounterItem> for &'a IDispatch
impl<'a> From<&'a DICounterItem> for &'a IDispatch
fn from(value: &'a DICounterItem) -> Self
fn from(value: &'a DICounterItem) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DIFsrmClassificationEvents> for &'a IDispatch
impl<'a> From<&'a DIFsrmClassificationEvents> for &'a IDispatch
fn from(value: &'a DIFsrmClassificationEvents) -> Self
fn from(value: &'a DIFsrmClassificationEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DILogFileItem> for &'a IDispatch
impl<'a> From<&'a DILogFileItem> for &'a IDispatch
fn from(value: &'a DILogFileItem) -> Self
fn from(value: &'a DILogFileItem) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DISystemMonitor> for &'a IDispatch
impl<'a> From<&'a DISystemMonitor> for &'a IDispatch
fn from(value: &'a DISystemMonitor) -> Self
fn from(value: &'a DISystemMonitor) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DISystemMonitorEvents> for &'a IDispatch
impl<'a> From<&'a DISystemMonitorEvents> for &'a IDispatch
fn from(value: &'a DISystemMonitorEvents) -> Self
fn from(value: &'a DISystemMonitorEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DISystemMonitorInternal> for &'a IDispatch
impl<'a> From<&'a DISystemMonitorInternal> for &'a IDispatch
fn from(value: &'a DISystemMonitorInternal) -> Self
fn from(value: &'a DISystemMonitorInternal) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DRendezvousSessionEvents> for &'a IDispatch
impl<'a> From<&'a DRendezvousSessionEvents> for &'a IDispatch
fn from(value: &'a DRendezvousSessionEvents) -> Self
fn from(value: &'a DRendezvousSessionEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DShellFolderViewEvents> for &'a IDispatch
impl<'a> From<&'a DShellFolderViewEvents> for &'a IDispatch
fn from(value: &'a DShellFolderViewEvents) -> Self
fn from(value: &'a DShellFolderViewEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DShellNameSpaceEvents> for &'a IDispatch
impl<'a> From<&'a DShellNameSpaceEvents> for &'a IDispatch
fn from(value: &'a DShellNameSpaceEvents) -> Self
fn from(value: &'a DShellNameSpaceEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DShellWindowsEvents> for &'a IDispatch
impl<'a> From<&'a DShellWindowsEvents> for &'a IDispatch
fn from(value: &'a DShellWindowsEvents) -> Self
fn from(value: &'a DShellWindowsEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DWebBrowserEvents> for &'a IDispatch
impl<'a> From<&'a DWebBrowserEvents> for &'a IDispatch
fn from(value: &'a DWebBrowserEvents) -> Self
fn from(value: &'a DWebBrowserEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DWebBrowserEvents2> for &'a IDispatch
impl<'a> From<&'a DWebBrowserEvents2> for &'a IDispatch
fn from(value: &'a DWebBrowserEvents2) -> Self
fn from(value: &'a DWebBrowserEvents2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DWriteEngine2Events> for &'a IDispatch
impl<'a> From<&'a DWriteEngine2Events> for &'a IDispatch
fn from(value: &'a DWriteEngine2Events) -> Self
fn from(value: &'a DWriteEngine2Events) -> Self
Converts to this type from the input type.
impl<'a> From<&'a DataSourceObject> for &'a IDispatch
impl<'a> From<&'a DataSourceObject> for &'a IDispatch
fn from(value: &'a DataSourceObject) -> Self
fn from(value: &'a DataSourceObject) -> Self
Converts to this type from the input type.
impl<'a> From<&'a Extensions> for &'a IDispatch
impl<'a> From<&'a Extensions> for &'a IDispatch
fn from(value: &'a Extensions) -> Self
fn from(value: &'a Extensions) -> Self
Converts to this type from the input type.
impl<'a> From<&'a FolderItem> for &'a IDispatch
impl<'a> From<&'a FolderItem> for &'a IDispatch
fn from(value: &'a FolderItem) -> Self
fn from(value: &'a FolderItem) -> Self
Converts to this type from the input type.
impl<'a> From<&'a FolderItem2> for &'a IDispatch
impl<'a> From<&'a FolderItem2> for &'a IDispatch
fn from(value: &'a FolderItem2) -> Self
fn from(value: &'a FolderItem2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a FolderItemVerb> for &'a IDispatch
impl<'a> From<&'a FolderItemVerb> for &'a IDispatch
fn from(value: &'a FolderItemVerb) -> Self
fn from(value: &'a FolderItemVerb) -> Self
Converts to this type from the input type.
impl<'a> From<&'a FolderItemVerbs> for &'a IDispatch
impl<'a> From<&'a FolderItemVerbs> for &'a IDispatch
fn from(value: &'a FolderItemVerbs) -> Self
fn from(value: &'a FolderItemVerbs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a FolderItems> for &'a IDispatch
impl<'a> From<&'a FolderItems> for &'a IDispatch
fn from(value: &'a FolderItems) -> Self
fn from(value: &'a FolderItems) -> Self
Converts to this type from the input type.
impl<'a> From<&'a FolderItems2> for &'a IDispatch
impl<'a> From<&'a FolderItems2> for &'a IDispatch
fn from(value: &'a FolderItems2) -> Self
fn from(value: &'a FolderItems2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a FolderItems3> for &'a IDispatch
impl<'a> From<&'a FolderItems3> for &'a IDispatch
fn from(value: &'a FolderItems3) -> Self
fn from(value: &'a FolderItems3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsADSystemInfo> for &'a IDispatch
impl<'a> From<&'a IADsADSystemInfo> for &'a IDispatch
fn from(value: &'a IADsADSystemInfo) -> Self
fn from(value: &'a IADsADSystemInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsAccessControlEntry> for &'a IDispatch
impl<'a> From<&'a IADsAccessControlEntry> for &'a IDispatch
fn from(value: &'a IADsAccessControlEntry) -> Self
fn from(value: &'a IADsAccessControlEntry) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsAccessControlList> for &'a IDispatch
impl<'a> From<&'a IADsAccessControlList> for &'a IDispatch
fn from(value: &'a IADsAccessControlList) -> Self
fn from(value: &'a IADsAccessControlList) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsBackLink> for &'a IDispatch
impl<'a> From<&'a IADsBackLink> for &'a IDispatch
fn from(value: &'a IADsBackLink) -> Self
fn from(value: &'a IADsBackLink) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsCaseIgnoreList> for &'a IDispatch
impl<'a> From<&'a IADsCaseIgnoreList> for &'a IDispatch
fn from(value: &'a IADsCaseIgnoreList) -> Self
fn from(value: &'a IADsCaseIgnoreList) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsCollection> for &'a IDispatch
impl<'a> From<&'a IADsCollection> for &'a IDispatch
fn from(value: &'a IADsCollection) -> Self
fn from(value: &'a IADsCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsComputer> for &'a IDispatch
impl<'a> From<&'a IADsComputer> for &'a IDispatch
fn from(value: &'a IADsComputer) -> Self
fn from(value: &'a IADsComputer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsComputerOperations> for &'a IDispatch
impl<'a> From<&'a IADsComputerOperations> for &'a IDispatch
fn from(value: &'a IADsComputerOperations) -> Self
fn from(value: &'a IADsComputerOperations) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsContainer> for &'a IDispatch
impl<'a> From<&'a IADsContainer> for &'a IDispatch
fn from(value: &'a IADsContainer) -> Self
fn from(value: &'a IADsContainer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsDNWithBinary> for &'a IDispatch
impl<'a> From<&'a IADsDNWithBinary> for &'a IDispatch
fn from(value: &'a IADsDNWithBinary) -> Self
fn from(value: &'a IADsDNWithBinary) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsDNWithString> for &'a IDispatch
impl<'a> From<&'a IADsDNWithString> for &'a IDispatch
fn from(value: &'a IADsDNWithString) -> Self
fn from(value: &'a IADsDNWithString) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsDeleteOps> for &'a IDispatch
impl<'a> From<&'a IADsDeleteOps> for &'a IDispatch
fn from(value: &'a IADsDeleteOps) -> Self
fn from(value: &'a IADsDeleteOps) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsDomain> for &'a IDispatch
impl<'a> From<&'a IADsDomain> for &'a IDispatch
fn from(value: &'a IADsDomain) -> Self
fn from(value: &'a IADsDomain) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsFaxNumber> for &'a IDispatch
impl<'a> From<&'a IADsFaxNumber> for &'a IDispatch
fn from(value: &'a IADsFaxNumber) -> Self
fn from(value: &'a IADsFaxNumber) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsFileService> for &'a IDispatch
impl<'a> From<&'a IADsFileService> for &'a IDispatch
fn from(value: &'a IADsFileService) -> Self
fn from(value: &'a IADsFileService) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsFileServiceOperations> for &'a IDispatch
impl<'a> From<&'a IADsFileServiceOperations> for &'a IDispatch
fn from(value: &'a IADsFileServiceOperations) -> Self
fn from(value: &'a IADsFileServiceOperations) -> Self
Converts to this type from the input type.
fn from(value: &'a IADsFileShare) -> Self
fn from(value: &'a IADsFileShare) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsLargeInteger> for &'a IDispatch
impl<'a> From<&'a IADsLargeInteger> for &'a IDispatch
fn from(value: &'a IADsLargeInteger) -> Self
fn from(value: &'a IADsLargeInteger) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsLocality> for &'a IDispatch
impl<'a> From<&'a IADsLocality> for &'a IDispatch
fn from(value: &'a IADsLocality) -> Self
fn from(value: &'a IADsLocality) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsMembers> for &'a IDispatch
impl<'a> From<&'a IADsMembers> for &'a IDispatch
fn from(value: &'a IADsMembers) -> Self
fn from(value: &'a IADsMembers) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsNameTranslate> for &'a IDispatch
impl<'a> From<&'a IADsNameTranslate> for &'a IDispatch
fn from(value: &'a IADsNameTranslate) -> Self
fn from(value: &'a IADsNameTranslate) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsNamespaces> for &'a IDispatch
impl<'a> From<&'a IADsNamespaces> for &'a IDispatch
fn from(value: &'a IADsNamespaces) -> Self
fn from(value: &'a IADsNamespaces) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsNetAddress> for &'a IDispatch
impl<'a> From<&'a IADsNetAddress> for &'a IDispatch
fn from(value: &'a IADsNetAddress) -> Self
fn from(value: &'a IADsNetAddress) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsObjectOptions> for &'a IDispatch
impl<'a> From<&'a IADsObjectOptions> for &'a IDispatch
fn from(value: &'a IADsObjectOptions) -> Self
fn from(value: &'a IADsObjectOptions) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsOctetList> for &'a IDispatch
impl<'a> From<&'a IADsOctetList> for &'a IDispatch
fn from(value: &'a IADsOctetList) -> Self
fn from(value: &'a IADsOctetList) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsOpenDSObject> for &'a IDispatch
impl<'a> From<&'a IADsOpenDSObject> for &'a IDispatch
fn from(value: &'a IADsOpenDSObject) -> Self
fn from(value: &'a IADsOpenDSObject) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsPathname> for &'a IDispatch
impl<'a> From<&'a IADsPathname> for &'a IDispatch
fn from(value: &'a IADsPathname) -> Self
fn from(value: &'a IADsPathname) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsPostalAddress> for &'a IDispatch
impl<'a> From<&'a IADsPostalAddress> for &'a IDispatch
fn from(value: &'a IADsPostalAddress) -> Self
fn from(value: &'a IADsPostalAddress) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsPrintJob> for &'a IDispatch
impl<'a> From<&'a IADsPrintJob> for &'a IDispatch
fn from(value: &'a IADsPrintJob) -> Self
fn from(value: &'a IADsPrintJob) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsPrintJobOperations> for &'a IDispatch
impl<'a> From<&'a IADsPrintJobOperations> for &'a IDispatch
fn from(value: &'a IADsPrintJobOperations) -> Self
fn from(value: &'a IADsPrintJobOperations) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsPrintQueue> for &'a IDispatch
impl<'a> From<&'a IADsPrintQueue> for &'a IDispatch
fn from(value: &'a IADsPrintQueue) -> Self
fn from(value: &'a IADsPrintQueue) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsPrintQueueOperations> for &'a IDispatch
impl<'a> From<&'a IADsPrintQueueOperations> for &'a IDispatch
fn from(value: &'a IADsPrintQueueOperations) -> Self
fn from(value: &'a IADsPrintQueueOperations) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsProperty> for &'a IDispatch
impl<'a> From<&'a IADsProperty> for &'a IDispatch
fn from(value: &'a IADsProperty) -> Self
fn from(value: &'a IADsProperty) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsPropertyEntry> for &'a IDispatch
impl<'a> From<&'a IADsPropertyEntry> for &'a IDispatch
fn from(value: &'a IADsPropertyEntry) -> Self
fn from(value: &'a IADsPropertyEntry) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsPropertyList> for &'a IDispatch
impl<'a> From<&'a IADsPropertyList> for &'a IDispatch
fn from(value: &'a IADsPropertyList) -> Self
fn from(value: &'a IADsPropertyList) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsPropertyValue> for &'a IDispatch
impl<'a> From<&'a IADsPropertyValue> for &'a IDispatch
fn from(value: &'a IADsPropertyValue) -> Self
fn from(value: &'a IADsPropertyValue) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsPropertyValue2> for &'a IDispatch
impl<'a> From<&'a IADsPropertyValue2> for &'a IDispatch
fn from(value: &'a IADsPropertyValue2) -> Self
fn from(value: &'a IADsPropertyValue2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsReplicaPointer> for &'a IDispatch
impl<'a> From<&'a IADsReplicaPointer> for &'a IDispatch
fn from(value: &'a IADsReplicaPointer) -> Self
fn from(value: &'a IADsReplicaPointer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsResource> for &'a IDispatch
impl<'a> From<&'a IADsResource> for &'a IDispatch
fn from(value: &'a IADsResource) -> Self
fn from(value: &'a IADsResource) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsSecurityDescriptor> for &'a IDispatch
impl<'a> From<&'a IADsSecurityDescriptor> for &'a IDispatch
fn from(value: &'a IADsSecurityDescriptor) -> Self
fn from(value: &'a IADsSecurityDescriptor) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsSecurityUtility> for &'a IDispatch
impl<'a> From<&'a IADsSecurityUtility> for &'a IDispatch
fn from(value: &'a IADsSecurityUtility) -> Self
fn from(value: &'a IADsSecurityUtility) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsService> for &'a IDispatch
impl<'a> From<&'a IADsService> for &'a IDispatch
fn from(value: &'a IADsService) -> Self
fn from(value: &'a IADsService) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsServiceOperations> for &'a IDispatch
impl<'a> From<&'a IADsServiceOperations> for &'a IDispatch
fn from(value: &'a IADsServiceOperations) -> Self
fn from(value: &'a IADsServiceOperations) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsSession> for &'a IDispatch
impl<'a> From<&'a IADsSession> for &'a IDispatch
fn from(value: &'a IADsSession) -> Self
fn from(value: &'a IADsSession) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsSyntax> for &'a IDispatch
impl<'a> From<&'a IADsSyntax> for &'a IDispatch
fn from(value: &'a IADsSyntax) -> Self
fn from(value: &'a IADsSyntax) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsTSUserEx> for &'a IDispatch
impl<'a> From<&'a IADsTSUserEx> for &'a IDispatch
fn from(value: &'a IADsTSUserEx) -> Self
fn from(value: &'a IADsTSUserEx) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsTimestamp> for &'a IDispatch
impl<'a> From<&'a IADsTimestamp> for &'a IDispatch
fn from(value: &'a IADsTimestamp) -> Self
fn from(value: &'a IADsTimestamp) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsTypedName> for &'a IDispatch
impl<'a> From<&'a IADsTypedName> for &'a IDispatch
fn from(value: &'a IADsTypedName) -> Self
fn from(value: &'a IADsTypedName) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IADsWinNTSystemInfo> for &'a IDispatch
impl<'a> From<&'a IADsWinNTSystemInfo> for &'a IDispatch
fn from(value: &'a IADsWinNTSystemInfo) -> Self
fn from(value: &'a IADsWinNTSystemInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAMChannelInfo> for &'a IDispatch
impl<'a> From<&'a IAMChannelInfo> for &'a IDispatch
fn from(value: &'a IAMChannelInfo) -> Self
fn from(value: &'a IAMChannelInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAMCollection> for &'a IDispatch
impl<'a> From<&'a IAMCollection> for &'a IDispatch
fn from(value: &'a IAMCollection) -> Self
fn from(value: &'a IAMCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAMExtendedErrorInfo> for &'a IDispatch
impl<'a> From<&'a IAMExtendedErrorInfo> for &'a IDispatch
fn from(value: &'a IAMExtendedErrorInfo) -> Self
fn from(value: &'a IAMExtendedErrorInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAMExtendedSeeking> for &'a IDispatch
impl<'a> From<&'a IAMExtendedSeeking> for &'a IDispatch
fn from(value: &'a IAMExtendedSeeking) -> Self
fn from(value: &'a IAMExtendedSeeking) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAMMediaContent> for &'a IDispatch
impl<'a> From<&'a IAMMediaContent> for &'a IDispatch
fn from(value: &'a IAMMediaContent) -> Self
fn from(value: &'a IAMMediaContent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAMMediaContent2> for &'a IDispatch
impl<'a> From<&'a IAMMediaContent2> for &'a IDispatch
fn from(value: &'a IAMMediaContent2) -> Self
fn from(value: &'a IAMMediaContent2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAMNetShowConfig> for &'a IDispatch
impl<'a> From<&'a IAMNetShowConfig> for &'a IDispatch
fn from(value: &'a IAMNetShowConfig) -> Self
fn from(value: &'a IAMNetShowConfig) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAMNetShowExProps> for &'a IDispatch
impl<'a> From<&'a IAMNetShowExProps> for &'a IDispatch
fn from(value: &'a IAMNetShowExProps) -> Self
fn from(value: &'a IAMNetShowExProps) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAMNetShowPreroll> for &'a IDispatch
impl<'a> From<&'a IAMNetShowPreroll> for &'a IDispatch
fn from(value: &'a IAMNetShowPreroll) -> Self
fn from(value: &'a IAMNetShowPreroll) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAMNetworkStatus> for &'a IDispatch
impl<'a> From<&'a IAMNetworkStatus> for &'a IDispatch
fn from(value: &'a IAMNetworkStatus) -> Self
fn from(value: &'a IAMNetworkStatus) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IATSCChannelTuneRequest> for &'a IDispatch
impl<'a> From<&'a IATSCChannelTuneRequest> for &'a IDispatch
fn from(value: &'a IATSCChannelTuneRequest) -> Self
fn from(value: &'a IATSCChannelTuneRequest) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IATSCComponentType> for &'a IDispatch
impl<'a> From<&'a IATSCComponentType> for &'a IDispatch
fn from(value: &'a IATSCComponentType) -> Self
fn from(value: &'a IATSCComponentType) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IATSCLocator> for &'a IDispatch
impl<'a> From<&'a IATSCLocator> for &'a IDispatch
fn from(value: &'a IATSCLocator) -> Self
fn from(value: &'a IATSCLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IATSCLocator2> for &'a IDispatch
impl<'a> From<&'a IATSCLocator2> for &'a IDispatch
fn from(value: &'a IATSCLocator2) -> Self
fn from(value: &'a IATSCLocator2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IATSCTuningSpace> for &'a IDispatch
impl<'a> From<&'a IATSCTuningSpace> for &'a IDispatch
fn from(value: &'a IATSCTuningSpace) -> Self
fn from(value: &'a IATSCTuningSpace) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAccessible> for &'a IDispatch
impl<'a> From<&'a IAccessible> for &'a IDispatch
fn from(value: &'a IAccessible) -> Self
fn from(value: &'a IAccessible) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAccessibleWinSAT> for &'a IDispatch
impl<'a> From<&'a IAccessibleWinSAT> for &'a IDispatch
fn from(value: &'a IAccessibleWinSAT) -> Self
fn from(value: &'a IAccessibleWinSAT) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IActionCollection> for &'a IDispatch
impl<'a> From<&'a IActionCollection> for &'a IDispatch
fn from(value: &'a IActionCollection) -> Self
fn from(value: &'a IActionCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAlertDataCollector> for &'a IDispatch
impl<'a> From<&'a IAlertDataCollector> for &'a IDispatch
fn from(value: &'a IAlertDataCollector) -> Self
fn from(value: &'a IAlertDataCollector) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAlternativeName> for &'a IDispatch
impl<'a> From<&'a IAlternativeName> for &'a IDispatch
fn from(value: &'a IAlternativeName) -> Self
fn from(value: &'a IAlternativeName) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAlternativeNames> for &'a IDispatch
impl<'a> From<&'a IAlternativeNames> for &'a IDispatch
fn from(value: &'a IAlternativeNames) -> Self
fn from(value: &'a IAlternativeNames) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAnalogAudioComponentType> for &'a IDispatch
impl<'a> From<&'a IAnalogAudioComponentType> for &'a IDispatch
fn from(value: &'a IAnalogAudioComponentType) -> Self
fn from(value: &'a IAnalogAudioComponentType) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAnalogLocator> for &'a IDispatch
impl<'a> From<&'a IAnalogLocator> for &'a IDispatch
fn from(value: &'a IAnalogLocator) -> Self
fn from(value: &'a IAnalogLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAnalogRadioTuningSpace> for &'a IDispatch
impl<'a> From<&'a IAnalogRadioTuningSpace> for &'a IDispatch
fn from(value: &'a IAnalogRadioTuningSpace) -> Self
fn from(value: &'a IAnalogRadioTuningSpace) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAnalogRadioTuningSpace2> for &'a IDispatch
impl<'a> From<&'a IAnalogRadioTuningSpace2> for &'a IDispatch
fn from(value: &'a IAnalogRadioTuningSpace2) -> Self
fn from(value: &'a IAnalogRadioTuningSpace2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAnalogTVTuningSpace> for &'a IDispatch
impl<'a> From<&'a IAnalogTVTuningSpace> for &'a IDispatch
fn from(value: &'a IAnalogTVTuningSpace) -> Self
fn from(value: &'a IAnalogTVTuningSpace) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IApiTracingDataCollector> for &'a IDispatch
impl<'a> From<&'a IApiTracingDataCollector> for &'a IDispatch
fn from(value: &'a IApiTracingDataCollector) -> Self
fn from(value: &'a IApiTracingDataCollector) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAppDomainHelper> for &'a IDispatch
impl<'a> From<&'a IAppDomainHelper> for &'a IDispatch
fn from(value: &'a IAppDomainHelper) -> Self
fn from(value: &'a IAppDomainHelper) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAssemblyLocator> for &'a IDispatch
impl<'a> From<&'a IAssemblyLocator> for &'a IDispatch
fn from(value: &'a IAssemblyLocator) -> Self
fn from(value: &'a IAssemblyLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAutomaticUpdates> for &'a IDispatch
impl<'a> From<&'a IAutomaticUpdates> for &'a IDispatch
fn from(value: &'a IAutomaticUpdates) -> Self
fn from(value: &'a IAutomaticUpdates) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAutomaticUpdates2> for &'a IDispatch
impl<'a> From<&'a IAutomaticUpdates2> for &'a IDispatch
fn from(value: &'a IAutomaticUpdates2) -> Self
fn from(value: &'a IAutomaticUpdates2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAutomaticUpdatesResults> for &'a IDispatch
impl<'a> From<&'a IAutomaticUpdatesResults> for &'a IDispatch
fn from(value: &'a IAutomaticUpdatesResults) -> Self
fn from(value: &'a IAutomaticUpdatesResults) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAutomaticUpdatesSettings> for &'a IDispatch
impl<'a> From<&'a IAutomaticUpdatesSettings> for &'a IDispatch
fn from(value: &'a IAutomaticUpdatesSettings) -> Self
fn from(value: &'a IAutomaticUpdatesSettings) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAutomaticUpdatesSettings2> for &'a IDispatch
impl<'a> From<&'a IAutomaticUpdatesSettings2> for &'a IDispatch
fn from(value: &'a IAutomaticUpdatesSettings2) -> Self
fn from(value: &'a IAutomaticUpdatesSettings2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAutomaticUpdatesSettings3> for &'a IDispatch
impl<'a> From<&'a IAutomaticUpdatesSettings3> for &'a IDispatch
fn from(value: &'a IAutomaticUpdatesSettings3) -> Self
fn from(value: &'a IAutomaticUpdatesSettings3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAuxInTuningSpace> for &'a IDispatch
impl<'a> From<&'a IAuxInTuningSpace> for &'a IDispatch
fn from(value: &'a IAuxInTuningSpace) -> Self
fn from(value: &'a IAuxInTuningSpace) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAuxInTuningSpace2> for &'a IDispatch
impl<'a> From<&'a IAuxInTuningSpace2> for &'a IDispatch
fn from(value: &'a IAuxInTuningSpace2) -> Self
fn from(value: &'a IAuxInTuningSpace2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzApplication> for &'a IDispatch
impl<'a> From<&'a IAzApplication> for &'a IDispatch
fn from(value: &'a IAzApplication) -> Self
fn from(value: &'a IAzApplication) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzApplication2> for &'a IDispatch
impl<'a> From<&'a IAzApplication2> for &'a IDispatch
fn from(value: &'a IAzApplication2) -> Self
fn from(value: &'a IAzApplication2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzApplication3> for &'a IDispatch
impl<'a> From<&'a IAzApplication3> for &'a IDispatch
fn from(value: &'a IAzApplication3) -> Self
fn from(value: &'a IAzApplication3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzApplicationGroup> for &'a IDispatch
impl<'a> From<&'a IAzApplicationGroup> for &'a IDispatch
fn from(value: &'a IAzApplicationGroup) -> Self
fn from(value: &'a IAzApplicationGroup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzApplicationGroup2> for &'a IDispatch
impl<'a> From<&'a IAzApplicationGroup2> for &'a IDispatch
fn from(value: &'a IAzApplicationGroup2) -> Self
fn from(value: &'a IAzApplicationGroup2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzApplicationGroups> for &'a IDispatch
impl<'a> From<&'a IAzApplicationGroups> for &'a IDispatch
fn from(value: &'a IAzApplicationGroups) -> Self
fn from(value: &'a IAzApplicationGroups) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzApplications> for &'a IDispatch
impl<'a> From<&'a IAzApplications> for &'a IDispatch
fn from(value: &'a IAzApplications) -> Self
fn from(value: &'a IAzApplications) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzAuthorizationStore> for &'a IDispatch
impl<'a> From<&'a IAzAuthorizationStore> for &'a IDispatch
fn from(value: &'a IAzAuthorizationStore) -> Self
fn from(value: &'a IAzAuthorizationStore) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzAuthorizationStore2> for &'a IDispatch
impl<'a> From<&'a IAzAuthorizationStore2> for &'a IDispatch
fn from(value: &'a IAzAuthorizationStore2) -> Self
fn from(value: &'a IAzAuthorizationStore2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzAuthorizationStore3> for &'a IDispatch
impl<'a> From<&'a IAzAuthorizationStore3> for &'a IDispatch
fn from(value: &'a IAzAuthorizationStore3) -> Self
fn from(value: &'a IAzAuthorizationStore3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzBizRuleContext> for &'a IDispatch
impl<'a> From<&'a IAzBizRuleContext> for &'a IDispatch
fn from(value: &'a IAzBizRuleContext) -> Self
fn from(value: &'a IAzBizRuleContext) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzBizRuleInterfaces> for &'a IDispatch
impl<'a> From<&'a IAzBizRuleInterfaces> for &'a IDispatch
fn from(value: &'a IAzBizRuleInterfaces) -> Self
fn from(value: &'a IAzBizRuleInterfaces) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzBizRuleParameters> for &'a IDispatch
impl<'a> From<&'a IAzBizRuleParameters> for &'a IDispatch
fn from(value: &'a IAzBizRuleParameters) -> Self
fn from(value: &'a IAzBizRuleParameters) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzClientContext> for &'a IDispatch
impl<'a> From<&'a IAzClientContext> for &'a IDispatch
fn from(value: &'a IAzClientContext) -> Self
fn from(value: &'a IAzClientContext) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzClientContext2> for &'a IDispatch
impl<'a> From<&'a IAzClientContext2> for &'a IDispatch
fn from(value: &'a IAzClientContext2) -> Self
fn from(value: &'a IAzClientContext2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzClientContext3> for &'a IDispatch
impl<'a> From<&'a IAzClientContext3> for &'a IDispatch
fn from(value: &'a IAzClientContext3) -> Self
fn from(value: &'a IAzClientContext3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzNameResolver> for &'a IDispatch
impl<'a> From<&'a IAzNameResolver> for &'a IDispatch
fn from(value: &'a IAzNameResolver) -> Self
fn from(value: &'a IAzNameResolver) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzObjectPicker> for &'a IDispatch
impl<'a> From<&'a IAzObjectPicker> for &'a IDispatch
fn from(value: &'a IAzObjectPicker) -> Self
fn from(value: &'a IAzObjectPicker) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzOperation> for &'a IDispatch
impl<'a> From<&'a IAzOperation> for &'a IDispatch
fn from(value: &'a IAzOperation) -> Self
fn from(value: &'a IAzOperation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzOperation2> for &'a IDispatch
impl<'a> From<&'a IAzOperation2> for &'a IDispatch
fn from(value: &'a IAzOperation2) -> Self
fn from(value: &'a IAzOperation2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzOperations> for &'a IDispatch
impl<'a> From<&'a IAzOperations> for &'a IDispatch
fn from(value: &'a IAzOperations) -> Self
fn from(value: &'a IAzOperations) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzPrincipalLocator> for &'a IDispatch
impl<'a> From<&'a IAzPrincipalLocator> for &'a IDispatch
fn from(value: &'a IAzPrincipalLocator) -> Self
fn from(value: &'a IAzPrincipalLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzRoleAssignment> for &'a IDispatch
impl<'a> From<&'a IAzRoleAssignment> for &'a IDispatch
fn from(value: &'a IAzRoleAssignment) -> Self
fn from(value: &'a IAzRoleAssignment) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzRoleAssignments> for &'a IDispatch
impl<'a> From<&'a IAzRoleAssignments> for &'a IDispatch
fn from(value: &'a IAzRoleAssignments) -> Self
fn from(value: &'a IAzRoleAssignments) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzRoleDefinition> for &'a IDispatch
impl<'a> From<&'a IAzRoleDefinition> for &'a IDispatch
fn from(value: &'a IAzRoleDefinition) -> Self
fn from(value: &'a IAzRoleDefinition) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IAzRoleDefinitions> for &'a IDispatch
impl<'a> From<&'a IAzRoleDefinitions> for &'a IDispatch
fn from(value: &'a IAzRoleDefinitions) -> Self
fn from(value: &'a IAzRoleDefinitions) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IBITSExtensionSetup> for &'a IDispatch
impl<'a> From<&'a IBITSExtensionSetup> for &'a IDispatch
fn from(value: &'a IBITSExtensionSetup) -> Self
fn from(value: &'a IBITSExtensionSetup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IBITSExtensionSetupFactory> for &'a IDispatch
impl<'a> From<&'a IBITSExtensionSetupFactory> for &'a IDispatch
fn from(value: &'a IBITSExtensionSetupFactory) -> Self
fn from(value: &'a IBITSExtensionSetupFactory) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IBasicAudio> for &'a IDispatch
impl<'a> From<&'a IBasicAudio> for &'a IDispatch
fn from(value: &'a IBasicAudio) -> Self
fn from(value: &'a IBasicAudio) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IBasicVideo> for &'a IDispatch
impl<'a> From<&'a IBasicVideo> for &'a IDispatch
fn from(value: &'a IBasicVideo) -> Self
fn from(value: &'a IBasicVideo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IBasicVideo2> for &'a IDispatch
impl<'a> From<&'a IBasicVideo2> for &'a IDispatch
fn from(value: &'a IBasicVideo2) -> Self
fn from(value: &'a IBasicVideo2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IBinaryConverter> for &'a IDispatch
impl<'a> From<&'a IBinaryConverter> for &'a IDispatch
fn from(value: &'a IBinaryConverter) -> Self
fn from(value: &'a IBinaryConverter) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IBinaryConverter2> for &'a IDispatch
impl<'a> From<&'a IBinaryConverter2> for &'a IDispatch
fn from(value: &'a IBinaryConverter2) -> Self
fn from(value: &'a IBinaryConverter2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IBlockRange> for &'a IDispatch
impl<'a> From<&'a IBlockRange> for &'a IDispatch
fn from(value: &'a IBlockRange) -> Self
fn from(value: &'a IBlockRange) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IBlockRangeList> for &'a IDispatch
impl<'a> From<&'a IBlockRangeList> for &'a IDispatch
fn from(value: &'a IBlockRangeList) -> Self
fn from(value: &'a IBlockRangeList) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IBootOptions> for &'a IDispatch
impl<'a> From<&'a IBootOptions> for &'a IDispatch
fn from(value: &'a IBootOptions) -> Self
fn from(value: &'a IBootOptions) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IBootTrigger> for &'a IDispatch
impl<'a> From<&'a IBootTrigger> for &'a IDispatch
fn from(value: &'a IBootTrigger) -> Self
fn from(value: &'a IBootTrigger) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICOMAdminCatalog> for &'a IDispatch
impl<'a> From<&'a ICOMAdminCatalog> for &'a IDispatch
fn from(value: &'a ICOMAdminCatalog) -> Self
fn from(value: &'a ICOMAdminCatalog) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICOMAdminCatalog2> for &'a IDispatch
impl<'a> From<&'a ICOMAdminCatalog2> for &'a IDispatch
fn from(value: &'a ICOMAdminCatalog2) -> Self
fn from(value: &'a ICOMAdminCatalog2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICatalogCollection> for &'a IDispatch
impl<'a> From<&'a ICatalogCollection> for &'a IDispatch
fn from(value: &'a ICatalogCollection) -> Self
fn from(value: &'a ICatalogCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICatalogObject> for &'a IDispatch
impl<'a> From<&'a ICatalogObject> for &'a IDispatch
fn from(value: &'a ICatalogObject) -> Self
fn from(value: &'a ICatalogObject) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICategoryCollection> for &'a IDispatch
impl<'a> From<&'a ICategoryCollection> for &'a IDispatch
fn from(value: &'a ICategoryCollection) -> Self
fn from(value: &'a ICategoryCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertAdmin> for &'a IDispatch
impl<'a> From<&'a ICertAdmin> for &'a IDispatch
fn from(value: &'a ICertAdmin) -> Self
fn from(value: &'a ICertAdmin) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertAdmin2> for &'a IDispatch
impl<'a> From<&'a ICertAdmin2> for &'a IDispatch
fn from(value: &'a ICertAdmin2) -> Self
fn from(value: &'a ICertAdmin2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertConfig> for &'a IDispatch
impl<'a> From<&'a ICertConfig> for &'a IDispatch
fn from(value: &'a ICertConfig) -> Self
fn from(value: &'a ICertConfig) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertConfig2> for &'a IDispatch
impl<'a> From<&'a ICertConfig2> for &'a IDispatch
fn from(value: &'a ICertConfig2) -> Self
fn from(value: &'a ICertConfig2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertEncodeAltName> for &'a IDispatch
impl<'a> From<&'a ICertEncodeAltName> for &'a IDispatch
fn from(value: &'a ICertEncodeAltName) -> Self
fn from(value: &'a ICertEncodeAltName) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertEncodeAltName2> for &'a IDispatch
impl<'a> From<&'a ICertEncodeAltName2> for &'a IDispatch
fn from(value: &'a ICertEncodeAltName2) -> Self
fn from(value: &'a ICertEncodeAltName2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertEncodeBitString> for &'a IDispatch
impl<'a> From<&'a ICertEncodeBitString> for &'a IDispatch
fn from(value: &'a ICertEncodeBitString) -> Self
fn from(value: &'a ICertEncodeBitString) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertEncodeBitString2> for &'a IDispatch
impl<'a> From<&'a ICertEncodeBitString2> for &'a IDispatch
fn from(value: &'a ICertEncodeBitString2) -> Self
fn from(value: &'a ICertEncodeBitString2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertEncodeCRLDistInfo> for &'a IDispatch
impl<'a> From<&'a ICertEncodeCRLDistInfo> for &'a IDispatch
fn from(value: &'a ICertEncodeCRLDistInfo) -> Self
fn from(value: &'a ICertEncodeCRLDistInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertEncodeCRLDistInfo2> for &'a IDispatch
impl<'a> From<&'a ICertEncodeCRLDistInfo2> for &'a IDispatch
fn from(value: &'a ICertEncodeCRLDistInfo2) -> Self
fn from(value: &'a ICertEncodeCRLDistInfo2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertEncodeDateArray> for &'a IDispatch
impl<'a> From<&'a ICertEncodeDateArray> for &'a IDispatch
fn from(value: &'a ICertEncodeDateArray) -> Self
fn from(value: &'a ICertEncodeDateArray) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertEncodeDateArray2> for &'a IDispatch
impl<'a> From<&'a ICertEncodeDateArray2> for &'a IDispatch
fn from(value: &'a ICertEncodeDateArray2) -> Self
fn from(value: &'a ICertEncodeDateArray2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertEncodeLongArray> for &'a IDispatch
impl<'a> From<&'a ICertEncodeLongArray> for &'a IDispatch
fn from(value: &'a ICertEncodeLongArray) -> Self
fn from(value: &'a ICertEncodeLongArray) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertEncodeLongArray2> for &'a IDispatch
impl<'a> From<&'a ICertEncodeLongArray2> for &'a IDispatch
fn from(value: &'a ICertEncodeLongArray2) -> Self
fn from(value: &'a ICertEncodeLongArray2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertEncodeStringArray> for &'a IDispatch
impl<'a> From<&'a ICertEncodeStringArray> for &'a IDispatch
fn from(value: &'a ICertEncodeStringArray) -> Self
fn from(value: &'a ICertEncodeStringArray) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertEncodeStringArray2> for &'a IDispatch
impl<'a> From<&'a ICertEncodeStringArray2> for &'a IDispatch
fn from(value: &'a ICertEncodeStringArray2) -> Self
fn from(value: &'a ICertEncodeStringArray2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertExit2> for &'a IDispatch
impl<'a> From<&'a ICertExit2> for &'a IDispatch
fn from(value: &'a ICertExit2) -> Self
fn from(value: &'a ICertExit2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertGetConfig> for &'a IDispatch
impl<'a> From<&'a ICertGetConfig> for &'a IDispatch
fn from(value: &'a ICertGetConfig) -> Self
fn from(value: &'a ICertGetConfig) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertManageModule> for &'a IDispatch
impl<'a> From<&'a ICertManageModule> for &'a IDispatch
fn from(value: &'a ICertManageModule) -> Self
fn from(value: &'a ICertManageModule) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPolicy> for &'a IDispatch
impl<'a> From<&'a ICertPolicy> for &'a IDispatch
fn from(value: &'a ICertPolicy) -> Self
fn from(value: &'a ICertPolicy) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPolicy2> for &'a IDispatch
impl<'a> From<&'a ICertPolicy2> for &'a IDispatch
fn from(value: &'a ICertPolicy2) -> Self
fn from(value: &'a ICertPolicy2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertProperties> for &'a IDispatch
impl<'a> From<&'a ICertProperties> for &'a IDispatch
fn from(value: &'a ICertProperties) -> Self
fn from(value: &'a ICertProperties) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertProperty> for &'a IDispatch
impl<'a> From<&'a ICertProperty> for &'a IDispatch
fn from(value: &'a ICertProperty) -> Self
fn from(value: &'a ICertProperty) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPropertyArchived> for &'a IDispatch
impl<'a> From<&'a ICertPropertyArchived> for &'a IDispatch
fn from(value: &'a ICertPropertyArchived) -> Self
fn from(value: &'a ICertPropertyArchived) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPropertyArchivedKeyHash> for &'a IDispatch
impl<'a> From<&'a ICertPropertyArchivedKeyHash> for &'a IDispatch
fn from(value: &'a ICertPropertyArchivedKeyHash) -> Self
fn from(value: &'a ICertPropertyArchivedKeyHash) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPropertyAutoEnroll> for &'a IDispatch
impl<'a> From<&'a ICertPropertyAutoEnroll> for &'a IDispatch
fn from(value: &'a ICertPropertyAutoEnroll) -> Self
fn from(value: &'a ICertPropertyAutoEnroll) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPropertyBackedUp> for &'a IDispatch
impl<'a> From<&'a ICertPropertyBackedUp> for &'a IDispatch
fn from(value: &'a ICertPropertyBackedUp) -> Self
fn from(value: &'a ICertPropertyBackedUp) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPropertyDescription> for &'a IDispatch
impl<'a> From<&'a ICertPropertyDescription> for &'a IDispatch
fn from(value: &'a ICertPropertyDescription) -> Self
fn from(value: &'a ICertPropertyDescription) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPropertyEnrollment> for &'a IDispatch
impl<'a> From<&'a ICertPropertyEnrollment> for &'a IDispatch
fn from(value: &'a ICertPropertyEnrollment) -> Self
fn from(value: &'a ICertPropertyEnrollment) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPropertyEnrollmentPolicyServer> for &'a IDispatch
impl<'a> From<&'a ICertPropertyEnrollmentPolicyServer> for &'a IDispatch
fn from(value: &'a ICertPropertyEnrollmentPolicyServer) -> Self
fn from(value: &'a ICertPropertyEnrollmentPolicyServer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPropertyFriendlyName> for &'a IDispatch
impl<'a> From<&'a ICertPropertyFriendlyName> for &'a IDispatch
fn from(value: &'a ICertPropertyFriendlyName) -> Self
fn from(value: &'a ICertPropertyFriendlyName) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPropertyKeyProvInfo> for &'a IDispatch
impl<'a> From<&'a ICertPropertyKeyProvInfo> for &'a IDispatch
fn from(value: &'a ICertPropertyKeyProvInfo) -> Self
fn from(value: &'a ICertPropertyKeyProvInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPropertyRenewal> for &'a IDispatch
impl<'a> From<&'a ICertPropertyRenewal> for &'a IDispatch
fn from(value: &'a ICertPropertyRenewal) -> Self
fn from(value: &'a ICertPropertyRenewal) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPropertyRequestOriginator> for &'a IDispatch
impl<'a> From<&'a ICertPropertyRequestOriginator> for &'a IDispatch
fn from(value: &'a ICertPropertyRequestOriginator) -> Self
fn from(value: &'a ICertPropertyRequestOriginator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertPropertySHA1Hash> for &'a IDispatch
impl<'a> From<&'a ICertPropertySHA1Hash> for &'a IDispatch
fn from(value: &'a ICertPropertySHA1Hash) -> Self
fn from(value: &'a ICertPropertySHA1Hash) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertRequest> for &'a IDispatch
impl<'a> From<&'a ICertRequest> for &'a IDispatch
fn from(value: &'a ICertRequest) -> Self
fn from(value: &'a ICertRequest) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertRequest2> for &'a IDispatch
impl<'a> From<&'a ICertRequest2> for &'a IDispatch
fn from(value: &'a ICertRequest2) -> Self
fn from(value: &'a ICertRequest2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertRequest3> for &'a IDispatch
impl<'a> From<&'a ICertRequest3> for &'a IDispatch
fn from(value: &'a ICertRequest3) -> Self
fn from(value: &'a ICertRequest3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertServerExit> for &'a IDispatch
impl<'a> From<&'a ICertServerExit> for &'a IDispatch
fn from(value: &'a ICertServerExit) -> Self
fn from(value: &'a ICertServerExit) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertServerPolicy> for &'a IDispatch
impl<'a> From<&'a ICertServerPolicy> for &'a IDispatch
fn from(value: &'a ICertServerPolicy) -> Self
fn from(value: &'a ICertServerPolicy) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertSrvSetup> for &'a IDispatch
impl<'a> From<&'a ICertSrvSetup> for &'a IDispatch
fn from(value: &'a ICertSrvSetup) -> Self
fn from(value: &'a ICertSrvSetup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertSrvSetupKeyInformation> for &'a IDispatch
impl<'a> From<&'a ICertSrvSetupKeyInformation> for &'a IDispatch
fn from(value: &'a ICertSrvSetupKeyInformation) -> Self
fn from(value: &'a ICertSrvSetupKeyInformation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertSrvSetupKeyInformationCollection> for &'a IDispatch
impl<'a> From<&'a ICertSrvSetupKeyInformationCollection> for &'a IDispatch
fn from(value: &'a ICertSrvSetupKeyInformationCollection) -> Self
fn from(value: &'a ICertSrvSetupKeyInformationCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertView2> for &'a IDispatch
impl<'a> From<&'a ICertView2> for &'a IDispatch
fn from(value: &'a ICertView2) -> Self
fn from(value: &'a ICertView2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertificateAttestationChallenge> for &'a IDispatch
impl<'a> From<&'a ICertificateAttestationChallenge> for &'a IDispatch
fn from(value: &'a ICertificateAttestationChallenge) -> Self
fn from(value: &'a ICertificateAttestationChallenge) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertificateAttestationChallenge2> for &'a IDispatch
impl<'a> From<&'a ICertificateAttestationChallenge2> for &'a IDispatch
fn from(value: &'a ICertificateAttestationChallenge2) -> Self
fn from(value: &'a ICertificateAttestationChallenge2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertificateEnrollmentPolicyServerSetup> for &'a IDispatch
impl<'a> From<&'a ICertificateEnrollmentPolicyServerSetup> for &'a IDispatch
fn from(value: &'a ICertificateEnrollmentPolicyServerSetup) -> Self
fn from(value: &'a ICertificateEnrollmentPolicyServerSetup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertificateEnrollmentServerSetup> for &'a IDispatch
impl<'a> From<&'a ICertificateEnrollmentServerSetup> for &'a IDispatch
fn from(value: &'a ICertificateEnrollmentServerSetup) -> Self
fn from(value: &'a ICertificateEnrollmentServerSetup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertificatePolicies> for &'a IDispatch
impl<'a> From<&'a ICertificatePolicies> for &'a IDispatch
fn from(value: &'a ICertificatePolicies) -> Self
fn from(value: &'a ICertificatePolicies) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertificatePolicy> for &'a IDispatch
impl<'a> From<&'a ICertificatePolicy> for &'a IDispatch
fn from(value: &'a ICertificatePolicy) -> Self
fn from(value: &'a ICertificatePolicy) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertificationAuthorities> for &'a IDispatch
impl<'a> From<&'a ICertificationAuthorities> for &'a IDispatch
fn from(value: &'a ICertificationAuthorities) -> Self
fn from(value: &'a ICertificationAuthorities) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICertificationAuthority> for &'a IDispatch
impl<'a> From<&'a ICertificationAuthority> for &'a IDispatch
fn from(value: &'a ICertificationAuthority) -> Self
fn from(value: &'a ICertificationAuthority) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IChannelCredentials> for &'a IDispatch
impl<'a> From<&'a IChannelCredentials> for &'a IDispatch
fn from(value: &'a IChannelCredentials) -> Self
fn from(value: &'a IChannelCredentials) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IChannelIDTuneRequest> for &'a IDispatch
impl<'a> From<&'a IChannelIDTuneRequest> for &'a IDispatch
fn from(value: &'a IChannelIDTuneRequest) -> Self
fn from(value: &'a IChannelIDTuneRequest) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IChannelTuneRequest> for &'a IDispatch
impl<'a> From<&'a IChannelTuneRequest> for &'a IDispatch
fn from(value: &'a IChannelTuneRequest) -> Self
fn from(value: &'a IChannelTuneRequest) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICivicAddressReportFactory> for &'a IDispatch
impl<'a> From<&'a ICivicAddressReportFactory> for &'a IDispatch
fn from(value: &'a ICivicAddressReportFactory) -> Self
fn from(value: &'a ICivicAddressReportFactory) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IComHandlerAction> for &'a IDispatch
impl<'a> From<&'a IComHandlerAction> for &'a IDispatch
fn from(value: &'a IComHandlerAction) -> Self
fn from(value: &'a IComHandlerAction) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IComponent> for &'a IDispatch
impl<'a> From<&'a IComponent> for &'a IDispatch
fn from(value: &'a IComponent) -> Self
fn from(value: &'a IComponent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IComponentType> for &'a IDispatch
impl<'a> From<&'a IComponentType> for &'a IDispatch
fn from(value: &'a IComponentType) -> Self
fn from(value: &'a IComponentType) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IComponentTypes> for &'a IDispatch
impl<'a> From<&'a IComponentTypes> for &'a IDispatch
fn from(value: &'a IComponentTypes) -> Self
fn from(value: &'a IComponentTypes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IComponentUtil> for &'a IDispatch
impl<'a> From<&'a IComponentUtil> for &'a IDispatch
fn from(value: &'a IComponentUtil) -> Self
fn from(value: &'a IComponentUtil) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IComponents> for &'a IDispatch
impl<'a> From<&'a IComponents> for &'a IDispatch
fn from(value: &'a IComponents) -> Self
fn from(value: &'a IComponents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IComponentsOld> for &'a IDispatch
impl<'a> From<&'a IComponentsOld> for &'a IDispatch
fn from(value: &'a IComponentsOld) -> Self
fn from(value: &'a IComponentsOld) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IConfigurationDataCollector> for &'a IDispatch
impl<'a> From<&'a IConfigurationDataCollector> for &'a IDispatch
fn from(value: &'a IConfigurationDataCollector) -> Self
fn from(value: &'a IConfigurationDataCollector) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICrmMonitorClerks> for &'a IDispatch
impl<'a> From<&'a ICrmMonitorClerks> for &'a IDispatch
fn from(value: &'a ICrmMonitorClerks) -> Self
fn from(value: &'a ICrmMonitorClerks) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICryptAttribute> for &'a IDispatch
impl<'a> From<&'a ICryptAttribute> for &'a IDispatch
fn from(value: &'a ICryptAttribute) -> Self
fn from(value: &'a ICryptAttribute) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICryptAttributes> for &'a IDispatch
impl<'a> From<&'a ICryptAttributes> for &'a IDispatch
fn from(value: &'a ICryptAttributes) -> Self
fn from(value: &'a ICryptAttributes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICspAlgorithm> for &'a IDispatch
impl<'a> From<&'a ICspAlgorithm> for &'a IDispatch
fn from(value: &'a ICspAlgorithm) -> Self
fn from(value: &'a ICspAlgorithm) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICspAlgorithms> for &'a IDispatch
impl<'a> From<&'a ICspAlgorithms> for &'a IDispatch
fn from(value: &'a ICspAlgorithms) -> Self
fn from(value: &'a ICspAlgorithms) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICspInformation> for &'a IDispatch
impl<'a> From<&'a ICspInformation> for &'a IDispatch
fn from(value: &'a ICspInformation) -> Self
fn from(value: &'a ICspInformation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICspInformations> for &'a IDispatch
impl<'a> From<&'a ICspInformations> for &'a IDispatch
fn from(value: &'a ICspInformations) -> Self
fn from(value: &'a ICspInformations) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICspStatus> for &'a IDispatch
impl<'a> From<&'a ICspStatus> for &'a IDispatch
fn from(value: &'a ICspStatus) -> Self
fn from(value: &'a ICspStatus) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ICspStatuses> for &'a IDispatch
impl<'a> From<&'a ICspStatuses> for &'a IDispatch
fn from(value: &'a ICspStatuses) -> Self
fn from(value: &'a ICspStatuses) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDTFilterEvents> for &'a IDispatch
impl<'a> From<&'a IDTFilterEvents> for &'a IDispatch
fn from(value: &'a IDTFilterEvents) -> Self
fn from(value: &'a IDTFilterEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDVBCLocator> for &'a IDispatch
impl<'a> From<&'a IDVBCLocator> for &'a IDispatch
fn from(value: &'a IDVBCLocator) -> Self
fn from(value: &'a IDVBCLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDVBSLocator> for &'a IDispatch
impl<'a> From<&'a IDVBSLocator> for &'a IDispatch
fn from(value: &'a IDVBSLocator) -> Self
fn from(value: &'a IDVBSLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDVBSLocator2> for &'a IDispatch
impl<'a> From<&'a IDVBSLocator2> for &'a IDispatch
fn from(value: &'a IDVBSLocator2) -> Self
fn from(value: &'a IDVBSLocator2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDVBSTuningSpace> for &'a IDispatch
impl<'a> From<&'a IDVBSTuningSpace> for &'a IDispatch
fn from(value: &'a IDVBSTuningSpace) -> Self
fn from(value: &'a IDVBSTuningSpace) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDVBTLocator> for &'a IDispatch
impl<'a> From<&'a IDVBTLocator> for &'a IDispatch
fn from(value: &'a IDVBTLocator) -> Self
fn from(value: &'a IDVBTLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDVBTLocator2> for &'a IDispatch
impl<'a> From<&'a IDVBTLocator2> for &'a IDispatch
fn from(value: &'a IDVBTLocator2) -> Self
fn from(value: &'a IDVBTLocator2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDVBTuneRequest> for &'a IDispatch
impl<'a> From<&'a IDVBTuneRequest> for &'a IDispatch
fn from(value: &'a IDVBTuneRequest) -> Self
fn from(value: &'a IDVBTuneRequest) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDVBTuningSpace> for &'a IDispatch
impl<'a> From<&'a IDVBTuningSpace> for &'a IDispatch
fn from(value: &'a IDVBTuningSpace) -> Self
fn from(value: &'a IDVBTuningSpace) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDVBTuningSpace2> for &'a IDispatch
impl<'a> From<&'a IDVBTuningSpace2> for &'a IDispatch
fn from(value: &'a IDVBTuningSpace2) -> Self
fn from(value: &'a IDVBTuningSpace2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDailyTrigger> for &'a IDispatch
impl<'a> From<&'a IDailyTrigger> for &'a IDispatch
fn from(value: &'a IDailyTrigger) -> Self
fn from(value: &'a IDailyTrigger) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDataCollector> for &'a IDispatch
impl<'a> From<&'a IDataCollector> for &'a IDispatch
fn from(value: &'a IDataCollector) -> Self
fn from(value: &'a IDataCollector) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDataCollectorCollection> for &'a IDispatch
impl<'a> From<&'a IDataCollectorCollection> for &'a IDispatch
fn from(value: &'a IDataCollectorCollection) -> Self
fn from(value: &'a IDataCollectorCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDataCollectorSet> for &'a IDispatch
impl<'a> From<&'a IDataCollectorSet> for &'a IDispatch
fn from(value: &'a IDataCollectorSet) -> Self
fn from(value: &'a IDataCollectorSet) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDataCollectorSetCollection> for &'a IDispatch
impl<'a> From<&'a IDataCollectorSetCollection> for &'a IDispatch
fn from(value: &'a IDataCollectorSetCollection) -> Self
fn from(value: &'a IDataCollectorSetCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDataManager> for &'a IDispatch
impl<'a> From<&'a IDataManager> for &'a IDispatch
fn from(value: &'a IDataManager) -> Self
fn from(value: &'a IDataManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDataSourceLocator> for &'a IDispatch
impl<'a> From<&'a IDataSourceLocator> for &'a IDispatch
fn from(value: &'a IDataSourceLocator) -> Self
fn from(value: &'a IDataSourceLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDigitalCableLocator> for &'a IDispatch
impl<'a> From<&'a IDigitalCableLocator> for &'a IDispatch
fn from(value: &'a IDigitalCableLocator) -> Self
fn from(value: &'a IDigitalCableLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDigitalCableTuneRequest> for &'a IDispatch
impl<'a> From<&'a IDigitalCableTuneRequest> for &'a IDispatch
fn from(value: &'a IDigitalCableTuneRequest) -> Self
fn from(value: &'a IDigitalCableTuneRequest) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDigitalCableTuningSpace> for &'a IDispatch
impl<'a> From<&'a IDigitalCableTuningSpace> for &'a IDispatch
fn from(value: &'a IDigitalCableTuningSpace) -> Self
fn from(value: &'a IDigitalCableTuningSpace) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDigitalLocator> for &'a IDispatch
impl<'a> From<&'a IDigitalLocator> for &'a IDispatch
fn from(value: &'a IDigitalLocator) -> Self
fn from(value: &'a IDigitalLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDiscFormat2> for &'a IDispatch
impl<'a> From<&'a IDiscFormat2> for &'a IDispatch
fn from(value: &'a IDiscFormat2) -> Self
fn from(value: &'a IDiscFormat2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDiscFormat2Data> for &'a IDispatch
impl<'a> From<&'a IDiscFormat2Data> for &'a IDispatch
fn from(value: &'a IDiscFormat2Data) -> Self
fn from(value: &'a IDiscFormat2Data) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDiscFormat2DataEventArgs> for &'a IDispatch
impl<'a> From<&'a IDiscFormat2DataEventArgs> for &'a IDispatch
fn from(value: &'a IDiscFormat2DataEventArgs) -> Self
fn from(value: &'a IDiscFormat2DataEventArgs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDiscFormat2Erase> for &'a IDispatch
impl<'a> From<&'a IDiscFormat2Erase> for &'a IDispatch
fn from(value: &'a IDiscFormat2Erase) -> Self
fn from(value: &'a IDiscFormat2Erase) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDiscFormat2RawCD> for &'a IDispatch
impl<'a> From<&'a IDiscFormat2RawCD> for &'a IDispatch
fn from(value: &'a IDiscFormat2RawCD) -> Self
fn from(value: &'a IDiscFormat2RawCD) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDiscFormat2RawCDEventArgs> for &'a IDispatch
impl<'a> From<&'a IDiscFormat2RawCDEventArgs> for &'a IDispatch
fn from(value: &'a IDiscFormat2RawCDEventArgs) -> Self
fn from(value: &'a IDiscFormat2RawCDEventArgs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDiscFormat2TrackAtOnce> for &'a IDispatch
impl<'a> From<&'a IDiscFormat2TrackAtOnce> for &'a IDispatch
fn from(value: &'a IDiscFormat2TrackAtOnce) -> Self
fn from(value: &'a IDiscFormat2TrackAtOnce) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDiscFormat2TrackAtOnceEventArgs> for &'a IDispatch
impl<'a> From<&'a IDiscFormat2TrackAtOnceEventArgs> for &'a IDispatch
fn from(value: &'a IDiscFormat2TrackAtOnceEventArgs) -> Self
fn from(value: &'a IDiscFormat2TrackAtOnceEventArgs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDiscMaster2> for &'a IDispatch
impl<'a> From<&'a IDiscMaster2> for &'a IDispatch
fn from(value: &'a IDiscMaster2) -> Self
fn from(value: &'a IDiscMaster2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDiscRecorder2> for &'a IDispatch
impl<'a> From<&'a IDiscRecorder2> for &'a IDispatch
fn from(value: &'a IDiscRecorder2) -> Self
fn from(value: &'a IDiscRecorder2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDispCivicAddressReport> for &'a IDispatch
impl<'a> From<&'a IDispCivicAddressReport> for &'a IDispatch
fn from(value: &'a IDispCivicAddressReport) -> Self
fn from(value: &'a IDispCivicAddressReport) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDispLatLongReport> for &'a IDispatch
impl<'a> From<&'a IDispLatLongReport> for &'a IDispatch
fn from(value: &'a IDispLatLongReport) -> Self
fn from(value: &'a IDispLatLongReport) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDispatchEx> for &'a IDispatch
impl<'a> From<&'a IDispatchEx> for &'a IDispatch
fn from(value: &'a IDispatchEx) -> Self
fn from(value: &'a IDispatchEx) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDownloadCompletedCallbackArgs> for &'a IDispatch
impl<'a> From<&'a IDownloadCompletedCallbackArgs> for &'a IDispatch
fn from(value: &'a IDownloadCompletedCallbackArgs) -> Self
fn from(value: &'a IDownloadCompletedCallbackArgs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDownloadJob> for &'a IDispatch
impl<'a> From<&'a IDownloadJob> for &'a IDispatch
fn from(value: &'a IDownloadJob) -> Self
fn from(value: &'a IDownloadJob) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDownloadProgress> for &'a IDispatch
impl<'a> From<&'a IDownloadProgress> for &'a IDispatch
fn from(value: &'a IDownloadProgress) -> Self
fn from(value: &'a IDownloadProgress) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDownloadProgressChangedCallbackArgs> for &'a IDispatch
impl<'a> From<&'a IDownloadProgressChangedCallbackArgs> for &'a IDispatch
fn from(value: &'a IDownloadProgressChangedCallbackArgs) -> Self
fn from(value: &'a IDownloadProgressChangedCallbackArgs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDownloadResult> for &'a IDispatch
impl<'a> From<&'a IDownloadResult> for &'a IDispatch
fn from(value: &'a IDownloadResult) -> Self
fn from(value: &'a IDownloadResult) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDummyMBNUCMExt> for &'a IDispatch
impl<'a> From<&'a IDummyMBNUCMExt> for &'a IDispatch
fn from(value: &'a IDummyMBNUCMExt) -> Self
fn from(value: &'a IDummyMBNUCMExt) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDynamicPortMapping> for &'a IDispatch
impl<'a> From<&'a IDynamicPortMapping> for &'a IDispatch
fn from(value: &'a IDynamicPortMapping) -> Self
fn from(value: &'a IDynamicPortMapping) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDynamicPortMappingCollection> for &'a IDispatch
impl<'a> From<&'a IDynamicPortMappingCollection> for &'a IDispatch
fn from(value: &'a IDynamicPortMappingCollection) -> Self
fn from(value: &'a IDynamicPortMappingCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IETFilterEvents> for &'a IDispatch
impl<'a> From<&'a IETFilterEvents> for &'a IDispatch
fn from(value: &'a IETFilterEvents) -> Self
fn from(value: &'a IETFilterEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEmailAction> for &'a IDispatch
impl<'a> From<&'a IEmailAction> for &'a IDispatch
fn from(value: &'a IEmailAction) -> Self
fn from(value: &'a IEmailAction) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEnumCERTVIEWATTRIBUTE> for &'a IDispatch
impl<'a> From<&'a IEnumCERTVIEWATTRIBUTE> for &'a IDispatch
fn from(value: &'a IEnumCERTVIEWATTRIBUTE) -> Self
fn from(value: &'a IEnumCERTVIEWATTRIBUTE) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEnumCERTVIEWCOLUMN> for &'a IDispatch
impl<'a> From<&'a IEnumCERTVIEWCOLUMN> for &'a IDispatch
fn from(value: &'a IEnumCERTVIEWCOLUMN) -> Self
fn from(value: &'a IEnumCERTVIEWCOLUMN) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEnumCERTVIEWEXTENSION> for &'a IDispatch
impl<'a> From<&'a IEnumCERTVIEWEXTENSION> for &'a IDispatch
fn from(value: &'a IEnumCERTVIEWEXTENSION) -> Self
fn from(value: &'a IEnumCERTVIEWEXTENSION) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEnumCERTVIEWROW> for &'a IDispatch
impl<'a> From<&'a IEnumCERTVIEWROW> for &'a IDispatch
fn from(value: &'a IEnumCERTVIEWROW) -> Self
fn from(value: &'a IEnumCERTVIEWROW) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEnumNetworkConnections> for &'a IDispatch
impl<'a> From<&'a IEnumNetworkConnections> for &'a IDispatch
fn from(value: &'a IEnumNetworkConnections) -> Self
fn from(value: &'a IEnumNetworkConnections) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEnumNetworks> for &'a IDispatch
impl<'a> From<&'a IEnumNetworks> for &'a IDispatch
fn from(value: &'a IEnumNetworks) -> Self
fn from(value: &'a IEnumNetworks) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEventClass> for &'a IDispatch
impl<'a> From<&'a IEventClass> for &'a IDispatch
fn from(value: &'a IEventClass) -> Self
fn from(value: &'a IEventClass) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEventClass2> for &'a IDispatch
impl<'a> From<&'a IEventClass2> for &'a IDispatch
fn from(value: &'a IEventClass2) -> Self
fn from(value: &'a IEventClass2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEventControl> for &'a IDispatch
impl<'a> From<&'a IEventControl> for &'a IDispatch
fn from(value: &'a IEventControl) -> Self
fn from(value: &'a IEventControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEventObjectCollection> for &'a IDispatch
impl<'a> From<&'a IEventObjectCollection> for &'a IDispatch
fn from(value: &'a IEventObjectCollection) -> Self
fn from(value: &'a IEventObjectCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEventProperty> for &'a IDispatch
impl<'a> From<&'a IEventProperty> for &'a IDispatch
fn from(value: &'a IEventProperty) -> Self
fn from(value: &'a IEventProperty) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEventPublisher> for &'a IDispatch
impl<'a> From<&'a IEventPublisher> for &'a IDispatch
fn from(value: &'a IEventPublisher) -> Self
fn from(value: &'a IEventPublisher) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEventServerTrace> for &'a IDispatch
impl<'a> From<&'a IEventServerTrace> for &'a IDispatch
fn from(value: &'a IEventServerTrace) -> Self
fn from(value: &'a IEventServerTrace) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEventSubscription> for &'a IDispatch
impl<'a> From<&'a IEventSubscription> for &'a IDispatch
fn from(value: &'a IEventSubscription) -> Self
fn from(value: &'a IEventSubscription) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEventSystem> for &'a IDispatch
impl<'a> From<&'a IEventSystem> for &'a IDispatch
fn from(value: &'a IEventSystem) -> Self
fn from(value: &'a IEventSystem) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IEventTrigger> for &'a IDispatch
impl<'a> From<&'a IEventTrigger> for &'a IDispatch
fn from(value: &'a IEventTrigger) -> Self
fn from(value: &'a IEventTrigger) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IExecAction> for &'a IDispatch
impl<'a> From<&'a IExecAction> for &'a IDispatch
fn from(value: &'a IExecAction) -> Self
fn from(value: &'a IExecAction) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IExecAction2> for &'a IDispatch
impl<'a> From<&'a IExecAction2> for &'a IDispatch
fn from(value: &'a IExecAction2) -> Self
fn from(value: &'a IExecAction2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxAccount> for &'a IDispatch
impl<'a> From<&'a IFaxAccount> for &'a IDispatch
fn from(value: &'a IFaxAccount) -> Self
fn from(value: &'a IFaxAccount) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxAccountFolders> for &'a IDispatch
impl<'a> From<&'a IFaxAccountFolders> for &'a IDispatch
fn from(value: &'a IFaxAccountFolders) -> Self
fn from(value: &'a IFaxAccountFolders) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxAccountIncomingArchive> for &'a IDispatch
impl<'a> From<&'a IFaxAccountIncomingArchive> for &'a IDispatch
fn from(value: &'a IFaxAccountIncomingArchive) -> Self
fn from(value: &'a IFaxAccountIncomingArchive) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxAccountIncomingQueue> for &'a IDispatch
impl<'a> From<&'a IFaxAccountIncomingQueue> for &'a IDispatch
fn from(value: &'a IFaxAccountIncomingQueue) -> Self
fn from(value: &'a IFaxAccountIncomingQueue) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxAccountNotify> for &'a IDispatch
impl<'a> From<&'a IFaxAccountNotify> for &'a IDispatch
fn from(value: &'a IFaxAccountNotify) -> Self
fn from(value: &'a IFaxAccountNotify) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxAccountOutgoingArchive> for &'a IDispatch
impl<'a> From<&'a IFaxAccountOutgoingArchive> for &'a IDispatch
fn from(value: &'a IFaxAccountOutgoingArchive) -> Self
fn from(value: &'a IFaxAccountOutgoingArchive) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxAccountOutgoingQueue> for &'a IDispatch
impl<'a> From<&'a IFaxAccountOutgoingQueue> for &'a IDispatch
fn from(value: &'a IFaxAccountOutgoingQueue) -> Self
fn from(value: &'a IFaxAccountOutgoingQueue) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxAccountSet> for &'a IDispatch
impl<'a> From<&'a IFaxAccountSet> for &'a IDispatch
fn from(value: &'a IFaxAccountSet) -> Self
fn from(value: &'a IFaxAccountSet) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxAccounts> for &'a IDispatch
impl<'a> From<&'a IFaxAccounts> for &'a IDispatch
fn from(value: &'a IFaxAccounts) -> Self
fn from(value: &'a IFaxAccounts) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxActivity> for &'a IDispatch
impl<'a> From<&'a IFaxActivity> for &'a IDispatch
fn from(value: &'a IFaxActivity) -> Self
fn from(value: &'a IFaxActivity) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxActivityLogging> for &'a IDispatch
impl<'a> From<&'a IFaxActivityLogging> for &'a IDispatch
fn from(value: &'a IFaxActivityLogging) -> Self
fn from(value: &'a IFaxActivityLogging) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxConfiguration> for &'a IDispatch
impl<'a> From<&'a IFaxConfiguration> for &'a IDispatch
fn from(value: &'a IFaxConfiguration) -> Self
fn from(value: &'a IFaxConfiguration) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxDevice> for &'a IDispatch
impl<'a> From<&'a IFaxDevice> for &'a IDispatch
fn from(value: &'a IFaxDevice) -> Self
fn from(value: &'a IFaxDevice) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxDeviceIds> for &'a IDispatch
impl<'a> From<&'a IFaxDeviceIds> for &'a IDispatch
fn from(value: &'a IFaxDeviceIds) -> Self
fn from(value: &'a IFaxDeviceIds) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxDeviceProvider> for &'a IDispatch
impl<'a> From<&'a IFaxDeviceProvider> for &'a IDispatch
fn from(value: &'a IFaxDeviceProvider) -> Self
fn from(value: &'a IFaxDeviceProvider) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxDeviceProviders> for &'a IDispatch
impl<'a> From<&'a IFaxDeviceProviders> for &'a IDispatch
fn from(value: &'a IFaxDeviceProviders) -> Self
fn from(value: &'a IFaxDeviceProviders) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxDevices> for &'a IDispatch
impl<'a> From<&'a IFaxDevices> for &'a IDispatch
fn from(value: &'a IFaxDevices) -> Self
fn from(value: &'a IFaxDevices) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxDocument> for &'a IDispatch
impl<'a> From<&'a IFaxDocument> for &'a IDispatch
fn from(value: &'a IFaxDocument) -> Self
fn from(value: &'a IFaxDocument) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxDocument2> for &'a IDispatch
impl<'a> From<&'a IFaxDocument2> for &'a IDispatch
fn from(value: &'a IFaxDocument2) -> Self
fn from(value: &'a IFaxDocument2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxEventLogging> for &'a IDispatch
impl<'a> From<&'a IFaxEventLogging> for &'a IDispatch
fn from(value: &'a IFaxEventLogging) -> Self
fn from(value: &'a IFaxEventLogging) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxFolders> for &'a IDispatch
impl<'a> From<&'a IFaxFolders> for &'a IDispatch
fn from(value: &'a IFaxFolders) -> Self
fn from(value: &'a IFaxFolders) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxInboundRouting> for &'a IDispatch
impl<'a> From<&'a IFaxInboundRouting> for &'a IDispatch
fn from(value: &'a IFaxInboundRouting) -> Self
fn from(value: &'a IFaxInboundRouting) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxInboundRoutingExtension> for &'a IDispatch
impl<'a> From<&'a IFaxInboundRoutingExtension> for &'a IDispatch
fn from(value: &'a IFaxInboundRoutingExtension) -> Self
fn from(value: &'a IFaxInboundRoutingExtension) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxInboundRoutingExtensions> for &'a IDispatch
impl<'a> From<&'a IFaxInboundRoutingExtensions> for &'a IDispatch
fn from(value: &'a IFaxInboundRoutingExtensions) -> Self
fn from(value: &'a IFaxInboundRoutingExtensions) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxInboundRoutingMethod> for &'a IDispatch
impl<'a> From<&'a IFaxInboundRoutingMethod> for &'a IDispatch
fn from(value: &'a IFaxInboundRoutingMethod) -> Self
fn from(value: &'a IFaxInboundRoutingMethod) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxInboundRoutingMethods> for &'a IDispatch
impl<'a> From<&'a IFaxInboundRoutingMethods> for &'a IDispatch
fn from(value: &'a IFaxInboundRoutingMethods) -> Self
fn from(value: &'a IFaxInboundRoutingMethods) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxIncomingArchive> for &'a IDispatch
impl<'a> From<&'a IFaxIncomingArchive> for &'a IDispatch
fn from(value: &'a IFaxIncomingArchive) -> Self
fn from(value: &'a IFaxIncomingArchive) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxIncomingJob> for &'a IDispatch
impl<'a> From<&'a IFaxIncomingJob> for &'a IDispatch
fn from(value: &'a IFaxIncomingJob) -> Self
fn from(value: &'a IFaxIncomingJob) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxIncomingJobs> for &'a IDispatch
impl<'a> From<&'a IFaxIncomingJobs> for &'a IDispatch
fn from(value: &'a IFaxIncomingJobs) -> Self
fn from(value: &'a IFaxIncomingJobs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxIncomingMessage> for &'a IDispatch
impl<'a> From<&'a IFaxIncomingMessage> for &'a IDispatch
fn from(value: &'a IFaxIncomingMessage) -> Self
fn from(value: &'a IFaxIncomingMessage) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxIncomingMessage2> for &'a IDispatch
impl<'a> From<&'a IFaxIncomingMessage2> for &'a IDispatch
fn from(value: &'a IFaxIncomingMessage2) -> Self
fn from(value: &'a IFaxIncomingMessage2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxIncomingMessageIterator> for &'a IDispatch
impl<'a> From<&'a IFaxIncomingMessageIterator> for &'a IDispatch
fn from(value: &'a IFaxIncomingMessageIterator) -> Self
fn from(value: &'a IFaxIncomingMessageIterator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxIncomingQueue> for &'a IDispatch
impl<'a> From<&'a IFaxIncomingQueue> for &'a IDispatch
fn from(value: &'a IFaxIncomingQueue) -> Self
fn from(value: &'a IFaxIncomingQueue) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxJobStatus> for &'a IDispatch
impl<'a> From<&'a IFaxJobStatus> for &'a IDispatch
fn from(value: &'a IFaxJobStatus) -> Self
fn from(value: &'a IFaxJobStatus) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxLoggingOptions> for &'a IDispatch
impl<'a> From<&'a IFaxLoggingOptions> for &'a IDispatch
fn from(value: &'a IFaxLoggingOptions) -> Self
fn from(value: &'a IFaxLoggingOptions) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxOutboundRouting> for &'a IDispatch
impl<'a> From<&'a IFaxOutboundRouting> for &'a IDispatch
fn from(value: &'a IFaxOutboundRouting) -> Self
fn from(value: &'a IFaxOutboundRouting) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxOutboundRoutingGroup> for &'a IDispatch
impl<'a> From<&'a IFaxOutboundRoutingGroup> for &'a IDispatch
fn from(value: &'a IFaxOutboundRoutingGroup) -> Self
fn from(value: &'a IFaxOutboundRoutingGroup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxOutboundRoutingGroups> for &'a IDispatch
impl<'a> From<&'a IFaxOutboundRoutingGroups> for &'a IDispatch
fn from(value: &'a IFaxOutboundRoutingGroups) -> Self
fn from(value: &'a IFaxOutboundRoutingGroups) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxOutboundRoutingRule> for &'a IDispatch
impl<'a> From<&'a IFaxOutboundRoutingRule> for &'a IDispatch
fn from(value: &'a IFaxOutboundRoutingRule) -> Self
fn from(value: &'a IFaxOutboundRoutingRule) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxOutboundRoutingRules> for &'a IDispatch
impl<'a> From<&'a IFaxOutboundRoutingRules> for &'a IDispatch
fn from(value: &'a IFaxOutboundRoutingRules) -> Self
fn from(value: &'a IFaxOutboundRoutingRules) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxOutgoingArchive> for &'a IDispatch
impl<'a> From<&'a IFaxOutgoingArchive> for &'a IDispatch
fn from(value: &'a IFaxOutgoingArchive) -> Self
fn from(value: &'a IFaxOutgoingArchive) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxOutgoingJob> for &'a IDispatch
impl<'a> From<&'a IFaxOutgoingJob> for &'a IDispatch
fn from(value: &'a IFaxOutgoingJob) -> Self
fn from(value: &'a IFaxOutgoingJob) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxOutgoingJob2> for &'a IDispatch
impl<'a> From<&'a IFaxOutgoingJob2> for &'a IDispatch
fn from(value: &'a IFaxOutgoingJob2) -> Self
fn from(value: &'a IFaxOutgoingJob2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxOutgoingJobs> for &'a IDispatch
impl<'a> From<&'a IFaxOutgoingJobs> for &'a IDispatch
fn from(value: &'a IFaxOutgoingJobs) -> Self
fn from(value: &'a IFaxOutgoingJobs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxOutgoingMessage> for &'a IDispatch
impl<'a> From<&'a IFaxOutgoingMessage> for &'a IDispatch
fn from(value: &'a IFaxOutgoingMessage) -> Self
fn from(value: &'a IFaxOutgoingMessage) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxOutgoingMessage2> for &'a IDispatch
impl<'a> From<&'a IFaxOutgoingMessage2> for &'a IDispatch
fn from(value: &'a IFaxOutgoingMessage2) -> Self
fn from(value: &'a IFaxOutgoingMessage2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxOutgoingMessageIterator> for &'a IDispatch
impl<'a> From<&'a IFaxOutgoingMessageIterator> for &'a IDispatch
fn from(value: &'a IFaxOutgoingMessageIterator) -> Self
fn from(value: &'a IFaxOutgoingMessageIterator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxOutgoingQueue> for &'a IDispatch
impl<'a> From<&'a IFaxOutgoingQueue> for &'a IDispatch
fn from(value: &'a IFaxOutgoingQueue) -> Self
fn from(value: &'a IFaxOutgoingQueue) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxReceiptOptions> for &'a IDispatch
impl<'a> From<&'a IFaxReceiptOptions> for &'a IDispatch
fn from(value: &'a IFaxReceiptOptions) -> Self
fn from(value: &'a IFaxReceiptOptions) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxRecipient> for &'a IDispatch
impl<'a> From<&'a IFaxRecipient> for &'a IDispatch
fn from(value: &'a IFaxRecipient) -> Self
fn from(value: &'a IFaxRecipient) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxRecipients> for &'a IDispatch
impl<'a> From<&'a IFaxRecipients> for &'a IDispatch
fn from(value: &'a IFaxRecipients) -> Self
fn from(value: &'a IFaxRecipients) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxSecurity> for &'a IDispatch
impl<'a> From<&'a IFaxSecurity> for &'a IDispatch
fn from(value: &'a IFaxSecurity) -> Self
fn from(value: &'a IFaxSecurity) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxSecurity2> for &'a IDispatch
impl<'a> From<&'a IFaxSecurity2> for &'a IDispatch
fn from(value: &'a IFaxSecurity2) -> Self
fn from(value: &'a IFaxSecurity2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxSender> for &'a IDispatch
impl<'a> From<&'a IFaxSender> for &'a IDispatch
fn from(value: &'a IFaxSender) -> Self
fn from(value: &'a IFaxSender) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxServer> for &'a IDispatch
impl<'a> From<&'a IFaxServer> for &'a IDispatch
fn from(value: &'a IFaxServer) -> Self
fn from(value: &'a IFaxServer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxServer2> for &'a IDispatch
impl<'a> From<&'a IFaxServer2> for &'a IDispatch
fn from(value: &'a IFaxServer2) -> Self
fn from(value: &'a IFaxServer2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxServerNotify> for &'a IDispatch
impl<'a> From<&'a IFaxServerNotify> for &'a IDispatch
fn from(value: &'a IFaxServerNotify) -> Self
fn from(value: &'a IFaxServerNotify) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFaxServerNotify2> for &'a IDispatch
impl<'a> From<&'a IFaxServerNotify2> for &'a IDispatch
fn from(value: &'a IFaxServerNotify2) -> Self
fn from(value: &'a IFaxServerNotify2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFeedEnclosure> for &'a IDispatch
impl<'a> From<&'a IFeedEnclosure> for &'a IDispatch
fn from(value: &'a IFeedEnclosure) -> Self
fn from(value: &'a IFeedEnclosure) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFeedEvents> for &'a IDispatch
impl<'a> From<&'a IFeedEvents> for &'a IDispatch
fn from(value: &'a IFeedEvents) -> Self
fn from(value: &'a IFeedEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFeedFolder> for &'a IDispatch
impl<'a> From<&'a IFeedFolder> for &'a IDispatch
fn from(value: &'a IFeedFolder) -> Self
fn from(value: &'a IFeedFolder) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFeedFolderEvents> for &'a IDispatch
impl<'a> From<&'a IFeedFolderEvents> for &'a IDispatch
fn from(value: &'a IFeedFolderEvents) -> Self
fn from(value: &'a IFeedFolderEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFeedItem2> for &'a IDispatch
impl<'a> From<&'a IFeedItem2> for &'a IDispatch
fn from(value: &'a IFeedItem2) -> Self
fn from(value: &'a IFeedItem2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFeedsEnum> for &'a IDispatch
impl<'a> From<&'a IFeedsEnum> for &'a IDispatch
fn from(value: &'a IFeedsEnum) -> Self
fn from(value: &'a IFeedsEnum) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFeedsManager> for &'a IDispatch
impl<'a> From<&'a IFeedsManager> for &'a IDispatch
fn from(value: &'a IFeedsManager) -> Self
fn from(value: &'a IFeedsManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFileSearchBand> for &'a IDispatch
impl<'a> From<&'a IFileSearchBand> for &'a IDispatch
fn from(value: &'a IFileSearchBand) -> Self
fn from(value: &'a IFileSearchBand) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFileSystemImage> for &'a IDispatch
impl<'a> From<&'a IFileSystemImage> for &'a IDispatch
fn from(value: &'a IFileSystemImage) -> Self
fn from(value: &'a IFileSystemImage) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFileSystemImage2> for &'a IDispatch
impl<'a> From<&'a IFileSystemImage2> for &'a IDispatch
fn from(value: &'a IFileSystemImage2) -> Self
fn from(value: &'a IFileSystemImage2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFileSystemImage3> for &'a IDispatch
impl<'a> From<&'a IFileSystemImage3> for &'a IDispatch
fn from(value: &'a IFileSystemImage3) -> Self
fn from(value: &'a IFileSystemImage3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFileSystemImageResult> for &'a IDispatch
impl<'a> From<&'a IFileSystemImageResult> for &'a IDispatch
fn from(value: &'a IFileSystemImageResult) -> Self
fn from(value: &'a IFileSystemImageResult) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFileSystemImageResult2> for &'a IDispatch
impl<'a> From<&'a IFileSystemImageResult2> for &'a IDispatch
fn from(value: &'a IFileSystemImageResult2) -> Self
fn from(value: &'a IFileSystemImageResult2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFilterInfo> for &'a IDispatch
impl<'a> From<&'a IFilterInfo> for &'a IDispatch
fn from(value: &'a IFilterInfo) -> Self
fn from(value: &'a IFilterInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFiringControl> for &'a IDispatch
impl<'a> From<&'a IFiringControl> for &'a IDispatch
fn from(value: &'a IFiringControl) -> Self
fn from(value: &'a IFiringControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFolderAction> for &'a IDispatch
impl<'a> From<&'a IFolderAction> for &'a IDispatch
fn from(value: &'a IFolderAction) -> Self
fn from(value: &'a IFolderAction) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFolderActionCollection> for &'a IDispatch
impl<'a> From<&'a IFolderActionCollection> for &'a IDispatch
fn from(value: &'a IFolderActionCollection) -> Self
fn from(value: &'a IFolderActionCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFolderViewOC> for &'a IDispatch
impl<'a> From<&'a IFolderViewOC> for &'a IDispatch
fn from(value: &'a IFolderViewOC) -> Self
fn from(value: &'a IFolderViewOC) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFontEventsDisp> for &'a IDispatch
impl<'a> From<&'a IFontEventsDisp> for &'a IDispatch
fn from(value: &'a IFontEventsDisp) -> Self
fn from(value: &'a IFontEventsDisp) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsiDirectoryItem> for &'a IDispatch
impl<'a> From<&'a IFsiDirectoryItem> for &'a IDispatch
fn from(value: &'a IFsiDirectoryItem) -> Self
fn from(value: &'a IFsiDirectoryItem) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsiDirectoryItem2> for &'a IDispatch
impl<'a> From<&'a IFsiDirectoryItem2> for &'a IDispatch
fn from(value: &'a IFsiDirectoryItem2) -> Self
fn from(value: &'a IFsiDirectoryItem2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsiFileItem> for &'a IDispatch
impl<'a> From<&'a IFsiFileItem> for &'a IDispatch
fn from(value: &'a IFsiFileItem) -> Self
fn from(value: &'a IFsiFileItem) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsiFileItem2> for &'a IDispatch
impl<'a> From<&'a IFsiFileItem2> for &'a IDispatch
fn from(value: &'a IFsiFileItem2) -> Self
fn from(value: &'a IFsiFileItem2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsiNamedStreams> for &'a IDispatch
impl<'a> From<&'a IFsiNamedStreams> for &'a IDispatch
fn from(value: &'a IFsiNamedStreams) -> Self
fn from(value: &'a IFsiNamedStreams) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmAccessDeniedRemediationClient> for &'a IDispatch
impl<'a> From<&'a IFsrmAccessDeniedRemediationClient> for &'a IDispatch
fn from(value: &'a IFsrmAccessDeniedRemediationClient) -> Self
fn from(value: &'a IFsrmAccessDeniedRemediationClient) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmAction> for &'a IDispatch
impl<'a> From<&'a IFsrmAction> for &'a IDispatch
fn from(value: &'a IFsrmAction) -> Self
fn from(value: &'a IFsrmAction) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmActionCommand> for &'a IDispatch
impl<'a> From<&'a IFsrmActionCommand> for &'a IDispatch
fn from(value: &'a IFsrmActionCommand) -> Self
fn from(value: &'a IFsrmActionCommand) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmActionEmail> for &'a IDispatch
impl<'a> From<&'a IFsrmActionEmail> for &'a IDispatch
fn from(value: &'a IFsrmActionEmail) -> Self
fn from(value: &'a IFsrmActionEmail) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmActionEmail2> for &'a IDispatch
impl<'a> From<&'a IFsrmActionEmail2> for &'a IDispatch
fn from(value: &'a IFsrmActionEmail2) -> Self
fn from(value: &'a IFsrmActionEmail2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmActionEventLog> for &'a IDispatch
impl<'a> From<&'a IFsrmActionEventLog> for &'a IDispatch
fn from(value: &'a IFsrmActionEventLog) -> Self
fn from(value: &'a IFsrmActionEventLog) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmActionReport> for &'a IDispatch
impl<'a> From<&'a IFsrmActionReport> for &'a IDispatch
fn from(value: &'a IFsrmActionReport) -> Self
fn from(value: &'a IFsrmActionReport) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmAutoApplyQuota> for &'a IDispatch
impl<'a> From<&'a IFsrmAutoApplyQuota> for &'a IDispatch
fn from(value: &'a IFsrmAutoApplyQuota) -> Self
fn from(value: &'a IFsrmAutoApplyQuota) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmClassificationManager> for &'a IDispatch
impl<'a> From<&'a IFsrmClassificationManager> for &'a IDispatch
fn from(value: &'a IFsrmClassificationManager) -> Self
fn from(value: &'a IFsrmClassificationManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmClassificationManager2> for &'a IDispatch
impl<'a> From<&'a IFsrmClassificationManager2> for &'a IDispatch
fn from(value: &'a IFsrmClassificationManager2) -> Self
fn from(value: &'a IFsrmClassificationManager2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmClassificationRule> for &'a IDispatch
impl<'a> From<&'a IFsrmClassificationRule> for &'a IDispatch
fn from(value: &'a IFsrmClassificationRule) -> Self
fn from(value: &'a IFsrmClassificationRule) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmClassifierModuleDefinition> for &'a IDispatch
impl<'a> From<&'a IFsrmClassifierModuleDefinition> for &'a IDispatch
fn from(value: &'a IFsrmClassifierModuleDefinition) -> Self
fn from(value: &'a IFsrmClassifierModuleDefinition) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmClassifierModuleImplementation> for &'a IDispatch
impl<'a> From<&'a IFsrmClassifierModuleImplementation> for &'a IDispatch
fn from(value: &'a IFsrmClassifierModuleImplementation) -> Self
fn from(value: &'a IFsrmClassifierModuleImplementation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmCollection> for &'a IDispatch
impl<'a> From<&'a IFsrmCollection> for &'a IDispatch
fn from(value: &'a IFsrmCollection) -> Self
fn from(value: &'a IFsrmCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmCommittableCollection> for &'a IDispatch
impl<'a> From<&'a IFsrmCommittableCollection> for &'a IDispatch
fn from(value: &'a IFsrmCommittableCollection) -> Self
fn from(value: &'a IFsrmCommittableCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmDerivedObjectsResult> for &'a IDispatch
impl<'a> From<&'a IFsrmDerivedObjectsResult> for &'a IDispatch
fn from(value: &'a IFsrmDerivedObjectsResult) -> Self
fn from(value: &'a IFsrmDerivedObjectsResult) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmExportImport> for &'a IDispatch
impl<'a> From<&'a IFsrmExportImport> for &'a IDispatch
fn from(value: &'a IFsrmExportImport) -> Self
fn from(value: &'a IFsrmExportImport) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileCondition> for &'a IDispatch
impl<'a> From<&'a IFsrmFileCondition> for &'a IDispatch
fn from(value: &'a IFsrmFileCondition) -> Self
fn from(value: &'a IFsrmFileCondition) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileConditionProperty> for &'a IDispatch
impl<'a> From<&'a IFsrmFileConditionProperty> for &'a IDispatch
fn from(value: &'a IFsrmFileConditionProperty) -> Self
fn from(value: &'a IFsrmFileConditionProperty) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileGroup> for &'a IDispatch
impl<'a> From<&'a IFsrmFileGroup> for &'a IDispatch
fn from(value: &'a IFsrmFileGroup) -> Self
fn from(value: &'a IFsrmFileGroup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileGroupImported> for &'a IDispatch
impl<'a> From<&'a IFsrmFileGroupImported> for &'a IDispatch
fn from(value: &'a IFsrmFileGroupImported) -> Self
fn from(value: &'a IFsrmFileGroupImported) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileGroupManager> for &'a IDispatch
impl<'a> From<&'a IFsrmFileGroupManager> for &'a IDispatch
fn from(value: &'a IFsrmFileGroupManager) -> Self
fn from(value: &'a IFsrmFileGroupManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileManagementJob> for &'a IDispatch
impl<'a> From<&'a IFsrmFileManagementJob> for &'a IDispatch
fn from(value: &'a IFsrmFileManagementJob) -> Self
fn from(value: &'a IFsrmFileManagementJob) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileManagementJobManager> for &'a IDispatch
impl<'a> From<&'a IFsrmFileManagementJobManager> for &'a IDispatch
fn from(value: &'a IFsrmFileManagementJobManager) -> Self
fn from(value: &'a IFsrmFileManagementJobManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileScreen> for &'a IDispatch
impl<'a> From<&'a IFsrmFileScreen> for &'a IDispatch
fn from(value: &'a IFsrmFileScreen) -> Self
fn from(value: &'a IFsrmFileScreen) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileScreenBase> for &'a IDispatch
impl<'a> From<&'a IFsrmFileScreenBase> for &'a IDispatch
fn from(value: &'a IFsrmFileScreenBase) -> Self
fn from(value: &'a IFsrmFileScreenBase) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileScreenException> for &'a IDispatch
impl<'a> From<&'a IFsrmFileScreenException> for &'a IDispatch
fn from(value: &'a IFsrmFileScreenException) -> Self
fn from(value: &'a IFsrmFileScreenException) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileScreenManager> for &'a IDispatch
impl<'a> From<&'a IFsrmFileScreenManager> for &'a IDispatch
fn from(value: &'a IFsrmFileScreenManager) -> Self
fn from(value: &'a IFsrmFileScreenManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileScreenTemplate> for &'a IDispatch
impl<'a> From<&'a IFsrmFileScreenTemplate> for &'a IDispatch
fn from(value: &'a IFsrmFileScreenTemplate) -> Self
fn from(value: &'a IFsrmFileScreenTemplate) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileScreenTemplateImported> for &'a IDispatch
impl<'a> From<&'a IFsrmFileScreenTemplateImported> for &'a IDispatch
fn from(value: &'a IFsrmFileScreenTemplateImported) -> Self
fn from(value: &'a IFsrmFileScreenTemplateImported) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmFileScreenTemplateManager> for &'a IDispatch
impl<'a> From<&'a IFsrmFileScreenTemplateManager> for &'a IDispatch
fn from(value: &'a IFsrmFileScreenTemplateManager) -> Self
fn from(value: &'a IFsrmFileScreenTemplateManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmMutableCollection> for &'a IDispatch
impl<'a> From<&'a IFsrmMutableCollection> for &'a IDispatch
fn from(value: &'a IFsrmMutableCollection) -> Self
fn from(value: &'a IFsrmMutableCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmObject> for &'a IDispatch
impl<'a> From<&'a IFsrmObject> for &'a IDispatch
fn from(value: &'a IFsrmObject) -> Self
fn from(value: &'a IFsrmObject) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmPathMapper> for &'a IDispatch
impl<'a> From<&'a IFsrmPathMapper> for &'a IDispatch
fn from(value: &'a IFsrmPathMapper) -> Self
fn from(value: &'a IFsrmPathMapper) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmPipelineModuleConnector> for &'a IDispatch
impl<'a> From<&'a IFsrmPipelineModuleConnector> for &'a IDispatch
fn from(value: &'a IFsrmPipelineModuleConnector) -> Self
fn from(value: &'a IFsrmPipelineModuleConnector) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmPipelineModuleDefinition> for &'a IDispatch
impl<'a> From<&'a IFsrmPipelineModuleDefinition> for &'a IDispatch
fn from(value: &'a IFsrmPipelineModuleDefinition) -> Self
fn from(value: &'a IFsrmPipelineModuleDefinition) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmPipelineModuleImplementation> for &'a IDispatch
impl<'a> From<&'a IFsrmPipelineModuleImplementation> for &'a IDispatch
fn from(value: &'a IFsrmPipelineModuleImplementation) -> Self
fn from(value: &'a IFsrmPipelineModuleImplementation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmProperty> for &'a IDispatch
impl<'a> From<&'a IFsrmProperty> for &'a IDispatch
fn from(value: &'a IFsrmProperty) -> Self
fn from(value: &'a IFsrmProperty) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmPropertyBag> for &'a IDispatch
impl<'a> From<&'a IFsrmPropertyBag> for &'a IDispatch
fn from(value: &'a IFsrmPropertyBag) -> Self
fn from(value: &'a IFsrmPropertyBag) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmPropertyBag2> for &'a IDispatch
impl<'a> From<&'a IFsrmPropertyBag2> for &'a IDispatch
fn from(value: &'a IFsrmPropertyBag2) -> Self
fn from(value: &'a IFsrmPropertyBag2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmPropertyCondition> for &'a IDispatch
impl<'a> From<&'a IFsrmPropertyCondition> for &'a IDispatch
fn from(value: &'a IFsrmPropertyCondition) -> Self
fn from(value: &'a IFsrmPropertyCondition) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmPropertyDefinition> for &'a IDispatch
impl<'a> From<&'a IFsrmPropertyDefinition> for &'a IDispatch
fn from(value: &'a IFsrmPropertyDefinition) -> Self
fn from(value: &'a IFsrmPropertyDefinition) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmPropertyDefinition2> for &'a IDispatch
impl<'a> From<&'a IFsrmPropertyDefinition2> for &'a IDispatch
fn from(value: &'a IFsrmPropertyDefinition2) -> Self
fn from(value: &'a IFsrmPropertyDefinition2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmPropertyDefinitionValue> for &'a IDispatch
impl<'a> From<&'a IFsrmPropertyDefinitionValue> for &'a IDispatch
fn from(value: &'a IFsrmPropertyDefinitionValue) -> Self
fn from(value: &'a IFsrmPropertyDefinitionValue) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmQuota> for &'a IDispatch
impl<'a> From<&'a IFsrmQuota> for &'a IDispatch
fn from(value: &'a IFsrmQuota) -> Self
fn from(value: &'a IFsrmQuota) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmQuotaBase> for &'a IDispatch
impl<'a> From<&'a IFsrmQuotaBase> for &'a IDispatch
fn from(value: &'a IFsrmQuotaBase) -> Self
fn from(value: &'a IFsrmQuotaBase) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmQuotaManager> for &'a IDispatch
impl<'a> From<&'a IFsrmQuotaManager> for &'a IDispatch
fn from(value: &'a IFsrmQuotaManager) -> Self
fn from(value: &'a IFsrmQuotaManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmQuotaManagerEx> for &'a IDispatch
impl<'a> From<&'a IFsrmQuotaManagerEx> for &'a IDispatch
fn from(value: &'a IFsrmQuotaManagerEx) -> Self
fn from(value: &'a IFsrmQuotaManagerEx) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmQuotaObject> for &'a IDispatch
impl<'a> From<&'a IFsrmQuotaObject> for &'a IDispatch
fn from(value: &'a IFsrmQuotaObject) -> Self
fn from(value: &'a IFsrmQuotaObject) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmQuotaTemplate> for &'a IDispatch
impl<'a> From<&'a IFsrmQuotaTemplate> for &'a IDispatch
fn from(value: &'a IFsrmQuotaTemplate) -> Self
fn from(value: &'a IFsrmQuotaTemplate) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmQuotaTemplateImported> for &'a IDispatch
impl<'a> From<&'a IFsrmQuotaTemplateImported> for &'a IDispatch
fn from(value: &'a IFsrmQuotaTemplateImported) -> Self
fn from(value: &'a IFsrmQuotaTemplateImported) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmQuotaTemplateManager> for &'a IDispatch
impl<'a> From<&'a IFsrmQuotaTemplateManager> for &'a IDispatch
fn from(value: &'a IFsrmQuotaTemplateManager) -> Self
fn from(value: &'a IFsrmQuotaTemplateManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmReport> for &'a IDispatch
impl<'a> From<&'a IFsrmReport> for &'a IDispatch
fn from(value: &'a IFsrmReport) -> Self
fn from(value: &'a IFsrmReport) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmReportJob> for &'a IDispatch
impl<'a> From<&'a IFsrmReportJob> for &'a IDispatch
fn from(value: &'a IFsrmReportJob) -> Self
fn from(value: &'a IFsrmReportJob) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmReportManager> for &'a IDispatch
impl<'a> From<&'a IFsrmReportManager> for &'a IDispatch
fn from(value: &'a IFsrmReportManager) -> Self
fn from(value: &'a IFsrmReportManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmReportScheduler> for &'a IDispatch
impl<'a> From<&'a IFsrmReportScheduler> for &'a IDispatch
fn from(value: &'a IFsrmReportScheduler) -> Self
fn from(value: &'a IFsrmReportScheduler) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmSetting> for &'a IDispatch
impl<'a> From<&'a IFsrmSetting> for &'a IDispatch
fn from(value: &'a IFsrmSetting) -> Self
fn from(value: &'a IFsrmSetting) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmStorageModuleDefinition> for &'a IDispatch
impl<'a> From<&'a IFsrmStorageModuleDefinition> for &'a IDispatch
fn from(value: &'a IFsrmStorageModuleDefinition) -> Self
fn from(value: &'a IFsrmStorageModuleDefinition) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IFsrmStorageModuleImplementation> for &'a IDispatch
impl<'a> From<&'a IFsrmStorageModuleImplementation> for &'a IDispatch
fn from(value: &'a IFsrmStorageModuleImplementation) -> Self
fn from(value: &'a IFsrmStorageModuleImplementation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMAsyncCancel> for &'a IDispatch
impl<'a> From<&'a IGPMAsyncCancel> for &'a IDispatch
fn from(value: &'a IGPMAsyncCancel) -> Self
fn from(value: &'a IGPMAsyncCancel) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMAsyncProgress> for &'a IDispatch
impl<'a> From<&'a IGPMAsyncProgress> for &'a IDispatch
fn from(value: &'a IGPMAsyncProgress) -> Self
fn from(value: &'a IGPMAsyncProgress) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMBackup> for &'a IDispatch
impl<'a> From<&'a IGPMBackup> for &'a IDispatch
fn from(value: &'a IGPMBackup) -> Self
fn from(value: &'a IGPMBackup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMBackupCollection> for &'a IDispatch
impl<'a> From<&'a IGPMBackupCollection> for &'a IDispatch
fn from(value: &'a IGPMBackupCollection) -> Self
fn from(value: &'a IGPMBackupCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMBackupDir> for &'a IDispatch
impl<'a> From<&'a IGPMBackupDir> for &'a IDispatch
fn from(value: &'a IGPMBackupDir) -> Self
fn from(value: &'a IGPMBackupDir) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMBackupDirEx> for &'a IDispatch
impl<'a> From<&'a IGPMBackupDirEx> for &'a IDispatch
fn from(value: &'a IGPMBackupDirEx) -> Self
fn from(value: &'a IGPMBackupDirEx) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMCSECollection> for &'a IDispatch
impl<'a> From<&'a IGPMCSECollection> for &'a IDispatch
fn from(value: &'a IGPMCSECollection) -> Self
fn from(value: &'a IGPMCSECollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMClientSideExtension> for &'a IDispatch
impl<'a> From<&'a IGPMClientSideExtension> for &'a IDispatch
fn from(value: &'a IGPMClientSideExtension) -> Self
fn from(value: &'a IGPMClientSideExtension) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMConstants> for &'a IDispatch
impl<'a> From<&'a IGPMConstants> for &'a IDispatch
fn from(value: &'a IGPMConstants) -> Self
fn from(value: &'a IGPMConstants) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMConstants2> for &'a IDispatch
impl<'a> From<&'a IGPMConstants2> for &'a IDispatch
fn from(value: &'a IGPMConstants2) -> Self
fn from(value: &'a IGPMConstants2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMDomain> for &'a IDispatch
impl<'a> From<&'a IGPMDomain> for &'a IDispatch
fn from(value: &'a IGPMDomain) -> Self
fn from(value: &'a IGPMDomain) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMDomain2> for &'a IDispatch
impl<'a> From<&'a IGPMDomain2> for &'a IDispatch
fn from(value: &'a IGPMDomain2) -> Self
fn from(value: &'a IGPMDomain2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMDomain3> for &'a IDispatch
impl<'a> From<&'a IGPMDomain3> for &'a IDispatch
fn from(value: &'a IGPMDomain3) -> Self
fn from(value: &'a IGPMDomain3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMGPOCollection> for &'a IDispatch
impl<'a> From<&'a IGPMGPOCollection> for &'a IDispatch
fn from(value: &'a IGPMGPOCollection) -> Self
fn from(value: &'a IGPMGPOCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMGPOLink> for &'a IDispatch
impl<'a> From<&'a IGPMGPOLink> for &'a IDispatch
fn from(value: &'a IGPMGPOLink) -> Self
fn from(value: &'a IGPMGPOLink) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMGPOLinksCollection> for &'a IDispatch
impl<'a> From<&'a IGPMGPOLinksCollection> for &'a IDispatch
fn from(value: &'a IGPMGPOLinksCollection) -> Self
fn from(value: &'a IGPMGPOLinksCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMMapEntry> for &'a IDispatch
impl<'a> From<&'a IGPMMapEntry> for &'a IDispatch
fn from(value: &'a IGPMMapEntry) -> Self
fn from(value: &'a IGPMMapEntry) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMMapEntryCollection> for &'a IDispatch
impl<'a> From<&'a IGPMMapEntryCollection> for &'a IDispatch
fn from(value: &'a IGPMMapEntryCollection) -> Self
fn from(value: &'a IGPMMapEntryCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMMigrationTable> for &'a IDispatch
impl<'a> From<&'a IGPMMigrationTable> for &'a IDispatch
fn from(value: &'a IGPMMigrationTable) -> Self
fn from(value: &'a IGPMMigrationTable) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMPermission> for &'a IDispatch
impl<'a> From<&'a IGPMPermission> for &'a IDispatch
fn from(value: &'a IGPMPermission) -> Self
fn from(value: &'a IGPMPermission) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMResult> for &'a IDispatch
impl<'a> From<&'a IGPMResult> for &'a IDispatch
fn from(value: &'a IGPMResult) -> Self
fn from(value: &'a IGPMResult) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMSOMCollection> for &'a IDispatch
impl<'a> From<&'a IGPMSOMCollection> for &'a IDispatch
fn from(value: &'a IGPMSOMCollection) -> Self
fn from(value: &'a IGPMSOMCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMSearchCriteria> for &'a IDispatch
impl<'a> From<&'a IGPMSearchCriteria> for &'a IDispatch
fn from(value: &'a IGPMSearchCriteria) -> Self
fn from(value: &'a IGPMSearchCriteria) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMSecurityInfo> for &'a IDispatch
impl<'a> From<&'a IGPMSecurityInfo> for &'a IDispatch
fn from(value: &'a IGPMSecurityInfo) -> Self
fn from(value: &'a IGPMSecurityInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMSitesContainer> for &'a IDispatch
impl<'a> From<&'a IGPMSitesContainer> for &'a IDispatch
fn from(value: &'a IGPMSitesContainer) -> Self
fn from(value: &'a IGPMSitesContainer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMStarterGPO> for &'a IDispatch
impl<'a> From<&'a IGPMStarterGPO> for &'a IDispatch
fn from(value: &'a IGPMStarterGPO) -> Self
fn from(value: &'a IGPMStarterGPO) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMStarterGPOBackup> for &'a IDispatch
impl<'a> From<&'a IGPMStarterGPOBackup> for &'a IDispatch
fn from(value: &'a IGPMStarterGPOBackup) -> Self
fn from(value: &'a IGPMStarterGPOBackup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMStarterGPOBackupCollection> for &'a IDispatch
impl<'a> From<&'a IGPMStarterGPOBackupCollection> for &'a IDispatch
fn from(value: &'a IGPMStarterGPOBackupCollection) -> Self
fn from(value: &'a IGPMStarterGPOBackupCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMStarterGPOCollection> for &'a IDispatch
impl<'a> From<&'a IGPMStarterGPOCollection> for &'a IDispatch
fn from(value: &'a IGPMStarterGPOCollection) -> Self
fn from(value: &'a IGPMStarterGPOCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMStatusMessage> for &'a IDispatch
impl<'a> From<&'a IGPMStatusMessage> for &'a IDispatch
fn from(value: &'a IGPMStatusMessage) -> Self
fn from(value: &'a IGPMStatusMessage) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMStatusMsgCollection> for &'a IDispatch
impl<'a> From<&'a IGPMStatusMsgCollection> for &'a IDispatch
fn from(value: &'a IGPMStatusMsgCollection) -> Self
fn from(value: &'a IGPMStatusMsgCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMTrustee> for &'a IDispatch
impl<'a> From<&'a IGPMTrustee> for &'a IDispatch
fn from(value: &'a IGPMTrustee) -> Self
fn from(value: &'a IGPMTrustee) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMWMIFilter> for &'a IDispatch
impl<'a> From<&'a IGPMWMIFilter> for &'a IDispatch
fn from(value: &'a IGPMWMIFilter) -> Self
fn from(value: &'a IGPMWMIFilter) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGPMWMIFilterCollection> for &'a IDispatch
impl<'a> From<&'a IGPMWMIFilterCollection> for &'a IDispatch
fn from(value: &'a IGPMWMIFilterCollection) -> Self
fn from(value: &'a IGPMWMIFilterCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IGetSecurityCallContext> for &'a IDispatch
impl<'a> From<&'a IGetSecurityCallContext> for &'a IDispatch
fn from(value: &'a IGetSecurityCallContext) -> Self
fn from(value: &'a IGetSecurityCallContext) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IISDBSLocator> for &'a IDispatch
impl<'a> From<&'a IISDBSLocator> for &'a IDispatch
fn from(value: &'a IISDBSLocator) -> Self
fn from(value: &'a IISDBSLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IIdleSettings> for &'a IDispatch
impl<'a> From<&'a IIdleSettings> for &'a IDispatch
fn from(value: &'a IIdleSettings) -> Self
fn from(value: &'a IIdleSettings) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IIdleTrigger> for &'a IDispatch
impl<'a> From<&'a IIdleTrigger> for &'a IDispatch
fn from(value: &'a IIdleTrigger) -> Self
fn from(value: &'a IIdleTrigger) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IImageInformation> for &'a IDispatch
impl<'a> From<&'a IImageInformation> for &'a IDispatch
fn from(value: &'a IImageInformation) -> Self
fn from(value: &'a IImageInformation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkCollector> for &'a IDispatch
impl<'a> From<&'a IInkCollector> for &'a IDispatch
fn from(value: &'a IInkCollector) -> Self
fn from(value: &'a IInkCollector) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkCursor> for &'a IDispatch
impl<'a> From<&'a IInkCursor> for &'a IDispatch
fn from(value: &'a IInkCursor) -> Self
fn from(value: &'a IInkCursor) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkCursorButton> for &'a IDispatch
impl<'a> From<&'a IInkCursorButton> for &'a IDispatch
fn from(value: &'a IInkCursorButton) -> Self
fn from(value: &'a IInkCursorButton) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkCursorButtons> for &'a IDispatch
impl<'a> From<&'a IInkCursorButtons> for &'a IDispatch
fn from(value: &'a IInkCursorButtons) -> Self
fn from(value: &'a IInkCursorButtons) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkCursors> for &'a IDispatch
impl<'a> From<&'a IInkCursors> for &'a IDispatch
fn from(value: &'a IInkCursors) -> Self
fn from(value: &'a IInkCursors) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkCustomStrokes> for &'a IDispatch
impl<'a> From<&'a IInkCustomStrokes> for &'a IDispatch
fn from(value: &'a IInkCustomStrokes) -> Self
fn from(value: &'a IInkCustomStrokes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkDivider> for &'a IDispatch
impl<'a> From<&'a IInkDivider> for &'a IDispatch
fn from(value: &'a IInkDivider) -> Self
fn from(value: &'a IInkDivider) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkDivisionResult> for &'a IDispatch
impl<'a> From<&'a IInkDivisionResult> for &'a IDispatch
fn from(value: &'a IInkDivisionResult) -> Self
fn from(value: &'a IInkDivisionResult) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkDivisionUnit> for &'a IDispatch
impl<'a> From<&'a IInkDivisionUnit> for &'a IDispatch
fn from(value: &'a IInkDivisionUnit) -> Self
fn from(value: &'a IInkDivisionUnit) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkDivisionUnits> for &'a IDispatch
impl<'a> From<&'a IInkDivisionUnits> for &'a IDispatch
fn from(value: &'a IInkDivisionUnits) -> Self
fn from(value: &'a IInkDivisionUnits) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkDrawingAttributes> for &'a IDispatch
impl<'a> From<&'a IInkDrawingAttributes> for &'a IDispatch
fn from(value: &'a IInkDrawingAttributes) -> Self
fn from(value: &'a IInkDrawingAttributes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkExtendedProperties> for &'a IDispatch
impl<'a> From<&'a IInkExtendedProperties> for &'a IDispatch
fn from(value: &'a IInkExtendedProperties) -> Self
fn from(value: &'a IInkExtendedProperties) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkExtendedProperty> for &'a IDispatch
impl<'a> From<&'a IInkExtendedProperty> for &'a IDispatch
fn from(value: &'a IInkExtendedProperty) -> Self
fn from(value: &'a IInkExtendedProperty) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkGesture> for &'a IDispatch
impl<'a> From<&'a IInkGesture> for &'a IDispatch
fn from(value: &'a IInkGesture) -> Self
fn from(value: &'a IInkGesture) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkOverlay> for &'a IDispatch
impl<'a> From<&'a IInkOverlay> for &'a IDispatch
fn from(value: &'a IInkOverlay) -> Self
fn from(value: &'a IInkOverlay) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkPicture> for &'a IDispatch
impl<'a> From<&'a IInkPicture> for &'a IDispatch
fn from(value: &'a IInkPicture) -> Self
fn from(value: &'a IInkPicture) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkRecognitionAlternate> for &'a IDispatch
impl<'a> From<&'a IInkRecognitionAlternate> for &'a IDispatch
fn from(value: &'a IInkRecognitionAlternate) -> Self
fn from(value: &'a IInkRecognitionAlternate) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkRecognitionAlternates> for &'a IDispatch
impl<'a> From<&'a IInkRecognitionAlternates> for &'a IDispatch
fn from(value: &'a IInkRecognitionAlternates) -> Self
fn from(value: &'a IInkRecognitionAlternates) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkRecognitionResult> for &'a IDispatch
impl<'a> From<&'a IInkRecognitionResult> for &'a IDispatch
fn from(value: &'a IInkRecognitionResult) -> Self
fn from(value: &'a IInkRecognitionResult) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkRecognizer> for &'a IDispatch
impl<'a> From<&'a IInkRecognizer> for &'a IDispatch
fn from(value: &'a IInkRecognizer) -> Self
fn from(value: &'a IInkRecognizer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkRecognizer2> for &'a IDispatch
impl<'a> From<&'a IInkRecognizer2> for &'a IDispatch
fn from(value: &'a IInkRecognizer2) -> Self
fn from(value: &'a IInkRecognizer2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkRecognizerContext> for &'a IDispatch
impl<'a> From<&'a IInkRecognizerContext> for &'a IDispatch
fn from(value: &'a IInkRecognizerContext) -> Self
fn from(value: &'a IInkRecognizerContext) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkRecognizerContext2> for &'a IDispatch
impl<'a> From<&'a IInkRecognizerContext2> for &'a IDispatch
fn from(value: &'a IInkRecognizerContext2) -> Self
fn from(value: &'a IInkRecognizerContext2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkRecognizerGuide> for &'a IDispatch
impl<'a> From<&'a IInkRecognizerGuide> for &'a IDispatch
fn from(value: &'a IInkRecognizerGuide) -> Self
fn from(value: &'a IInkRecognizerGuide) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkRecognizers> for &'a IDispatch
impl<'a> From<&'a IInkRecognizers> for &'a IDispatch
fn from(value: &'a IInkRecognizers) -> Self
fn from(value: &'a IInkRecognizers) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkRectangle> for &'a IDispatch
impl<'a> From<&'a IInkRectangle> for &'a IDispatch
fn from(value: &'a IInkRectangle) -> Self
fn from(value: &'a IInkRectangle) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkRenderer> for &'a IDispatch
impl<'a> From<&'a IInkRenderer> for &'a IDispatch
fn from(value: &'a IInkRenderer) -> Self
fn from(value: &'a IInkRenderer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkStrokeDisp> for &'a IDispatch
impl<'a> From<&'a IInkStrokeDisp> for &'a IDispatch
fn from(value: &'a IInkStrokeDisp) -> Self
fn from(value: &'a IInkStrokeDisp) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkStrokes> for &'a IDispatch
impl<'a> From<&'a IInkStrokes> for &'a IDispatch
fn from(value: &'a IInkStrokes) -> Self
fn from(value: &'a IInkStrokes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkTablet> for &'a IDispatch
impl<'a> From<&'a IInkTablet> for &'a IDispatch
fn from(value: &'a IInkTablet) -> Self
fn from(value: &'a IInkTablet) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkTablet2> for &'a IDispatch
impl<'a> From<&'a IInkTablet2> for &'a IDispatch
fn from(value: &'a IInkTablet2) -> Self
fn from(value: &'a IInkTablet2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkTablet3> for &'a IDispatch
impl<'a> From<&'a IInkTablet3> for &'a IDispatch
fn from(value: &'a IInkTablet3) -> Self
fn from(value: &'a IInkTablet3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkTablets> for &'a IDispatch
impl<'a> From<&'a IInkTablets> for &'a IDispatch
fn from(value: &'a IInkTablets) -> Self
fn from(value: &'a IInkTablets) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkTransform> for &'a IDispatch
impl<'a> From<&'a IInkTransform> for &'a IDispatch
fn from(value: &'a IInkTransform) -> Self
fn from(value: &'a IInkTransform) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkWordList> for &'a IDispatch
impl<'a> From<&'a IInkWordList> for &'a IDispatch
fn from(value: &'a IInkWordList) -> Self
fn from(value: &'a IInkWordList) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInkWordList2> for &'a IDispatch
impl<'a> From<&'a IInkWordList2> for &'a IDispatch
fn from(value: &'a IInkWordList2) -> Self
fn from(value: &'a IInkWordList2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInstallationAgent> for &'a IDispatch
impl<'a> From<&'a IInstallationAgent> for &'a IDispatch
fn from(value: &'a IInstallationAgent) -> Self
fn from(value: &'a IInstallationAgent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInstallationBehavior> for &'a IDispatch
impl<'a> From<&'a IInstallationBehavior> for &'a IDispatch
fn from(value: &'a IInstallationBehavior) -> Self
fn from(value: &'a IInstallationBehavior) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInstallationCompletedCallbackArgs> for &'a IDispatch
impl<'a> From<&'a IInstallationCompletedCallbackArgs> for &'a IDispatch
fn from(value: &'a IInstallationCompletedCallbackArgs) -> Self
fn from(value: &'a IInstallationCompletedCallbackArgs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInstallationJob> for &'a IDispatch
impl<'a> From<&'a IInstallationJob> for &'a IDispatch
fn from(value: &'a IInstallationJob) -> Self
fn from(value: &'a IInstallationJob) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInstallationProgress> for &'a IDispatch
impl<'a> From<&'a IInstallationProgress> for &'a IDispatch
fn from(value: &'a IInstallationProgress) -> Self
fn from(value: &'a IInstallationProgress) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInstallationProgressChangedCallbackArgs> for &'a IDispatch
impl<'a> From<&'a IInstallationProgressChangedCallbackArgs> for &'a IDispatch
fn from(value: &'a IInstallationProgressChangedCallbackArgs) -> Self
fn from(value: &'a IInstallationProgressChangedCallbackArgs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInstallationResult> for &'a IDispatch
impl<'a> From<&'a IInstallationResult> for &'a IDispatch
fn from(value: &'a IInstallationResult) -> Self
fn from(value: &'a IInstallationResult) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IInvalidProductLicenseException> for &'a IDispatch
impl<'a> From<&'a IInvalidProductLicenseException> for &'a IDispatch
fn from(value: &'a IInvalidProductLicenseException) -> Self
fn from(value: &'a IInvalidProductLicenseException) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IIsoImageManager> for &'a IDispatch
impl<'a> From<&'a IIsoImageManager> for &'a IDispatch
fn from(value: &'a IIsoImageManager) -> Self
fn from(value: &'a IIsoImageManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ILanguageComponentType> for &'a IDispatch
impl<'a> From<&'a ILanguageComponentType> for &'a IDispatch
fn from(value: &'a ILanguageComponentType) -> Self
fn from(value: &'a ILanguageComponentType) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ILatLongReportFactory> for &'a IDispatch
impl<'a> From<&'a ILatLongReportFactory> for &'a IDispatch
fn from(value: &'a ILatLongReportFactory) -> Self
fn from(value: &'a ILatLongReportFactory) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ILocationReportFactory> for &'a IDispatch
impl<'a> From<&'a ILocationReportFactory> for &'a IDispatch
fn from(value: &'a ILocationReportFactory) -> Self
fn from(value: &'a ILocationReportFactory) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ILogonTrigger> for &'a IDispatch
impl<'a> From<&'a ILogonTrigger> for &'a IDispatch
fn from(value: &'a ILogonTrigger) -> Self
fn from(value: &'a ILogonTrigger) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMPEG2Component> for &'a IDispatch
impl<'a> From<&'a IMPEG2Component> for &'a IDispatch
fn from(value: &'a IMPEG2Component) -> Self
fn from(value: &'a IMPEG2Component) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMPEG2ComponentType> for &'a IDispatch
impl<'a> From<&'a IMPEG2ComponentType> for &'a IDispatch
fn from(value: &'a IMPEG2ComponentType) -> Self
fn from(value: &'a IMPEG2ComponentType) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMPEG2TuneRequest> for &'a IDispatch
impl<'a> From<&'a IMPEG2TuneRequest> for &'a IDispatch
fn from(value: &'a IMPEG2TuneRequest) -> Self
fn from(value: &'a IMPEG2TuneRequest) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMPEG2TuneRequestFactory> for &'a IDispatch
impl<'a> From<&'a IMPEG2TuneRequestFactory> for &'a IDispatch
fn from(value: &'a IMPEG2TuneRequestFactory) -> Self
fn from(value: &'a IMPEG2TuneRequestFactory) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSCEPSetup> for &'a IDispatch
impl<'a> From<&'a IMSCEPSetup> for &'a IDispatch
fn from(value: &'a IMSCEPSetup) -> Self
fn from(value: &'a IMSCEPSetup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSEventBinder> for &'a IDispatch
impl<'a> From<&'a IMSEventBinder> for &'a IDispatch
fn from(value: &'a IMSEventBinder) -> Self
fn from(value: &'a IMSEventBinder) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQApplication> for &'a IDispatch
impl<'a> From<&'a IMSMQApplication> for &'a IDispatch
fn from(value: &'a IMSMQApplication) -> Self
fn from(value: &'a IMSMQApplication) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQApplication2> for &'a IDispatch
impl<'a> From<&'a IMSMQApplication2> for &'a IDispatch
fn from(value: &'a IMSMQApplication2) -> Self
fn from(value: &'a IMSMQApplication2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQApplication3> for &'a IDispatch
impl<'a> From<&'a IMSMQApplication3> for &'a IDispatch
fn from(value: &'a IMSMQApplication3) -> Self
fn from(value: &'a IMSMQApplication3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQCollection> for &'a IDispatch
impl<'a> From<&'a IMSMQCollection> for &'a IDispatch
fn from(value: &'a IMSMQCollection) -> Self
fn from(value: &'a IMSMQCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQCoordinatedTransactionDispenser> for &'a IDispatch
impl<'a> From<&'a IMSMQCoordinatedTransactionDispenser> for &'a IDispatch
fn from(value: &'a IMSMQCoordinatedTransactionDispenser) -> Self
fn from(value: &'a IMSMQCoordinatedTransactionDispenser) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQCoordinatedTransactionDispenser2> for &'a IDispatch
impl<'a> From<&'a IMSMQCoordinatedTransactionDispenser2> for &'a IDispatch
fn from(value: &'a IMSMQCoordinatedTransactionDispenser2) -> Self
fn from(value: &'a IMSMQCoordinatedTransactionDispenser2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQCoordinatedTransactionDispenser3> for &'a IDispatch
impl<'a> From<&'a IMSMQCoordinatedTransactionDispenser3> for &'a IDispatch
fn from(value: &'a IMSMQCoordinatedTransactionDispenser3) -> Self
fn from(value: &'a IMSMQCoordinatedTransactionDispenser3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQDestination> for &'a IDispatch
impl<'a> From<&'a IMSMQDestination> for &'a IDispatch
fn from(value: &'a IMSMQDestination) -> Self
fn from(value: &'a IMSMQDestination) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQEvent> for &'a IDispatch
impl<'a> From<&'a IMSMQEvent> for &'a IDispatch
fn from(value: &'a IMSMQEvent) -> Self
fn from(value: &'a IMSMQEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQEvent2> for &'a IDispatch
impl<'a> From<&'a IMSMQEvent2> for &'a IDispatch
fn from(value: &'a IMSMQEvent2) -> Self
fn from(value: &'a IMSMQEvent2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQEvent3> for &'a IDispatch
impl<'a> From<&'a IMSMQEvent3> for &'a IDispatch
fn from(value: &'a IMSMQEvent3) -> Self
fn from(value: &'a IMSMQEvent3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQManagement> for &'a IDispatch
impl<'a> From<&'a IMSMQManagement> for &'a IDispatch
fn from(value: &'a IMSMQManagement) -> Self
fn from(value: &'a IMSMQManagement) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQMessage> for &'a IDispatch
impl<'a> From<&'a IMSMQMessage> for &'a IDispatch
fn from(value: &'a IMSMQMessage) -> Self
fn from(value: &'a IMSMQMessage) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQMessage2> for &'a IDispatch
impl<'a> From<&'a IMSMQMessage2> for &'a IDispatch
fn from(value: &'a IMSMQMessage2) -> Self
fn from(value: &'a IMSMQMessage2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQMessage3> for &'a IDispatch
impl<'a> From<&'a IMSMQMessage3> for &'a IDispatch
fn from(value: &'a IMSMQMessage3) -> Self
fn from(value: &'a IMSMQMessage3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQMessage4> for &'a IDispatch
impl<'a> From<&'a IMSMQMessage4> for &'a IDispatch
fn from(value: &'a IMSMQMessage4) -> Self
fn from(value: &'a IMSMQMessage4) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQOutgoingQueueManagement> for &'a IDispatch
impl<'a> From<&'a IMSMQOutgoingQueueManagement> for &'a IDispatch
fn from(value: &'a IMSMQOutgoingQueueManagement) -> Self
fn from(value: &'a IMSMQOutgoingQueueManagement) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQPrivateDestination> for &'a IDispatch
impl<'a> From<&'a IMSMQPrivateDestination> for &'a IDispatch
fn from(value: &'a IMSMQPrivateDestination) -> Self
fn from(value: &'a IMSMQPrivateDestination) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQPrivateEvent> for &'a IDispatch
impl<'a> From<&'a IMSMQPrivateEvent> for &'a IDispatch
fn from(value: &'a IMSMQPrivateEvent) -> Self
fn from(value: &'a IMSMQPrivateEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQuery> for &'a IDispatch
impl<'a> From<&'a IMSMQQuery> for &'a IDispatch
fn from(value: &'a IMSMQQuery) -> Self
fn from(value: &'a IMSMQQuery) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQuery2> for &'a IDispatch
impl<'a> From<&'a IMSMQQuery2> for &'a IDispatch
fn from(value: &'a IMSMQQuery2) -> Self
fn from(value: &'a IMSMQQuery2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQuery3> for &'a IDispatch
impl<'a> From<&'a IMSMQQuery3> for &'a IDispatch
fn from(value: &'a IMSMQQuery3) -> Self
fn from(value: &'a IMSMQQuery3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQuery4> for &'a IDispatch
impl<'a> From<&'a IMSMQQuery4> for &'a IDispatch
fn from(value: &'a IMSMQQuery4) -> Self
fn from(value: &'a IMSMQQuery4) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQueue> for &'a IDispatch
impl<'a> From<&'a IMSMQQueue> for &'a IDispatch
fn from(value: &'a IMSMQQueue) -> Self
fn from(value: &'a IMSMQQueue) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQueue2> for &'a IDispatch
impl<'a> From<&'a IMSMQQueue2> for &'a IDispatch
fn from(value: &'a IMSMQQueue2) -> Self
fn from(value: &'a IMSMQQueue2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQueue3> for &'a IDispatch
impl<'a> From<&'a IMSMQQueue3> for &'a IDispatch
fn from(value: &'a IMSMQQueue3) -> Self
fn from(value: &'a IMSMQQueue3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQueue4> for &'a IDispatch
impl<'a> From<&'a IMSMQQueue4> for &'a IDispatch
fn from(value: &'a IMSMQQueue4) -> Self
fn from(value: &'a IMSMQQueue4) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQueueInfo> for &'a IDispatch
impl<'a> From<&'a IMSMQQueueInfo> for &'a IDispatch
fn from(value: &'a IMSMQQueueInfo) -> Self
fn from(value: &'a IMSMQQueueInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQueueInfo2> for &'a IDispatch
impl<'a> From<&'a IMSMQQueueInfo2> for &'a IDispatch
fn from(value: &'a IMSMQQueueInfo2) -> Self
fn from(value: &'a IMSMQQueueInfo2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQueueInfo3> for &'a IDispatch
impl<'a> From<&'a IMSMQQueueInfo3> for &'a IDispatch
fn from(value: &'a IMSMQQueueInfo3) -> Self
fn from(value: &'a IMSMQQueueInfo3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQueueInfo4> for &'a IDispatch
impl<'a> From<&'a IMSMQQueueInfo4> for &'a IDispatch
fn from(value: &'a IMSMQQueueInfo4) -> Self
fn from(value: &'a IMSMQQueueInfo4) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQueueInfos> for &'a IDispatch
impl<'a> From<&'a IMSMQQueueInfos> for &'a IDispatch
fn from(value: &'a IMSMQQueueInfos) -> Self
fn from(value: &'a IMSMQQueueInfos) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQueueInfos2> for &'a IDispatch
impl<'a> From<&'a IMSMQQueueInfos2> for &'a IDispatch
fn from(value: &'a IMSMQQueueInfos2) -> Self
fn from(value: &'a IMSMQQueueInfos2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQueueInfos3> for &'a IDispatch
impl<'a> From<&'a IMSMQQueueInfos3> for &'a IDispatch
fn from(value: &'a IMSMQQueueInfos3) -> Self
fn from(value: &'a IMSMQQueueInfos3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQueueInfos4> for &'a IDispatch
impl<'a> From<&'a IMSMQQueueInfos4> for &'a IDispatch
fn from(value: &'a IMSMQQueueInfos4) -> Self
fn from(value: &'a IMSMQQueueInfos4) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQQueueManagement> for &'a IDispatch
impl<'a> From<&'a IMSMQQueueManagement> for &'a IDispatch
fn from(value: &'a IMSMQQueueManagement) -> Self
fn from(value: &'a IMSMQQueueManagement) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQTransaction> for &'a IDispatch
impl<'a> From<&'a IMSMQTransaction> for &'a IDispatch
fn from(value: &'a IMSMQTransaction) -> Self
fn from(value: &'a IMSMQTransaction) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQTransaction2> for &'a IDispatch
impl<'a> From<&'a IMSMQTransaction2> for &'a IDispatch
fn from(value: &'a IMSMQTransaction2) -> Self
fn from(value: &'a IMSMQTransaction2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQTransaction3> for &'a IDispatch
impl<'a> From<&'a IMSMQTransaction3> for &'a IDispatch
fn from(value: &'a IMSMQTransaction3) -> Self
fn from(value: &'a IMSMQTransaction3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQTransactionDispenser> for &'a IDispatch
impl<'a> From<&'a IMSMQTransactionDispenser> for &'a IDispatch
fn from(value: &'a IMSMQTransactionDispenser) -> Self
fn from(value: &'a IMSMQTransactionDispenser) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQTransactionDispenser2> for &'a IDispatch
impl<'a> From<&'a IMSMQTransactionDispenser2> for &'a IDispatch
fn from(value: &'a IMSMQTransactionDispenser2) -> Self
fn from(value: &'a IMSMQTransactionDispenser2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSMQTransactionDispenser3> for &'a IDispatch
impl<'a> From<&'a IMSMQTransactionDispenser3> for &'a IDispatch
fn from(value: &'a IMSMQTransactionDispenser3) -> Self
fn from(value: &'a IMSMQTransactionDispenser3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidAnalogTuner> for &'a IDispatch
impl<'a> From<&'a IMSVidAnalogTuner> for &'a IDispatch
fn from(value: &'a IMSVidAnalogTuner) -> Self
fn from(value: &'a IMSVidAnalogTuner) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidAnalogTuner2> for &'a IDispatch
impl<'a> From<&'a IMSVidAnalogTuner2> for &'a IDispatch
fn from(value: &'a IMSVidAnalogTuner2) -> Self
fn from(value: &'a IMSVidAnalogTuner2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidAnalogTunerEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidAnalogTunerEvent> for &'a IDispatch
fn from(value: &'a IMSVidAnalogTunerEvent) -> Self
fn from(value: &'a IMSVidAnalogTunerEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidAudioRenderer> for &'a IDispatch
impl<'a> From<&'a IMSVidAudioRenderer> for &'a IDispatch
fn from(value: &'a IMSVidAudioRenderer) -> Self
fn from(value: &'a IMSVidAudioRenderer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidAudioRendererDevices> for &'a IDispatch
impl<'a> From<&'a IMSVidAudioRendererDevices> for &'a IDispatch
fn from(value: &'a IMSVidAudioRendererDevices) -> Self
fn from(value: &'a IMSVidAudioRendererDevices) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidAudioRendererEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidAudioRendererEvent> for &'a IDispatch
fn from(value: &'a IMSVidAudioRendererEvent) -> Self
fn from(value: &'a IMSVidAudioRendererEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidAudioRendererEvent2> for &'a IDispatch
impl<'a> From<&'a IMSVidAudioRendererEvent2> for &'a IDispatch
fn from(value: &'a IMSVidAudioRendererEvent2) -> Self
fn from(value: &'a IMSVidAudioRendererEvent2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidClosedCaptioning> for &'a IDispatch
impl<'a> From<&'a IMSVidClosedCaptioning> for &'a IDispatch
fn from(value: &'a IMSVidClosedCaptioning) -> Self
fn from(value: &'a IMSVidClosedCaptioning) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidClosedCaptioning2> for &'a IDispatch
impl<'a> From<&'a IMSVidClosedCaptioning2> for &'a IDispatch
fn from(value: &'a IMSVidClosedCaptioning2) -> Self
fn from(value: &'a IMSVidClosedCaptioning2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidClosedCaptioning3> for &'a IDispatch
impl<'a> From<&'a IMSVidClosedCaptioning3> for &'a IDispatch
fn from(value: &'a IMSVidClosedCaptioning3) -> Self
fn from(value: &'a IMSVidClosedCaptioning3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidDataServices> for &'a IDispatch
impl<'a> From<&'a IMSVidDataServices> for &'a IDispatch
fn from(value: &'a IMSVidDataServices) -> Self
fn from(value: &'a IMSVidDataServices) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidDataServicesEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidDataServicesEvent> for &'a IDispatch
fn from(value: &'a IMSVidDataServicesEvent) -> Self
fn from(value: &'a IMSVidDataServicesEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidDevice> for &'a IDispatch
impl<'a> From<&'a IMSVidDevice> for &'a IDispatch
fn from(value: &'a IMSVidDevice) -> Self
fn from(value: &'a IMSVidDevice) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidDeviceEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidDeviceEvent> for &'a IDispatch
fn from(value: &'a IMSVidDeviceEvent) -> Self
fn from(value: &'a IMSVidDeviceEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidEVREvent> for &'a IDispatch
impl<'a> From<&'a IMSVidEVREvent> for &'a IDispatch
fn from(value: &'a IMSVidEVREvent) -> Self
fn from(value: &'a IMSVidEVREvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidEncoder> for &'a IDispatch
impl<'a> From<&'a IMSVidEncoder> for &'a IDispatch
fn from(value: &'a IMSVidEncoder) -> Self
fn from(value: &'a IMSVidEncoder) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidFeature> for &'a IDispatch
impl<'a> From<&'a IMSVidFeature> for &'a IDispatch
fn from(value: &'a IMSVidFeature) -> Self
fn from(value: &'a IMSVidFeature) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidFeatureEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidFeatureEvent> for &'a IDispatch
fn from(value: &'a IMSVidFeatureEvent) -> Self
fn from(value: &'a IMSVidFeatureEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidFeatures> for &'a IDispatch
impl<'a> From<&'a IMSVidFeatures> for &'a IDispatch
fn from(value: &'a IMSVidFeatures) -> Self
fn from(value: &'a IMSVidFeatures) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidFilePlayback> for &'a IDispatch
impl<'a> From<&'a IMSVidFilePlayback> for &'a IDispatch
fn from(value: &'a IMSVidFilePlayback) -> Self
fn from(value: &'a IMSVidFilePlayback) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidFilePlayback2> for &'a IDispatch
impl<'a> From<&'a IMSVidFilePlayback2> for &'a IDispatch
fn from(value: &'a IMSVidFilePlayback2) -> Self
fn from(value: &'a IMSVidFilePlayback2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidFilePlaybackEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidFilePlaybackEvent> for &'a IDispatch
fn from(value: &'a IMSVidFilePlaybackEvent) -> Self
fn from(value: &'a IMSVidFilePlaybackEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidGenericSink> for &'a IDispatch
impl<'a> From<&'a IMSVidGenericSink> for &'a IDispatch
fn from(value: &'a IMSVidGenericSink) -> Self
fn from(value: &'a IMSVidGenericSink) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidGenericSink2> for &'a IDispatch
impl<'a> From<&'a IMSVidGenericSink2> for &'a IDispatch
fn from(value: &'a IMSVidGenericSink2) -> Self
fn from(value: &'a IMSVidGenericSink2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidInputDevice> for &'a IDispatch
impl<'a> From<&'a IMSVidInputDevice> for &'a IDispatch
fn from(value: &'a IMSVidInputDevice) -> Self
fn from(value: &'a IMSVidInputDevice) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidInputDeviceEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidInputDeviceEvent> for &'a IDispatch
fn from(value: &'a IMSVidInputDeviceEvent) -> Self
fn from(value: &'a IMSVidInputDeviceEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidInputDevices> for &'a IDispatch
impl<'a> From<&'a IMSVidInputDevices> for &'a IDispatch
fn from(value: &'a IMSVidInputDevices) -> Self
fn from(value: &'a IMSVidInputDevices) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidOutputDevice> for &'a IDispatch
impl<'a> From<&'a IMSVidOutputDevice> for &'a IDispatch
fn from(value: &'a IMSVidOutputDevice) -> Self
fn from(value: &'a IMSVidOutputDevice) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidOutputDeviceEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidOutputDeviceEvent> for &'a IDispatch
fn from(value: &'a IMSVidOutputDeviceEvent) -> Self
fn from(value: &'a IMSVidOutputDeviceEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidOutputDevices> for &'a IDispatch
impl<'a> From<&'a IMSVidOutputDevices> for &'a IDispatch
fn from(value: &'a IMSVidOutputDevices) -> Self
fn from(value: &'a IMSVidOutputDevices) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidPlayback> for &'a IDispatch
impl<'a> From<&'a IMSVidPlayback> for &'a IDispatch
fn from(value: &'a IMSVidPlayback) -> Self
fn from(value: &'a IMSVidPlayback) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidPlaybackEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidPlaybackEvent> for &'a IDispatch
fn from(value: &'a IMSVidPlaybackEvent) -> Self
fn from(value: &'a IMSVidPlaybackEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidRect> for &'a IDispatch
impl<'a> From<&'a IMSVidRect> for &'a IDispatch
fn from(value: &'a IMSVidRect) -> Self
fn from(value: &'a IMSVidRect) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferRecordingControl> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferRecordingControl> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferRecordingControl) -> Self
fn from(value: &'a IMSVidStreamBufferRecordingControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferSink> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferSink> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferSink) -> Self
fn from(value: &'a IMSVidStreamBufferSink) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferSink2> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferSink2> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferSink2) -> Self
fn from(value: &'a IMSVidStreamBufferSink2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferSink3> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferSink3> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferSink3) -> Self
fn from(value: &'a IMSVidStreamBufferSink3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferSinkEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferSinkEvent> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferSinkEvent) -> Self
fn from(value: &'a IMSVidStreamBufferSinkEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferSinkEvent2> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferSinkEvent2> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferSinkEvent2) -> Self
fn from(value: &'a IMSVidStreamBufferSinkEvent2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferSinkEvent3> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferSinkEvent3> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferSinkEvent3) -> Self
fn from(value: &'a IMSVidStreamBufferSinkEvent3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferSinkEvent4> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferSinkEvent4> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferSinkEvent4) -> Self
fn from(value: &'a IMSVidStreamBufferSinkEvent4) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferSource> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferSource> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferSource) -> Self
fn from(value: &'a IMSVidStreamBufferSource) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferSource2> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferSource2> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferSource2) -> Self
fn from(value: &'a IMSVidStreamBufferSource2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferSourceEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferSourceEvent> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferSourceEvent) -> Self
fn from(value: &'a IMSVidStreamBufferSourceEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferSourceEvent2> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferSourceEvent2> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferSourceEvent2) -> Self
fn from(value: &'a IMSVidStreamBufferSourceEvent2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferSourceEvent3> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferSourceEvent3> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferSourceEvent3) -> Self
fn from(value: &'a IMSVidStreamBufferSourceEvent3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidStreamBufferV2SourceEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidStreamBufferV2SourceEvent> for &'a IDispatch
fn from(value: &'a IMSVidStreamBufferV2SourceEvent) -> Self
fn from(value: &'a IMSVidStreamBufferV2SourceEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidTuner> for &'a IDispatch
impl<'a> From<&'a IMSVidTuner> for &'a IDispatch
fn from(value: &'a IMSVidTuner) -> Self
fn from(value: &'a IMSVidTuner) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidTunerEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidTunerEvent> for &'a IDispatch
fn from(value: &'a IMSVidTunerEvent) -> Self
fn from(value: &'a IMSVidTunerEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidVMR9> for &'a IDispatch
impl<'a> From<&'a IMSVidVMR9> for &'a IDispatch
fn from(value: &'a IMSVidVMR9) -> Self
fn from(value: &'a IMSVidVMR9) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidVideoInputDevice> for &'a IDispatch
impl<'a> From<&'a IMSVidVideoInputDevice> for &'a IDispatch
fn from(value: &'a IMSVidVideoInputDevice) -> Self
fn from(value: &'a IMSVidVideoInputDevice) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidVideoRenderer> for &'a IDispatch
impl<'a> From<&'a IMSVidVideoRenderer> for &'a IDispatch
fn from(value: &'a IMSVidVideoRenderer) -> Self
fn from(value: &'a IMSVidVideoRenderer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidVideoRenderer2> for &'a IDispatch
impl<'a> From<&'a IMSVidVideoRenderer2> for &'a IDispatch
fn from(value: &'a IMSVidVideoRenderer2) -> Self
fn from(value: &'a IMSVidVideoRenderer2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidVideoRendererDevices> for &'a IDispatch
impl<'a> From<&'a IMSVidVideoRendererDevices> for &'a IDispatch
fn from(value: &'a IMSVidVideoRendererDevices) -> Self
fn from(value: &'a IMSVidVideoRendererDevices) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidVideoRendererEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidVideoRendererEvent> for &'a IDispatch
fn from(value: &'a IMSVidVideoRendererEvent) -> Self
fn from(value: &'a IMSVidVideoRendererEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidVideoRendererEvent2> for &'a IDispatch
impl<'a> From<&'a IMSVidVideoRendererEvent2> for &'a IDispatch
fn from(value: &'a IMSVidVideoRendererEvent2) -> Self
fn from(value: &'a IMSVidVideoRendererEvent2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidWebDVD> for &'a IDispatch
impl<'a> From<&'a IMSVidWebDVD> for &'a IDispatch
fn from(value: &'a IMSVidWebDVD) -> Self
fn from(value: &'a IMSVidWebDVD) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidWebDVD2> for &'a IDispatch
impl<'a> From<&'a IMSVidWebDVD2> for &'a IDispatch
fn from(value: &'a IMSVidWebDVD2) -> Self
fn from(value: &'a IMSVidWebDVD2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidWebDVDAdm> for &'a IDispatch
impl<'a> From<&'a IMSVidWebDVDAdm> for &'a IDispatch
fn from(value: &'a IMSVidWebDVDAdm) -> Self
fn from(value: &'a IMSVidWebDVDAdm) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidWebDVDEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidWebDVDEvent> for &'a IDispatch
fn from(value: &'a IMSVidWebDVDEvent) -> Self
fn from(value: &'a IMSVidWebDVDEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMSVidXDSEvent> for &'a IDispatch
impl<'a> From<&'a IMSVidXDSEvent> for &'a IDispatch
fn from(value: &'a IMSVidXDSEvent) -> Self
fn from(value: &'a IMSVidXDSEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMTSLocator> for &'a IDispatch
impl<'a> From<&'a IMTSLocator> for &'a IDispatch
fn from(value: &'a IMTSLocator) -> Self
fn from(value: &'a IMTSLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMXAttributes> for &'a IDispatch
impl<'a> From<&'a IMXAttributes> for &'a IDispatch
fn from(value: &'a IMXAttributes) -> Self
fn from(value: &'a IMXAttributes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMXNamespacePrefixes> for &'a IDispatch
impl<'a> From<&'a IMXNamespacePrefixes> for &'a IDispatch
fn from(value: &'a IMXNamespacePrefixes) -> Self
fn from(value: &'a IMXNamespacePrefixes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMXReaderControl> for &'a IDispatch
impl<'a> From<&'a IMXReaderControl> for &'a IDispatch
fn from(value: &'a IMXReaderControl) -> Self
fn from(value: &'a IMXReaderControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMXSchemaDeclHandler> for &'a IDispatch
impl<'a> From<&'a IMXSchemaDeclHandler> for &'a IDispatch
fn from(value: &'a IMXSchemaDeclHandler) -> Self
fn from(value: &'a IMXSchemaDeclHandler) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMXXMLFilter> for &'a IDispatch
impl<'a> From<&'a IMXXMLFilter> for &'a IDispatch
fn from(value: &'a IMXXMLFilter) -> Self
fn from(value: &'a IMXXMLFilter) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMaintenanceSettings> for &'a IDispatch
impl<'a> From<&'a IMaintenanceSettings> for &'a IDispatch
fn from(value: &'a IMaintenanceSettings) -> Self
fn from(value: &'a IMaintenanceSettings) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMathInputControl> for &'a IDispatch
impl<'a> From<&'a IMathInputControl> for &'a IDispatch
fn from(value: &'a IMathInputControl) -> Self
fn from(value: &'a IMathInputControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMcastAddressAllocation> for &'a IDispatch
impl<'a> From<&'a IMcastAddressAllocation> for &'a IDispatch
fn from(value: &'a IMcastAddressAllocation) -> Self
fn from(value: &'a IMcastAddressAllocation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMcastLeaseInfo> for &'a IDispatch
impl<'a> From<&'a IMcastLeaseInfo> for &'a IDispatch
fn from(value: &'a IMcastLeaseInfo) -> Self
fn from(value: &'a IMcastLeaseInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMcastScope> for &'a IDispatch
impl<'a> From<&'a IMcastScope> for &'a IDispatch
fn from(value: &'a IMcastScope) -> Self
fn from(value: &'a IMcastScope) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMediaControl> for &'a IDispatch
impl<'a> From<&'a IMediaControl> for &'a IDispatch
fn from(value: &'a IMediaControl) -> Self
fn from(value: &'a IMediaControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMediaEvent> for &'a IDispatch
impl<'a> From<&'a IMediaEvent> for &'a IDispatch
fn from(value: &'a IMediaEvent) -> Self
fn from(value: &'a IMediaEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMediaEventEx> for &'a IDispatch
impl<'a> From<&'a IMediaEventEx> for &'a IDispatch
fn from(value: &'a IMediaEventEx) -> Self
fn from(value: &'a IMediaEventEx) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMediaPosition> for &'a IDispatch
impl<'a> From<&'a IMediaPosition> for &'a IDispatch
fn from(value: &'a IMediaPosition) -> Self
fn from(value: &'a IMediaPosition) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMediaTypeInfo> for &'a IDispatch
impl<'a> From<&'a IMediaTypeInfo> for &'a IDispatch
fn from(value: &'a IMediaTypeInfo) -> Self
fn from(value: &'a IMediaTypeInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMessageMover> for &'a IDispatch
impl<'a> From<&'a IMessageMover> for &'a IDispatch
fn from(value: &'a IMessageMover) -> Self
fn from(value: &'a IMessageMover) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMonthlyDOWTrigger> for &'a IDispatch
impl<'a> From<&'a IMonthlyDOWTrigger> for &'a IDispatch
fn from(value: &'a IMonthlyDOWTrigger) -> Self
fn from(value: &'a IMonthlyDOWTrigger) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMonthlyTrigger> for &'a IDispatch
impl<'a> From<&'a IMonthlyTrigger> for &'a IDispatch
fn from(value: &'a IMonthlyTrigger) -> Self
fn from(value: &'a IMonthlyTrigger) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMsmDependencies> for &'a IDispatch
impl<'a> From<&'a IMsmDependencies> for &'a IDispatch
fn from(value: &'a IMsmDependencies) -> Self
fn from(value: &'a IMsmDependencies) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMsmDependency> for &'a IDispatch
impl<'a> From<&'a IMsmDependency> for &'a IDispatch
fn from(value: &'a IMsmDependency) -> Self
fn from(value: &'a IMsmDependency) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMsmErrors> for &'a IDispatch
impl<'a> From<&'a IMsmErrors> for &'a IDispatch
fn from(value: &'a IMsmErrors) -> Self
fn from(value: &'a IMsmErrors) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMsmGetFiles> for &'a IDispatch
impl<'a> From<&'a IMsmGetFiles> for &'a IDispatch
fn from(value: &'a IMsmGetFiles) -> Self
fn from(value: &'a IMsmGetFiles) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMsmStrings> for &'a IDispatch
impl<'a> From<&'a IMsmStrings> for &'a IDispatch
fn from(value: &'a IMsmStrings) -> Self
fn from(value: &'a IMsmStrings) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMtsEventInfo> for &'a IDispatch
impl<'a> From<&'a IMtsEventInfo> for &'a IDispatch
fn from(value: &'a IMtsEventInfo) -> Self
fn from(value: &'a IMtsEventInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMtsEvents> for &'a IDispatch
impl<'a> From<&'a IMtsEvents> for &'a IDispatch
fn from(value: &'a IMtsEvents) -> Self
fn from(value: &'a IMtsEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMultisession> for &'a IDispatch
impl<'a> From<&'a IMultisession> for &'a IDispatch
fn from(value: &'a IMultisession) -> Self
fn from(value: &'a IMultisession) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMultisessionRandomWrite> for &'a IDispatch
impl<'a> From<&'a IMultisessionRandomWrite> for &'a IDispatch
fn from(value: &'a IMultisessionRandomWrite) -> Self
fn from(value: &'a IMultisessionRandomWrite) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMultisessionSequential> for &'a IDispatch
impl<'a> From<&'a IMultisessionSequential> for &'a IDispatch
fn from(value: &'a IMultisessionSequential) -> Self
fn from(value: &'a IMultisessionSequential) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IMultisessionSequential2> for &'a IDispatch
impl<'a> From<&'a IMultisessionSequential2> for &'a IDispatch
fn from(value: &'a IMultisessionSequential2) -> Self
fn from(value: &'a IMultisessionSequential2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INATEventManager> for &'a IDispatch
impl<'a> From<&'a INATEventManager> for &'a IDispatch
fn from(value: &'a INATEventManager) -> Self
fn from(value: &'a INATEventManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetConnectionProps> for &'a IDispatch
impl<'a> From<&'a INetConnectionProps> for &'a IDispatch
fn from(value: &'a INetConnectionProps) -> Self
fn from(value: &'a INetConnectionProps) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwAuthorizedApplication> for &'a IDispatch
impl<'a> From<&'a INetFwAuthorizedApplication> for &'a IDispatch
fn from(value: &'a INetFwAuthorizedApplication) -> Self
fn from(value: &'a INetFwAuthorizedApplication) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwAuthorizedApplications> for &'a IDispatch
impl<'a> From<&'a INetFwAuthorizedApplications> for &'a IDispatch
fn from(value: &'a INetFwAuthorizedApplications) -> Self
fn from(value: &'a INetFwAuthorizedApplications) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwIcmpSettings> for &'a IDispatch
impl<'a> From<&'a INetFwIcmpSettings> for &'a IDispatch
fn from(value: &'a INetFwIcmpSettings) -> Self
fn from(value: &'a INetFwIcmpSettings) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwOpenPort> for &'a IDispatch
impl<'a> From<&'a INetFwOpenPort> for &'a IDispatch
fn from(value: &'a INetFwOpenPort) -> Self
fn from(value: &'a INetFwOpenPort) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwOpenPorts> for &'a IDispatch
impl<'a> From<&'a INetFwOpenPorts> for &'a IDispatch
fn from(value: &'a INetFwOpenPorts) -> Self
fn from(value: &'a INetFwOpenPorts) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwPolicy> for &'a IDispatch
impl<'a> From<&'a INetFwPolicy> for &'a IDispatch
fn from(value: &'a INetFwPolicy) -> Self
fn from(value: &'a INetFwPolicy) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwPolicy2> for &'a IDispatch
impl<'a> From<&'a INetFwPolicy2> for &'a IDispatch
fn from(value: &'a INetFwPolicy2) -> Self
fn from(value: &'a INetFwPolicy2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwProduct> for &'a IDispatch
impl<'a> From<&'a INetFwProduct> for &'a IDispatch
fn from(value: &'a INetFwProduct) -> Self
fn from(value: &'a INetFwProduct) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwProducts> for &'a IDispatch
impl<'a> From<&'a INetFwProducts> for &'a IDispatch
fn from(value: &'a INetFwProducts) -> Self
fn from(value: &'a INetFwProducts) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwProfile> for &'a IDispatch
impl<'a> From<&'a INetFwProfile> for &'a IDispatch
fn from(value: &'a INetFwProfile) -> Self
fn from(value: &'a INetFwProfile) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwRemoteAdminSettings> for &'a IDispatch
impl<'a> From<&'a INetFwRemoteAdminSettings> for &'a IDispatch
fn from(value: &'a INetFwRemoteAdminSettings) -> Self
fn from(value: &'a INetFwRemoteAdminSettings) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwRule> for &'a IDispatch
impl<'a> From<&'a INetFwRule> for &'a IDispatch
fn from(value: &'a INetFwRule) -> Self
fn from(value: &'a INetFwRule) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwRule2> for &'a IDispatch
impl<'a> From<&'a INetFwRule2> for &'a IDispatch
fn from(value: &'a INetFwRule2) -> Self
fn from(value: &'a INetFwRule2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwRule3> for &'a IDispatch
impl<'a> From<&'a INetFwRule3> for &'a IDispatch
fn from(value: &'a INetFwRule3) -> Self
fn from(value: &'a INetFwRule3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwRules> for &'a IDispatch
impl<'a> From<&'a INetFwRules> for &'a IDispatch
fn from(value: &'a INetFwRules) -> Self
fn from(value: &'a INetFwRules) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwService> for &'a IDispatch
impl<'a> From<&'a INetFwService> for &'a IDispatch
fn from(value: &'a INetFwService) -> Self
fn from(value: &'a INetFwService) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwServiceRestriction> for &'a IDispatch
impl<'a> From<&'a INetFwServiceRestriction> for &'a IDispatch
fn from(value: &'a INetFwServiceRestriction) -> Self
fn from(value: &'a INetFwServiceRestriction) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetFwServices> for &'a IDispatch
impl<'a> From<&'a INetFwServices> for &'a IDispatch
fn from(value: &'a INetFwServices) -> Self
fn from(value: &'a INetFwServices) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetSharingConfiguration> for &'a IDispatch
impl<'a> From<&'a INetSharingConfiguration> for &'a IDispatch
fn from(value: &'a INetSharingConfiguration) -> Self
fn from(value: &'a INetSharingConfiguration) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetSharingEveryConnectionCollection> for &'a IDispatch
impl<'a> From<&'a INetSharingEveryConnectionCollection> for &'a IDispatch
fn from(value: &'a INetSharingEveryConnectionCollection) -> Self
fn from(value: &'a INetSharingEveryConnectionCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetSharingManager> for &'a IDispatch
impl<'a> From<&'a INetSharingManager> for &'a IDispatch
fn from(value: &'a INetSharingManager) -> Self
fn from(value: &'a INetSharingManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetSharingPortMapping> for &'a IDispatch
impl<'a> From<&'a INetSharingPortMapping> for &'a IDispatch
fn from(value: &'a INetSharingPortMapping) -> Self
fn from(value: &'a INetSharingPortMapping) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetSharingPortMappingCollection> for &'a IDispatch
impl<'a> From<&'a INetSharingPortMappingCollection> for &'a IDispatch
fn from(value: &'a INetSharingPortMappingCollection) -> Self
fn from(value: &'a INetSharingPortMappingCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetSharingPortMappingProps> for &'a IDispatch
impl<'a> From<&'a INetSharingPortMappingProps> for &'a IDispatch
fn from(value: &'a INetSharingPortMappingProps) -> Self
fn from(value: &'a INetSharingPortMappingProps) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetSharingPrivateConnectionCollection> for &'a IDispatch
impl<'a> From<&'a INetSharingPrivateConnectionCollection> for &'a IDispatch
fn from(value: &'a INetSharingPrivateConnectionCollection) -> Self
fn from(value: &'a INetSharingPrivateConnectionCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetSharingPublicConnectionCollection> for &'a IDispatch
impl<'a> From<&'a INetSharingPublicConnectionCollection> for &'a IDispatch
fn from(value: &'a INetSharingPublicConnectionCollection) -> Self
fn from(value: &'a INetSharingPublicConnectionCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetworkConnection> for &'a IDispatch
impl<'a> From<&'a INetworkConnection> for &'a IDispatch
fn from(value: &'a INetworkConnection) -> Self
fn from(value: &'a INetworkConnection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetworkListManager> for &'a IDispatch
impl<'a> From<&'a INetworkListManager> for &'a IDispatch
fn from(value: &'a INetworkListManager) -> Self
fn from(value: &'a INetworkListManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INetworkSettings> for &'a IDispatch
impl<'a> From<&'a INetworkSettings> for &'a IDispatch
fn from(value: &'a INetworkSettings) -> Self
fn from(value: &'a INetworkSettings) -> Self
Converts to this type from the input type.
impl<'a> From<&'a INewWDEvents> for &'a IDispatch
impl<'a> From<&'a INewWDEvents> for &'a IDispatch
fn from(value: &'a INewWDEvents) -> Self
fn from(value: &'a INewWDEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IOCSPAdmin> for &'a IDispatch
impl<'a> From<&'a IOCSPAdmin> for &'a IDispatch
fn from(value: &'a IOCSPAdmin) -> Self
fn from(value: &'a IOCSPAdmin) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IOCSPCAConfiguration> for &'a IDispatch
impl<'a> From<&'a IOCSPCAConfiguration> for &'a IDispatch
fn from(value: &'a IOCSPCAConfiguration) -> Self
fn from(value: &'a IOCSPCAConfiguration) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IOCSPCAConfigurationCollection> for &'a IDispatch
impl<'a> From<&'a IOCSPCAConfigurationCollection> for &'a IDispatch
fn from(value: &'a IOCSPCAConfigurationCollection) -> Self
fn from(value: &'a IOCSPCAConfigurationCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IOCSPProperty> for &'a IDispatch
impl<'a> From<&'a IOCSPProperty> for &'a IDispatch
fn from(value: &'a IOCSPProperty) -> Self
fn from(value: &'a IOCSPProperty) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IOCSPPropertyCollection> for &'a IDispatch
impl<'a> From<&'a IOCSPPropertyCollection> for &'a IDispatch
fn from(value: &'a IOCSPPropertyCollection) -> Self
fn from(value: &'a IOCSPPropertyCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IObjectConstructString> for &'a IDispatch
impl<'a> From<&'a IObjectConstructString> for &'a IDispatch
fn from(value: &'a IObjectConstructString) -> Self
fn from(value: &'a IObjectConstructString) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IObjectIds> for &'a IDispatch
impl<'a> From<&'a IObjectIds> for &'a IDispatch
fn from(value: &'a IObjectIds) -> Self
fn from(value: &'a IObjectIds) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPackageUtil> for &'a IDispatch
impl<'a> From<&'a IPackageUtil> for &'a IDispatch
fn from(value: &'a IPackageUtil) -> Self
fn from(value: &'a IPackageUtil) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPenInputPanel> for &'a IDispatch
impl<'a> From<&'a IPenInputPanel> for &'a IDispatch
fn from(value: &'a IPenInputPanel) -> Self
fn from(value: &'a IPenInputPanel) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPerformanceCounterDataCollector> for &'a IDispatch
impl<'a> From<&'a IPerformanceCounterDataCollector> for &'a IDispatch
fn from(value: &'a IPerformanceCounterDataCollector) -> Self
fn from(value: &'a IPerformanceCounterDataCollector) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPictureDisp> for &'a IDispatch
impl<'a> From<&'a IPictureDisp> for &'a IDispatch
fn from(value: &'a IPictureDisp) -> Self
fn from(value: &'a IPictureDisp) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPolicyQualifier> for &'a IDispatch
impl<'a> From<&'a IPolicyQualifier> for &'a IDispatch
fn from(value: &'a IPolicyQualifier) -> Self
fn from(value: &'a IPolicyQualifier) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPolicyQualifiers> for &'a IDispatch
impl<'a> From<&'a IPolicyQualifiers> for &'a IDispatch
fn from(value: &'a IPolicyQualifiers) -> Self
fn from(value: &'a IPolicyQualifiers) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPoolManager> for &'a IDispatch
impl<'a> From<&'a IPoolManager> for &'a IDispatch
fn from(value: &'a IPoolManager) -> Self
fn from(value: &'a IPoolManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPortableDeviceWebControl> for &'a IDispatch
impl<'a> From<&'a IPortableDeviceWebControl> for &'a IDispatch
fn from(value: &'a IPortableDeviceWebControl) -> Self
fn from(value: &'a IPortableDeviceWebControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrincipal> for &'a IDispatch
impl<'a> From<&'a IPrincipal> for &'a IDispatch
fn from(value: &'a IPrincipal) -> Self
fn from(value: &'a IPrincipal) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrincipal2> for &'a IDispatch
impl<'a> From<&'a IPrincipal2> for &'a IDispatch
fn from(value: &'a IPrincipal2) -> Self
fn from(value: &'a IPrincipal2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintDocumentPackageStatusEvent> for &'a IDispatch
impl<'a> From<&'a IPrintDocumentPackageStatusEvent> for &'a IDispatch
fn from(value: &'a IPrintDocumentPackageStatusEvent) -> Self
fn from(value: &'a IPrintDocumentPackageStatusEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintJobCollection> for &'a IDispatch
impl<'a> From<&'a IPrintJobCollection> for &'a IDispatch
fn from(value: &'a IPrintJobCollection) -> Self
fn from(value: &'a IPrintJobCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaAsyncOperation> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaAsyncOperation> for &'a IDispatch
fn from(value: &'a IPrintSchemaAsyncOperation) -> Self
fn from(value: &'a IPrintSchemaAsyncOperation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaAsyncOperationEvent> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaAsyncOperationEvent> for &'a IDispatch
fn from(value: &'a IPrintSchemaAsyncOperationEvent) -> Self
fn from(value: &'a IPrintSchemaAsyncOperationEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaCapabilities> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaCapabilities> for &'a IDispatch
fn from(value: &'a IPrintSchemaCapabilities) -> Self
fn from(value: &'a IPrintSchemaCapabilities) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaCapabilities2> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaCapabilities2> for &'a IDispatch
fn from(value: &'a IPrintSchemaCapabilities2) -> Self
fn from(value: &'a IPrintSchemaCapabilities2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaDisplayableElement> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaDisplayableElement> for &'a IDispatch
fn from(value: &'a IPrintSchemaDisplayableElement) -> Self
fn from(value: &'a IPrintSchemaDisplayableElement) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaElement> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaElement> for &'a IDispatch
fn from(value: &'a IPrintSchemaElement) -> Self
fn from(value: &'a IPrintSchemaElement) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaFeature> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaFeature> for &'a IDispatch
fn from(value: &'a IPrintSchemaFeature) -> Self
fn from(value: &'a IPrintSchemaFeature) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaNUpOption> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaNUpOption> for &'a IDispatch
fn from(value: &'a IPrintSchemaNUpOption) -> Self
fn from(value: &'a IPrintSchemaNUpOption) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaOption> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaOption> for &'a IDispatch
fn from(value: &'a IPrintSchemaOption) -> Self
fn from(value: &'a IPrintSchemaOption) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaOptionCollection> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaOptionCollection> for &'a IDispatch
fn from(value: &'a IPrintSchemaOptionCollection) -> Self
fn from(value: &'a IPrintSchemaOptionCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaPageImageableSize> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaPageImageableSize> for &'a IDispatch
fn from(value: &'a IPrintSchemaPageImageableSize) -> Self
fn from(value: &'a IPrintSchemaPageImageableSize) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaPageMediaSizeOption> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaPageMediaSizeOption> for &'a IDispatch
fn from(value: &'a IPrintSchemaPageMediaSizeOption) -> Self
fn from(value: &'a IPrintSchemaPageMediaSizeOption) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaParameterDefinition> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaParameterDefinition> for &'a IDispatch
fn from(value: &'a IPrintSchemaParameterDefinition) -> Self
fn from(value: &'a IPrintSchemaParameterDefinition) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaParameterInitializer> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaParameterInitializer> for &'a IDispatch
fn from(value: &'a IPrintSchemaParameterInitializer) -> Self
fn from(value: &'a IPrintSchemaParameterInitializer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaTicket> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaTicket> for &'a IDispatch
fn from(value: &'a IPrintSchemaTicket) -> Self
fn from(value: &'a IPrintSchemaTicket) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrintSchemaTicket2> for &'a IDispatch
impl<'a> From<&'a IPrintSchemaTicket2> for &'a IDispatch
fn from(value: &'a IPrintSchemaTicket2) -> Self
fn from(value: &'a IPrintSchemaTicket2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterExtensionContext> for &'a IDispatch
impl<'a> From<&'a IPrinterExtensionContext> for &'a IDispatch
fn from(value: &'a IPrinterExtensionContext) -> Self
fn from(value: &'a IPrinterExtensionContext) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterExtensionContextCollection> for &'a IDispatch
impl<'a> From<&'a IPrinterExtensionContextCollection> for &'a IDispatch
fn from(value: &'a IPrinterExtensionContextCollection) -> Self
fn from(value: &'a IPrinterExtensionContextCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterExtensionEvent> for &'a IDispatch
impl<'a> From<&'a IPrinterExtensionEvent> for &'a IDispatch
fn from(value: &'a IPrinterExtensionEvent) -> Self
fn from(value: &'a IPrinterExtensionEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterExtensionEventArgs> for &'a IDispatch
impl<'a> From<&'a IPrinterExtensionEventArgs> for &'a IDispatch
fn from(value: &'a IPrinterExtensionEventArgs) -> Self
fn from(value: &'a IPrinterExtensionEventArgs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterExtensionRequest> for &'a IDispatch
impl<'a> From<&'a IPrinterExtensionRequest> for &'a IDispatch
fn from(value: &'a IPrinterExtensionRequest) -> Self
fn from(value: &'a IPrinterExtensionRequest) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterPropertyBag> for &'a IDispatch
impl<'a> From<&'a IPrinterPropertyBag> for &'a IDispatch
fn from(value: &'a IPrinterPropertyBag) -> Self
fn from(value: &'a IPrinterPropertyBag) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterQueue> for &'a IDispatch
impl<'a> From<&'a IPrinterQueue> for &'a IDispatch
fn from(value: &'a IPrinterQueue) -> Self
fn from(value: &'a IPrinterQueue) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterQueue2> for &'a IDispatch
impl<'a> From<&'a IPrinterQueue2> for &'a IDispatch
fn from(value: &'a IPrinterQueue2) -> Self
fn from(value: &'a IPrinterQueue2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterQueueEvent> for &'a IDispatch
impl<'a> From<&'a IPrinterQueueEvent> for &'a IDispatch
fn from(value: &'a IPrinterQueueEvent) -> Self
fn from(value: &'a IPrinterQueueEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterQueueView> for &'a IDispatch
impl<'a> From<&'a IPrinterQueueView> for &'a IDispatch
fn from(value: &'a IPrinterQueueView) -> Self
fn from(value: &'a IPrinterQueueView) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterQueueViewEvent> for &'a IDispatch
impl<'a> From<&'a IPrinterQueueViewEvent> for &'a IDispatch
fn from(value: &'a IPrinterQueueViewEvent) -> Self
fn from(value: &'a IPrinterQueueViewEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterScriptContext> for &'a IDispatch
impl<'a> From<&'a IPrinterScriptContext> for &'a IDispatch
fn from(value: &'a IPrinterScriptContext) -> Self
fn from(value: &'a IPrinterScriptContext) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterScriptablePropertyBag> for &'a IDispatch
impl<'a> From<&'a IPrinterScriptablePropertyBag> for &'a IDispatch
fn from(value: &'a IPrinterScriptablePropertyBag) -> Self
fn from(value: &'a IPrinterScriptablePropertyBag) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterScriptablePropertyBag2> for &'a IDispatch
impl<'a> From<&'a IPrinterScriptablePropertyBag2> for &'a IDispatch
fn from(value: &'a IPrinterScriptablePropertyBag2) -> Self
fn from(value: &'a IPrinterScriptablePropertyBag2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterScriptableSequentialStream> for &'a IDispatch
impl<'a> From<&'a IPrinterScriptableSequentialStream> for &'a IDispatch
fn from(value: &'a IPrinterScriptableSequentialStream) -> Self
fn from(value: &'a IPrinterScriptableSequentialStream) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IPrinterScriptableStream> for &'a IDispatch
impl<'a> From<&'a IPrinterScriptableStream> for &'a IDispatch
fn from(value: &'a IPrinterScriptableStream) -> Self
fn from(value: &'a IPrinterScriptableStream) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IProgressItem> for &'a IDispatch
impl<'a> From<&'a IProgressItem> for &'a IDispatch
fn from(value: &'a IProgressItem) -> Self
fn from(value: &'a IProgressItem) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IProgressItems> for &'a IDispatch
impl<'a> From<&'a IProgressItems> for &'a IDispatch
fn from(value: &'a IProgressItems) -> Self
fn from(value: &'a IProgressItems) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IProvideWinSATAssessmentInfo> for &'a IDispatch
impl<'a> From<&'a IProvideWinSATAssessmentInfo> for &'a IDispatch
fn from(value: &'a IProvideWinSATAssessmentInfo) -> Self
fn from(value: &'a IProvideWinSATAssessmentInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IProvideWinSATResultsInfo> for &'a IDispatch
impl<'a> From<&'a IProvideWinSATResultsInfo> for &'a IDispatch
fn from(value: &'a IProvideWinSATResultsInfo) -> Self
fn from(value: &'a IProvideWinSATResultsInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IQueryAllWinSATAssessments> for &'a IDispatch
impl<'a> From<&'a IQueryAllWinSATAssessments> for &'a IDispatch
fn from(value: &'a IQueryAllWinSATAssessments) -> Self
fn from(value: &'a IQueryAllWinSATAssessments) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IQueryRecentWinSATAssessment> for &'a IDispatch
impl<'a> From<&'a IQueryRecentWinSATAssessment> for &'a IDispatch
fn from(value: &'a IQueryRecentWinSATAssessment) -> Self
fn from(value: &'a IQueryRecentWinSATAssessment) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIApplication> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIApplication> for &'a IDispatch
fn from(value: &'a IRDPSRAPIApplication) -> Self
fn from(value: &'a IRDPSRAPIApplication) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIApplicationFilter> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIApplicationFilter> for &'a IDispatch
fn from(value: &'a IRDPSRAPIApplicationFilter) -> Self
fn from(value: &'a IRDPSRAPIApplicationFilter) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIApplicationList> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIApplicationList> for &'a IDispatch
fn from(value: &'a IRDPSRAPIApplicationList) -> Self
fn from(value: &'a IRDPSRAPIApplicationList) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIAttendee> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIAttendee> for &'a IDispatch
fn from(value: &'a IRDPSRAPIAttendee) -> Self
fn from(value: &'a IRDPSRAPIAttendee) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIAttendeeDisconnectInfo> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIAttendeeDisconnectInfo> for &'a IDispatch
fn from(value: &'a IRDPSRAPIAttendeeDisconnectInfo) -> Self
fn from(value: &'a IRDPSRAPIAttendeeDisconnectInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIAttendeeManager> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIAttendeeManager> for &'a IDispatch
fn from(value: &'a IRDPSRAPIAttendeeManager) -> Self
fn from(value: &'a IRDPSRAPIAttendeeManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIFrameBuffer> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIFrameBuffer> for &'a IDispatch
fn from(value: &'a IRDPSRAPIFrameBuffer) -> Self
fn from(value: &'a IRDPSRAPIFrameBuffer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIInvitation> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIInvitation> for &'a IDispatch
fn from(value: &'a IRDPSRAPIInvitation) -> Self
fn from(value: &'a IRDPSRAPIInvitation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIInvitationManager> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIInvitationManager> for &'a IDispatch
fn from(value: &'a IRDPSRAPIInvitationManager) -> Self
fn from(value: &'a IRDPSRAPIInvitationManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPISessionProperties> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPISessionProperties> for &'a IDispatch
fn from(value: &'a IRDPSRAPISessionProperties) -> Self
fn from(value: &'a IRDPSRAPISessionProperties) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPISharingSession> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPISharingSession> for &'a IDispatch
fn from(value: &'a IRDPSRAPISharingSession) -> Self
fn from(value: &'a IRDPSRAPISharingSession) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPISharingSession2> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPISharingSession2> for &'a IDispatch
fn from(value: &'a IRDPSRAPISharingSession2) -> Self
fn from(value: &'a IRDPSRAPISharingSession2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPITcpConnectionInfo> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPITcpConnectionInfo> for &'a IDispatch
fn from(value: &'a IRDPSRAPITcpConnectionInfo) -> Self
fn from(value: &'a IRDPSRAPITcpConnectionInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIViewer> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIViewer> for &'a IDispatch
fn from(value: &'a IRDPSRAPIViewer) -> Self
fn from(value: &'a IRDPSRAPIViewer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIVirtualChannel> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIVirtualChannel> for &'a IDispatch
fn from(value: &'a IRDPSRAPIVirtualChannel) -> Self
fn from(value: &'a IRDPSRAPIVirtualChannel) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIVirtualChannelManager> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIVirtualChannelManager> for &'a IDispatch
fn from(value: &'a IRDPSRAPIVirtualChannelManager) -> Self
fn from(value: &'a IRDPSRAPIVirtualChannelManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIWindow> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIWindow> for &'a IDispatch
fn from(value: &'a IRDPSRAPIWindow) -> Self
fn from(value: &'a IRDPSRAPIWindow) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRDPSRAPIWindowList> for &'a IDispatch
impl<'a> From<&'a IRDPSRAPIWindowList> for &'a IDispatch
fn from(value: &'a IRDPSRAPIWindowList) -> Self
fn from(value: &'a IRDPSRAPIWindowList) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCBuddyEvent> for &'a IDispatch
impl<'a> From<&'a IRTCBuddyEvent> for &'a IDispatch
fn from(value: &'a IRTCBuddyEvent) -> Self
fn from(value: &'a IRTCBuddyEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCBuddyEvent2> for &'a IDispatch
impl<'a> From<&'a IRTCBuddyEvent2> for &'a IDispatch
fn from(value: &'a IRTCBuddyEvent2) -> Self
fn from(value: &'a IRTCBuddyEvent2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCBuddyGroupEvent> for &'a IDispatch
impl<'a> From<&'a IRTCBuddyGroupEvent> for &'a IDispatch
fn from(value: &'a IRTCBuddyGroupEvent) -> Self
fn from(value: &'a IRTCBuddyGroupEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCClientEvent> for &'a IDispatch
impl<'a> From<&'a IRTCClientEvent> for &'a IDispatch
fn from(value: &'a IRTCClientEvent) -> Self
fn from(value: &'a IRTCClientEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCCollection> for &'a IDispatch
impl<'a> From<&'a IRTCCollection> for &'a IDispatch
fn from(value: &'a IRTCCollection) -> Self
fn from(value: &'a IRTCCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCDispatchEventNotification> for &'a IDispatch
impl<'a> From<&'a IRTCDispatchEventNotification> for &'a IDispatch
fn from(value: &'a IRTCDispatchEventNotification) -> Self
fn from(value: &'a IRTCDispatchEventNotification) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCInfoEvent> for &'a IDispatch
impl<'a> From<&'a IRTCInfoEvent> for &'a IDispatch
fn from(value: &'a IRTCInfoEvent) -> Self
fn from(value: &'a IRTCInfoEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCIntensityEvent> for &'a IDispatch
impl<'a> From<&'a IRTCIntensityEvent> for &'a IDispatch
fn from(value: &'a IRTCIntensityEvent) -> Self
fn from(value: &'a IRTCIntensityEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCMediaEvent> for &'a IDispatch
impl<'a> From<&'a IRTCMediaEvent> for &'a IDispatch
fn from(value: &'a IRTCMediaEvent) -> Self
fn from(value: &'a IRTCMediaEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCMediaRequestEvent> for &'a IDispatch
impl<'a> From<&'a IRTCMediaRequestEvent> for &'a IDispatch
fn from(value: &'a IRTCMediaRequestEvent) -> Self
fn from(value: &'a IRTCMediaRequestEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCMessagingEvent> for &'a IDispatch
impl<'a> From<&'a IRTCMessagingEvent> for &'a IDispatch
fn from(value: &'a IRTCMessagingEvent) -> Self
fn from(value: &'a IRTCMessagingEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCParticipantStateChangeEvent> for &'a IDispatch
impl<'a> From<&'a IRTCParticipantStateChangeEvent> for &'a IDispatch
fn from(value: &'a IRTCParticipantStateChangeEvent) -> Self
fn from(value: &'a IRTCParticipantStateChangeEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCPresenceDataEvent> for &'a IDispatch
impl<'a> From<&'a IRTCPresenceDataEvent> for &'a IDispatch
fn from(value: &'a IRTCPresenceDataEvent) -> Self
fn from(value: &'a IRTCPresenceDataEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCPresencePropertyEvent> for &'a IDispatch
impl<'a> From<&'a IRTCPresencePropertyEvent> for &'a IDispatch
fn from(value: &'a IRTCPresencePropertyEvent) -> Self
fn from(value: &'a IRTCPresencePropertyEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCPresenceStatusEvent> for &'a IDispatch
impl<'a> From<&'a IRTCPresenceStatusEvent> for &'a IDispatch
fn from(value: &'a IRTCPresenceStatusEvent) -> Self
fn from(value: &'a IRTCPresenceStatusEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCProfileEvent> for &'a IDispatch
impl<'a> From<&'a IRTCProfileEvent> for &'a IDispatch
fn from(value: &'a IRTCProfileEvent) -> Self
fn from(value: &'a IRTCProfileEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCProfileEvent2> for &'a IDispatch
impl<'a> From<&'a IRTCProfileEvent2> for &'a IDispatch
fn from(value: &'a IRTCProfileEvent2) -> Self
fn from(value: &'a IRTCProfileEvent2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCReInviteEvent> for &'a IDispatch
impl<'a> From<&'a IRTCReInviteEvent> for &'a IDispatch
fn from(value: &'a IRTCReInviteEvent) -> Self
fn from(value: &'a IRTCReInviteEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCRegistrationStateChangeEvent> for &'a IDispatch
impl<'a> From<&'a IRTCRegistrationStateChangeEvent> for &'a IDispatch
fn from(value: &'a IRTCRegistrationStateChangeEvent) -> Self
fn from(value: &'a IRTCRegistrationStateChangeEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCRoamingEvent> for &'a IDispatch
impl<'a> From<&'a IRTCRoamingEvent> for &'a IDispatch
fn from(value: &'a IRTCRoamingEvent) -> Self
fn from(value: &'a IRTCRoamingEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCSessionOperationCompleteEvent> for &'a IDispatch
impl<'a> From<&'a IRTCSessionOperationCompleteEvent> for &'a IDispatch
fn from(value: &'a IRTCSessionOperationCompleteEvent) -> Self
fn from(value: &'a IRTCSessionOperationCompleteEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCSessionOperationCompleteEvent2> for &'a IDispatch
impl<'a> From<&'a IRTCSessionOperationCompleteEvent2> for &'a IDispatch
fn from(value: &'a IRTCSessionOperationCompleteEvent2) -> Self
fn from(value: &'a IRTCSessionOperationCompleteEvent2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCSessionReferStatusEvent> for &'a IDispatch
impl<'a> From<&'a IRTCSessionReferStatusEvent> for &'a IDispatch
fn from(value: &'a IRTCSessionReferStatusEvent) -> Self
fn from(value: &'a IRTCSessionReferStatusEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCSessionReferredEvent> for &'a IDispatch
impl<'a> From<&'a IRTCSessionReferredEvent> for &'a IDispatch
fn from(value: &'a IRTCSessionReferredEvent) -> Self
fn from(value: &'a IRTCSessionReferredEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCSessionStateChangeEvent> for &'a IDispatch
impl<'a> From<&'a IRTCSessionStateChangeEvent> for &'a IDispatch
fn from(value: &'a IRTCSessionStateChangeEvent) -> Self
fn from(value: &'a IRTCSessionStateChangeEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCSessionStateChangeEvent2> for &'a IDispatch
impl<'a> From<&'a IRTCSessionStateChangeEvent2> for &'a IDispatch
fn from(value: &'a IRTCSessionStateChangeEvent2) -> Self
fn from(value: &'a IRTCSessionStateChangeEvent2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCUserSearchResultsEvent> for &'a IDispatch
impl<'a> From<&'a IRTCUserSearchResultsEvent> for &'a IDispatch
fn from(value: &'a IRTCUserSearchResultsEvent) -> Self
fn from(value: &'a IRTCUserSearchResultsEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCWatcherEvent> for &'a IDispatch
impl<'a> From<&'a IRTCWatcherEvent> for &'a IDispatch
fn from(value: &'a IRTCWatcherEvent) -> Self
fn from(value: &'a IRTCWatcherEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRTCWatcherEvent2> for &'a IDispatch
impl<'a> From<&'a IRTCWatcherEvent2> for &'a IDispatch
fn from(value: &'a IRTCWatcherEvent2) -> Self
fn from(value: &'a IRTCWatcherEvent2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRawCDImageCreator> for &'a IDispatch
impl<'a> From<&'a IRawCDImageCreator> for &'a IDispatch
fn from(value: &'a IRawCDImageCreator) -> Self
fn from(value: &'a IRawCDImageCreator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRawCDImageTrackInfo> for &'a IDispatch
impl<'a> From<&'a IRawCDImageTrackInfo> for &'a IDispatch
fn from(value: &'a IRawCDImageTrackInfo) -> Self
fn from(value: &'a IRawCDImageTrackInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRegFilterInfo> for &'a IDispatch
impl<'a> From<&'a IRegFilterInfo> for &'a IDispatch
fn from(value: &'a IRegFilterInfo) -> Self
fn from(value: &'a IRegFilterInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRegisteredTask> for &'a IDispatch
impl<'a> From<&'a IRegisteredTask> for &'a IDispatch
fn from(value: &'a IRegisteredTask) -> Self
fn from(value: &'a IRegisteredTask) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRegisteredTaskCollection> for &'a IDispatch
impl<'a> From<&'a IRegisteredTaskCollection> for &'a IDispatch
fn from(value: &'a IRegisteredTaskCollection) -> Self
fn from(value: &'a IRegisteredTaskCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRegistrationInfo> for &'a IDispatch
impl<'a> From<&'a IRegistrationInfo> for &'a IDispatch
fn from(value: &'a IRegistrationInfo) -> Self
fn from(value: &'a IRegistrationInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRegistrationTrigger> for &'a IDispatch
impl<'a> From<&'a IRegistrationTrigger> for &'a IDispatch
fn from(value: &'a IRegistrationTrigger) -> Self
fn from(value: &'a IRegistrationTrigger) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRemoteComponentUtil> for &'a IDispatch
impl<'a> From<&'a IRemoteComponentUtil> for &'a IDispatch
fn from(value: &'a IRemoteComponentUtil) -> Self
fn from(value: &'a IRemoteComponentUtil) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRemoteDesktopClient> for &'a IDispatch
impl<'a> From<&'a IRemoteDesktopClient> for &'a IDispatch
fn from(value: &'a IRemoteDesktopClient) -> Self
fn from(value: &'a IRemoteDesktopClient) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRemoteDesktopClientActions> for &'a IDispatch
impl<'a> From<&'a IRemoteDesktopClientActions> for &'a IDispatch
fn from(value: &'a IRemoteDesktopClientActions) -> Self
fn from(value: &'a IRemoteDesktopClientActions) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRemoteDesktopClientSettings> for &'a IDispatch
impl<'a> From<&'a IRemoteDesktopClientSettings> for &'a IDispatch
fn from(value: &'a IRemoteDesktopClientSettings) -> Self
fn from(value: &'a IRemoteDesktopClientSettings) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRemoteDesktopClientTouchPointer> for &'a IDispatch
impl<'a> From<&'a IRemoteDesktopClientTouchPointer> for &'a IDispatch
fn from(value: &'a IRemoteDesktopClientTouchPointer) -> Self
fn from(value: &'a IRemoteDesktopClientTouchPointer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRepetitionPattern> for &'a IDispatch
impl<'a> From<&'a IRepetitionPattern> for &'a IDispatch
fn from(value: &'a IRepetitionPattern) -> Self
fn from(value: &'a IRepetitionPattern) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRoleAssociationUtil> for &'a IDispatch
impl<'a> From<&'a IRoleAssociationUtil> for &'a IDispatch
fn from(value: &'a IRoleAssociationUtil) -> Self
fn from(value: &'a IRoleAssociationUtil) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRunningTask> for &'a IDispatch
impl<'a> From<&'a IRunningTask> for &'a IDispatch
fn from(value: &'a IRunningTask) -> Self
fn from(value: &'a IRunningTask) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IRunningTaskCollection> for &'a IDispatch
impl<'a> From<&'a IRunningTaskCollection> for &'a IDispatch
fn from(value: &'a IRunningTaskCollection) -> Self
fn from(value: &'a IRunningTaskCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusApplication> for &'a IDispatch
impl<'a> From<&'a ISClusApplication> for &'a IDispatch
fn from(value: &'a ISClusApplication) -> Self
fn from(value: &'a ISClusApplication) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusCryptoKeys> for &'a IDispatch
impl<'a> From<&'a ISClusCryptoKeys> for &'a IDispatch
fn from(value: &'a ISClusCryptoKeys) -> Self
fn from(value: &'a ISClusCryptoKeys) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusDisk> for &'a IDispatch
impl<'a> From<&'a ISClusDisk> for &'a IDispatch
fn from(value: &'a ISClusDisk) -> Self
fn from(value: &'a ISClusDisk) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusDisks> for &'a IDispatch
impl<'a> From<&'a ISClusDisks> for &'a IDispatch
fn from(value: &'a ISClusDisks) -> Self
fn from(value: &'a ISClusDisks) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusNetInterface> for &'a IDispatch
impl<'a> From<&'a ISClusNetInterface> for &'a IDispatch
fn from(value: &'a ISClusNetInterface) -> Self
fn from(value: &'a ISClusNetInterface) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusNetInterfaces> for &'a IDispatch
impl<'a> From<&'a ISClusNetInterfaces> for &'a IDispatch
fn from(value: &'a ISClusNetInterfaces) -> Self
fn from(value: &'a ISClusNetInterfaces) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusNetwork> for &'a IDispatch
impl<'a> From<&'a ISClusNetwork> for &'a IDispatch
fn from(value: &'a ISClusNetwork) -> Self
fn from(value: &'a ISClusNetwork) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusNetworkNetInterfaces> for &'a IDispatch
impl<'a> From<&'a ISClusNetworkNetInterfaces> for &'a IDispatch
fn from(value: &'a ISClusNetworkNetInterfaces) -> Self
fn from(value: &'a ISClusNetworkNetInterfaces) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusNetworks> for &'a IDispatch
impl<'a> From<&'a ISClusNetworks> for &'a IDispatch
fn from(value: &'a ISClusNetworks) -> Self
fn from(value: &'a ISClusNetworks) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusNode> for &'a IDispatch
impl<'a> From<&'a ISClusNode> for &'a IDispatch
fn from(value: &'a ISClusNode) -> Self
fn from(value: &'a ISClusNode) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusNodeNetInterfaces> for &'a IDispatch
impl<'a> From<&'a ISClusNodeNetInterfaces> for &'a IDispatch
fn from(value: &'a ISClusNodeNetInterfaces) -> Self
fn from(value: &'a ISClusNodeNetInterfaces) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusNodes> for &'a IDispatch
impl<'a> From<&'a ISClusNodes> for &'a IDispatch
fn from(value: &'a ISClusNodes) -> Self
fn from(value: &'a ISClusNodes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusPartition> for &'a IDispatch
impl<'a> From<&'a ISClusPartition> for &'a IDispatch
fn from(value: &'a ISClusPartition) -> Self
fn from(value: &'a ISClusPartition) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusPartitionEx> for &'a IDispatch
impl<'a> From<&'a ISClusPartitionEx> for &'a IDispatch
fn from(value: &'a ISClusPartitionEx) -> Self
fn from(value: &'a ISClusPartitionEx) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusPartitions> for &'a IDispatch
impl<'a> From<&'a ISClusPartitions> for &'a IDispatch
fn from(value: &'a ISClusPartitions) -> Self
fn from(value: &'a ISClusPartitions) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusProperties> for &'a IDispatch
impl<'a> From<&'a ISClusProperties> for &'a IDispatch
fn from(value: &'a ISClusProperties) -> Self
fn from(value: &'a ISClusProperties) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusProperty> for &'a IDispatch
impl<'a> From<&'a ISClusProperty> for &'a IDispatch
fn from(value: &'a ISClusProperty) -> Self
fn from(value: &'a ISClusProperty) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusPropertyValue> for &'a IDispatch
impl<'a> From<&'a ISClusPropertyValue> for &'a IDispatch
fn from(value: &'a ISClusPropertyValue) -> Self
fn from(value: &'a ISClusPropertyValue) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusPropertyValueData> for &'a IDispatch
impl<'a> From<&'a ISClusPropertyValueData> for &'a IDispatch
fn from(value: &'a ISClusPropertyValueData) -> Self
fn from(value: &'a ISClusPropertyValueData) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusPropertyValues> for &'a IDispatch
impl<'a> From<&'a ISClusPropertyValues> for &'a IDispatch
fn from(value: &'a ISClusPropertyValues) -> Self
fn from(value: &'a ISClusPropertyValues) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusRefObject> for &'a IDispatch
impl<'a> From<&'a ISClusRefObject> for &'a IDispatch
fn from(value: &'a ISClusRefObject) -> Self
fn from(value: &'a ISClusRefObject) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusRegistryKeys> for &'a IDispatch
impl<'a> From<&'a ISClusRegistryKeys> for &'a IDispatch
fn from(value: &'a ISClusRegistryKeys) -> Self
fn from(value: &'a ISClusRegistryKeys) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusResDependencies> for &'a IDispatch
impl<'a> From<&'a ISClusResDependencies> for &'a IDispatch
fn from(value: &'a ISClusResDependencies) -> Self
fn from(value: &'a ISClusResDependencies) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusResDependents> for &'a IDispatch
impl<'a> From<&'a ISClusResDependents> for &'a IDispatch
fn from(value: &'a ISClusResDependents) -> Self
fn from(value: &'a ISClusResDependents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusResGroup> for &'a IDispatch
impl<'a> From<&'a ISClusResGroup> for &'a IDispatch
fn from(value: &'a ISClusResGroup) -> Self
fn from(value: &'a ISClusResGroup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusResGroupPreferredOwnerNodes> for &'a IDispatch
impl<'a> From<&'a ISClusResGroupPreferredOwnerNodes> for &'a IDispatch
fn from(value: &'a ISClusResGroupPreferredOwnerNodes) -> Self
fn from(value: &'a ISClusResGroupPreferredOwnerNodes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusResGroupResources> for &'a IDispatch
impl<'a> From<&'a ISClusResGroupResources> for &'a IDispatch
fn from(value: &'a ISClusResGroupResources) -> Self
fn from(value: &'a ISClusResGroupResources) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusResGroups> for &'a IDispatch
impl<'a> From<&'a ISClusResGroups> for &'a IDispatch
fn from(value: &'a ISClusResGroups) -> Self
fn from(value: &'a ISClusResGroups) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusResPossibleOwnerNodes> for &'a IDispatch
impl<'a> From<&'a ISClusResPossibleOwnerNodes> for &'a IDispatch
fn from(value: &'a ISClusResPossibleOwnerNodes) -> Self
fn from(value: &'a ISClusResPossibleOwnerNodes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusResType> for &'a IDispatch
impl<'a> From<&'a ISClusResType> for &'a IDispatch
fn from(value: &'a ISClusResType) -> Self
fn from(value: &'a ISClusResType) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusResTypePossibleOwnerNodes> for &'a IDispatch
impl<'a> From<&'a ISClusResTypePossibleOwnerNodes> for &'a IDispatch
fn from(value: &'a ISClusResTypePossibleOwnerNodes) -> Self
fn from(value: &'a ISClusResTypePossibleOwnerNodes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusResTypeResources> for &'a IDispatch
impl<'a> From<&'a ISClusResTypeResources> for &'a IDispatch
fn from(value: &'a ISClusResTypeResources) -> Self
fn from(value: &'a ISClusResTypeResources) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusResTypes> for &'a IDispatch
impl<'a> From<&'a ISClusResTypes> for &'a IDispatch
fn from(value: &'a ISClusResTypes) -> Self
fn from(value: &'a ISClusResTypes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusResource> for &'a IDispatch
impl<'a> From<&'a ISClusResource> for &'a IDispatch
fn from(value: &'a ISClusResource) -> Self
fn from(value: &'a ISClusResource) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusResources> for &'a IDispatch
impl<'a> From<&'a ISClusResources> for &'a IDispatch
fn from(value: &'a ISClusResources) -> Self
fn from(value: &'a ISClusResources) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusScsiAddress> for &'a IDispatch
impl<'a> From<&'a ISClusScsiAddress> for &'a IDispatch
fn from(value: &'a ISClusScsiAddress) -> Self
fn from(value: &'a ISClusScsiAddress) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusVersion> for &'a IDispatch
impl<'a> From<&'a ISClusVersion> for &'a IDispatch
fn from(value: &'a ISClusVersion) -> Self
fn from(value: &'a ISClusVersion) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISClusterNames> for &'a IDispatch
impl<'a> From<&'a ISClusterNames> for &'a IDispatch
fn from(value: &'a ISClusterNames) -> Self
fn from(value: &'a ISClusterNames) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISDomainNames> for &'a IDispatch
impl<'a> From<&'a ISDomainNames> for &'a IDispatch
fn from(value: &'a ISDomainNames) -> Self
fn from(value: &'a ISDomainNames) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemDateTime> for &'a IDispatch
impl<'a> From<&'a ISWbemDateTime> for &'a IDispatch
fn from(value: &'a ISWbemDateTime) -> Self
fn from(value: &'a ISWbemDateTime) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemEventSource> for &'a IDispatch
impl<'a> From<&'a ISWbemEventSource> for &'a IDispatch
fn from(value: &'a ISWbemEventSource) -> Self
fn from(value: &'a ISWbemEventSource) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemLastError> for &'a IDispatch
impl<'a> From<&'a ISWbemLastError> for &'a IDispatch
fn from(value: &'a ISWbemLastError) -> Self
fn from(value: &'a ISWbemLastError) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemLocator> for &'a IDispatch
impl<'a> From<&'a ISWbemLocator> for &'a IDispatch
fn from(value: &'a ISWbemLocator) -> Self
fn from(value: &'a ISWbemLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemMethod> for &'a IDispatch
impl<'a> From<&'a ISWbemMethod> for &'a IDispatch
fn from(value: &'a ISWbemMethod) -> Self
fn from(value: &'a ISWbemMethod) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemMethodSet> for &'a IDispatch
impl<'a> From<&'a ISWbemMethodSet> for &'a IDispatch
fn from(value: &'a ISWbemMethodSet) -> Self
fn from(value: &'a ISWbemMethodSet) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemNamedValue> for &'a IDispatch
impl<'a> From<&'a ISWbemNamedValue> for &'a IDispatch
fn from(value: &'a ISWbemNamedValue) -> Self
fn from(value: &'a ISWbemNamedValue) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemNamedValueSet> for &'a IDispatch
impl<'a> From<&'a ISWbemNamedValueSet> for &'a IDispatch
fn from(value: &'a ISWbemNamedValueSet) -> Self
fn from(value: &'a ISWbemNamedValueSet) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemObject> for &'a IDispatch
impl<'a> From<&'a ISWbemObject> for &'a IDispatch
fn from(value: &'a ISWbemObject) -> Self
fn from(value: &'a ISWbemObject) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemObjectEx> for &'a IDispatch
impl<'a> From<&'a ISWbemObjectEx> for &'a IDispatch
fn from(value: &'a ISWbemObjectEx) -> Self
fn from(value: &'a ISWbemObjectEx) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemObjectPath> for &'a IDispatch
impl<'a> From<&'a ISWbemObjectPath> for &'a IDispatch
fn from(value: &'a ISWbemObjectPath) -> Self
fn from(value: &'a ISWbemObjectPath) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemObjectSet> for &'a IDispatch
impl<'a> From<&'a ISWbemObjectSet> for &'a IDispatch
fn from(value: &'a ISWbemObjectSet) -> Self
fn from(value: &'a ISWbemObjectSet) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemPrivilege> for &'a IDispatch
impl<'a> From<&'a ISWbemPrivilege> for &'a IDispatch
fn from(value: &'a ISWbemPrivilege) -> Self
fn from(value: &'a ISWbemPrivilege) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemPrivilegeSet> for &'a IDispatch
impl<'a> From<&'a ISWbemPrivilegeSet> for &'a IDispatch
fn from(value: &'a ISWbemPrivilegeSet) -> Self
fn from(value: &'a ISWbemPrivilegeSet) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemProperty> for &'a IDispatch
impl<'a> From<&'a ISWbemProperty> for &'a IDispatch
fn from(value: &'a ISWbemProperty) -> Self
fn from(value: &'a ISWbemProperty) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemPropertySet> for &'a IDispatch
impl<'a> From<&'a ISWbemPropertySet> for &'a IDispatch
fn from(value: &'a ISWbemPropertySet) -> Self
fn from(value: &'a ISWbemPropertySet) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemQualifier> for &'a IDispatch
impl<'a> From<&'a ISWbemQualifier> for &'a IDispatch
fn from(value: &'a ISWbemQualifier) -> Self
fn from(value: &'a ISWbemQualifier) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemQualifierSet> for &'a IDispatch
impl<'a> From<&'a ISWbemQualifierSet> for &'a IDispatch
fn from(value: &'a ISWbemQualifierSet) -> Self
fn from(value: &'a ISWbemQualifierSet) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemRefreshableItem> for &'a IDispatch
impl<'a> From<&'a ISWbemRefreshableItem> for &'a IDispatch
fn from(value: &'a ISWbemRefreshableItem) -> Self
fn from(value: &'a ISWbemRefreshableItem) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemRefresher> for &'a IDispatch
impl<'a> From<&'a ISWbemRefresher> for &'a IDispatch
fn from(value: &'a ISWbemRefresher) -> Self
fn from(value: &'a ISWbemRefresher) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemSecurity> for &'a IDispatch
impl<'a> From<&'a ISWbemSecurity> for &'a IDispatch
fn from(value: &'a ISWbemSecurity) -> Self
fn from(value: &'a ISWbemSecurity) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemServices> for &'a IDispatch
impl<'a> From<&'a ISWbemServices> for &'a IDispatch
fn from(value: &'a ISWbemServices) -> Self
fn from(value: &'a ISWbemServices) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemServicesEx> for &'a IDispatch
impl<'a> From<&'a ISWbemServicesEx> for &'a IDispatch
fn from(value: &'a ISWbemServicesEx) -> Self
fn from(value: &'a ISWbemServicesEx) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemSink> for &'a IDispatch
impl<'a> From<&'a ISWbemSink> for &'a IDispatch
fn from(value: &'a ISWbemSink) -> Self
fn from(value: &'a ISWbemSink) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISWbemSinkEvents> for &'a IDispatch
impl<'a> From<&'a ISWbemSinkEvents> for &'a IDispatch
fn from(value: &'a ISWbemSinkEvents) -> Self
fn from(value: &'a ISWbemSinkEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IScheduleCollection> for &'a IDispatch
impl<'a> From<&'a IScheduleCollection> for &'a IDispatch
fn from(value: &'a IScheduleCollection) -> Self
fn from(value: &'a IScheduleCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISchemaAny> for &'a IDispatch
impl<'a> From<&'a ISchemaAny> for &'a IDispatch
fn from(value: &'a ISchemaAny) -> Self
fn from(value: &'a ISchemaAny) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISchemaAttribute> for &'a IDispatch
impl<'a> From<&'a ISchemaAttribute> for &'a IDispatch
fn from(value: &'a ISchemaAttribute) -> Self
fn from(value: &'a ISchemaAttribute) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISchemaAttributeGroup> for &'a IDispatch
impl<'a> From<&'a ISchemaAttributeGroup> for &'a IDispatch
fn from(value: &'a ISchemaAttributeGroup) -> Self
fn from(value: &'a ISchemaAttributeGroup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISchemaComplexType> for &'a IDispatch
impl<'a> From<&'a ISchemaComplexType> for &'a IDispatch
fn from(value: &'a ISchemaComplexType) -> Self
fn from(value: &'a ISchemaComplexType) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISchemaElement> for &'a IDispatch
impl<'a> From<&'a ISchemaElement> for &'a IDispatch
fn from(value: &'a ISchemaElement) -> Self
fn from(value: &'a ISchemaElement) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISchemaIdentityConstraint> for &'a IDispatch
impl<'a> From<&'a ISchemaIdentityConstraint> for &'a IDispatch
fn from(value: &'a ISchemaIdentityConstraint) -> Self
fn from(value: &'a ISchemaIdentityConstraint) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISchemaItem> for &'a IDispatch
impl<'a> From<&'a ISchemaItem> for &'a IDispatch
fn from(value: &'a ISchemaItem) -> Self
fn from(value: &'a ISchemaItem) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISchemaItemCollection> for &'a IDispatch
impl<'a> From<&'a ISchemaItemCollection> for &'a IDispatch
fn from(value: &'a ISchemaItemCollection) -> Self
fn from(value: &'a ISchemaItemCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISchemaModelGroup> for &'a IDispatch
impl<'a> From<&'a ISchemaModelGroup> for &'a IDispatch
fn from(value: &'a ISchemaModelGroup) -> Self
fn from(value: &'a ISchemaModelGroup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISchemaNotation> for &'a IDispatch
impl<'a> From<&'a ISchemaNotation> for &'a IDispatch
fn from(value: &'a ISchemaNotation) -> Self
fn from(value: &'a ISchemaNotation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISchemaParticle> for &'a IDispatch
impl<'a> From<&'a ISchemaParticle> for &'a IDispatch
fn from(value: &'a ISchemaParticle) -> Self
fn from(value: &'a ISchemaParticle) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISchemaStringCollection> for &'a IDispatch
impl<'a> From<&'a ISchemaStringCollection> for &'a IDispatch
fn from(value: &'a ISchemaStringCollection) -> Self
fn from(value: &'a ISchemaStringCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISchemaType> for &'a IDispatch
impl<'a> From<&'a ISchemaType> for &'a IDispatch
fn from(value: &'a ISchemaType) -> Self
fn from(value: &'a ISchemaType) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IScriptErrorList> for &'a IDispatch
impl<'a> From<&'a IScriptErrorList> for &'a IDispatch
fn from(value: &'a IScriptErrorList) -> Self
fn from(value: &'a IScriptErrorList) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISdoCollection> for &'a IDispatch
impl<'a> From<&'a ISdoCollection> for &'a IDispatch
fn from(value: &'a ISdoCollection) -> Self
fn from(value: &'a ISdoCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISdoDictionaryOld> for &'a IDispatch
impl<'a> From<&'a ISdoDictionaryOld> for &'a IDispatch
fn from(value: &'a ISdoDictionaryOld) -> Self
fn from(value: &'a ISdoDictionaryOld) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISdoMachine> for &'a IDispatch
impl<'a> From<&'a ISdoMachine> for &'a IDispatch
fn from(value: &'a ISdoMachine) -> Self
fn from(value: &'a ISdoMachine) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISdoMachine2> for &'a IDispatch
impl<'a> From<&'a ISdoMachine2> for &'a IDispatch
fn from(value: &'a ISdoMachine2) -> Self
fn from(value: &'a ISdoMachine2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISdoServiceControl> for &'a IDispatch
impl<'a> From<&'a ISdoServiceControl> for &'a IDispatch
fn from(value: &'a ISdoServiceControl) -> Self
fn from(value: &'a ISdoServiceControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISearchCompletedCallbackArgs> for &'a IDispatch
impl<'a> From<&'a ISearchCompletedCallbackArgs> for &'a IDispatch
fn from(value: &'a ISearchCompletedCallbackArgs) -> Self
fn from(value: &'a ISearchCompletedCallbackArgs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISearchJob> for &'a IDispatch
impl<'a> From<&'a ISearchJob> for &'a IDispatch
fn from(value: &'a ISearchJob) -> Self
fn from(value: &'a ISearchJob) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISearchResult> for &'a IDispatch
impl<'a> From<&'a ISearchResult> for &'a IDispatch
fn from(value: &'a ISearchResult) -> Self
fn from(value: &'a ISearchResult) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISecurityCallContext> for &'a IDispatch
impl<'a> From<&'a ISecurityCallContext> for &'a IDispatch
fn from(value: &'a ISecurityCallContext) -> Self
fn from(value: &'a ISecurityCallContext) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISecurityCallersColl> for &'a IDispatch
impl<'a> From<&'a ISecurityCallersColl> for &'a IDispatch
fn from(value: &'a ISecurityCallersColl) -> Self
fn from(value: &'a ISecurityCallersColl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISecurityIdentityColl> for &'a IDispatch
impl<'a> From<&'a ISecurityIdentityColl> for &'a IDispatch
fn from(value: &'a ISecurityIdentityColl) -> Self
fn from(value: &'a ISecurityIdentityColl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISensLogon> for &'a IDispatch
impl<'a> From<&'a ISensLogon> for &'a IDispatch
fn from(value: &'a ISensLogon) -> Self
fn from(value: &'a ISensLogon) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISensLogon2> for &'a IDispatch
impl<'a> From<&'a ISensLogon2> for &'a IDispatch
fn from(value: &'a ISensLogon2) -> Self
fn from(value: &'a ISensLogon2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISensNetwork> for &'a IDispatch
impl<'a> From<&'a ISensNetwork> for &'a IDispatch
fn from(value: &'a ISensNetwork) -> Self
fn from(value: &'a ISensNetwork) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISensOnNow> for &'a IDispatch
impl<'a> From<&'a ISensOnNow> for &'a IDispatch
fn from(value: &'a ISensOnNow) -> Self
fn from(value: &'a ISensOnNow) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IServerXMLHTTPRequest> for &'a IDispatch
impl<'a> From<&'a IServerXMLHTTPRequest> for &'a IDispatch
fn from(value: &'a IServerXMLHTTPRequest) -> Self
fn from(value: &'a IServerXMLHTTPRequest) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IServerXMLHTTPRequest2> for &'a IDispatch
impl<'a> From<&'a IServerXMLHTTPRequest2> for &'a IDispatch
fn from(value: &'a IServerXMLHTTPRequest2) -> Self
fn from(value: &'a IServerXMLHTTPRequest2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISessionStateChangeTrigger> for &'a IDispatch
impl<'a> From<&'a ISessionStateChangeTrigger> for &'a IDispatch
fn from(value: &'a ISessionStateChangeTrigger) -> Self
fn from(value: &'a ISessionStateChangeTrigger) -> Self
Converts to this type from the input type.
fn from(value: &'a ISharedProperty) -> Self
fn from(value: &'a ISharedProperty) -> Self
Converts to this type from the input type.
fn from(value: &'a ISharedPropertyGroup) -> Self
fn from(value: &'a ISharedPropertyGroup) -> Self
Converts to this type from the input type.
fn from(value: &'a ISharedPropertyGroupManager) -> Self
fn from(value: &'a ISharedPropertyGroupManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellDispatch> for &'a IDispatch
impl<'a> From<&'a IShellDispatch> for &'a IDispatch
fn from(value: &'a IShellDispatch) -> Self
fn from(value: &'a IShellDispatch) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellDispatch2> for &'a IDispatch
impl<'a> From<&'a IShellDispatch2> for &'a IDispatch
fn from(value: &'a IShellDispatch2) -> Self
fn from(value: &'a IShellDispatch2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellDispatch3> for &'a IDispatch
impl<'a> From<&'a IShellDispatch3> for &'a IDispatch
fn from(value: &'a IShellDispatch3) -> Self
fn from(value: &'a IShellDispatch3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellDispatch4> for &'a IDispatch
impl<'a> From<&'a IShellDispatch4> for &'a IDispatch
fn from(value: &'a IShellDispatch4) -> Self
fn from(value: &'a IShellDispatch4) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellDispatch5> for &'a IDispatch
impl<'a> From<&'a IShellDispatch5> for &'a IDispatch
fn from(value: &'a IShellDispatch5) -> Self
fn from(value: &'a IShellDispatch5) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellDispatch6> for &'a IDispatch
impl<'a> From<&'a IShellDispatch6> for &'a IDispatch
fn from(value: &'a IShellDispatch6) -> Self
fn from(value: &'a IShellDispatch6) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellFavoritesNameSpace> for &'a IDispatch
impl<'a> From<&'a IShellFavoritesNameSpace> for &'a IDispatch
fn from(value: &'a IShellFavoritesNameSpace) -> Self
fn from(value: &'a IShellFavoritesNameSpace) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellFolderViewDual> for &'a IDispatch
impl<'a> From<&'a IShellFolderViewDual> for &'a IDispatch
fn from(value: &'a IShellFolderViewDual) -> Self
fn from(value: &'a IShellFolderViewDual) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellFolderViewDual2> for &'a IDispatch
impl<'a> From<&'a IShellFolderViewDual2> for &'a IDispatch
fn from(value: &'a IShellFolderViewDual2) -> Self
fn from(value: &'a IShellFolderViewDual2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellFolderViewDual3> for &'a IDispatch
impl<'a> From<&'a IShellFolderViewDual3> for &'a IDispatch
fn from(value: &'a IShellFolderViewDual3) -> Self
fn from(value: &'a IShellFolderViewDual3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellLinkDual> for &'a IDispatch
impl<'a> From<&'a IShellLinkDual> for &'a IDispatch
fn from(value: &'a IShellLinkDual) -> Self
fn from(value: &'a IShellLinkDual) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellLinkDual2> for &'a IDispatch
impl<'a> From<&'a IShellLinkDual2> for &'a IDispatch
fn from(value: &'a IShellLinkDual2) -> Self
fn from(value: &'a IShellLinkDual2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellNameSpace> for &'a IDispatch
impl<'a> From<&'a IShellNameSpace> for &'a IDispatch
fn from(value: &'a IShellNameSpace) -> Self
fn from(value: &'a IShellNameSpace) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellUIHelper> for &'a IDispatch
impl<'a> From<&'a IShellUIHelper> for &'a IDispatch
fn from(value: &'a IShellUIHelper) -> Self
fn from(value: &'a IShellUIHelper) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellUIHelper2> for &'a IDispatch
impl<'a> From<&'a IShellUIHelper2> for &'a IDispatch
fn from(value: &'a IShellUIHelper2) -> Self
fn from(value: &'a IShellUIHelper2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellUIHelper3> for &'a IDispatch
impl<'a> From<&'a IShellUIHelper3> for &'a IDispatch
fn from(value: &'a IShellUIHelper3) -> Self
fn from(value: &'a IShellUIHelper3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellUIHelper4> for &'a IDispatch
impl<'a> From<&'a IShellUIHelper4> for &'a IDispatch
fn from(value: &'a IShellUIHelper4) -> Self
fn from(value: &'a IShellUIHelper4) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellUIHelper5> for &'a IDispatch
impl<'a> From<&'a IShellUIHelper5> for &'a IDispatch
fn from(value: &'a IShellUIHelper5) -> Self
fn from(value: &'a IShellUIHelper5) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellUIHelper6> for &'a IDispatch
impl<'a> From<&'a IShellUIHelper6> for &'a IDispatch
fn from(value: &'a IShellUIHelper6) -> Self
fn from(value: &'a IShellUIHelper6) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellUIHelper7> for &'a IDispatch
impl<'a> From<&'a IShellUIHelper7> for &'a IDispatch
fn from(value: &'a IShellUIHelper7) -> Self
fn from(value: &'a IShellUIHelper7) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellUIHelper8> for &'a IDispatch
impl<'a> From<&'a IShellUIHelper8> for &'a IDispatch
fn from(value: &'a IShellUIHelper8) -> Self
fn from(value: &'a IShellUIHelper8) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellUIHelper9> for &'a IDispatch
impl<'a> From<&'a IShellUIHelper9> for &'a IDispatch
fn from(value: &'a IShellUIHelper9) -> Self
fn from(value: &'a IShellUIHelper9) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShellWindows> for &'a IDispatch
impl<'a> From<&'a IShellWindows> for &'a IDispatch
fn from(value: &'a IShellWindows) -> Self
fn from(value: &'a IShellWindows) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IShowMessageAction> for &'a IDispatch
impl<'a> From<&'a IShowMessageAction> for &'a IDispatch
fn from(value: &'a IShowMessageAction) -> Self
fn from(value: &'a IShowMessageAction) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISignerCertificate> for &'a IDispatch
impl<'a> From<&'a ISignerCertificate> for &'a IDispatch
fn from(value: &'a ISignerCertificate) -> Self
fn from(value: &'a ISignerCertificate) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISignerCertificates> for &'a IDispatch
impl<'a> From<&'a ISignerCertificates> for &'a IDispatch
fn from(value: &'a ISignerCertificates) -> Self
fn from(value: &'a ISignerCertificates) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISketchInk> for &'a IDispatch
impl<'a> From<&'a ISketchInk> for &'a IDispatch
fn from(value: &'a ISketchInk) -> Self
fn from(value: &'a ISketchInk) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISmimeCapabilities> for &'a IDispatch
impl<'a> From<&'a ISmimeCapabilities> for &'a IDispatch
fn from(value: &'a ISmimeCapabilities) -> Self
fn from(value: &'a ISmimeCapabilities) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISmimeCapability> for &'a IDispatch
impl<'a> From<&'a ISmimeCapability> for &'a IDispatch
fn from(value: &'a ISmimeCapability) -> Self
fn from(value: &'a ISmimeCapability) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechAudio> for &'a IDispatch
impl<'a> From<&'a ISpeechAudio> for &'a IDispatch
fn from(value: &'a ISpeechAudio) -> Self
fn from(value: &'a ISpeechAudio) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechAudioBufferInfo> for &'a IDispatch
impl<'a> From<&'a ISpeechAudioBufferInfo> for &'a IDispatch
fn from(value: &'a ISpeechAudioBufferInfo) -> Self
fn from(value: &'a ISpeechAudioBufferInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechAudioFormat> for &'a IDispatch
impl<'a> From<&'a ISpeechAudioFormat> for &'a IDispatch
fn from(value: &'a ISpeechAudioFormat) -> Self
fn from(value: &'a ISpeechAudioFormat) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechAudioStatus> for &'a IDispatch
impl<'a> From<&'a ISpeechAudioStatus> for &'a IDispatch
fn from(value: &'a ISpeechAudioStatus) -> Self
fn from(value: &'a ISpeechAudioStatus) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechBaseStream> for &'a IDispatch
impl<'a> From<&'a ISpeechBaseStream> for &'a IDispatch
fn from(value: &'a ISpeechBaseStream) -> Self
fn from(value: &'a ISpeechBaseStream) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechCustomStream> for &'a IDispatch
impl<'a> From<&'a ISpeechCustomStream> for &'a IDispatch
fn from(value: &'a ISpeechCustomStream) -> Self
fn from(value: &'a ISpeechCustomStream) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechDataKey> for &'a IDispatch
impl<'a> From<&'a ISpeechDataKey> for &'a IDispatch
fn from(value: &'a ISpeechDataKey) -> Self
fn from(value: &'a ISpeechDataKey) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechFileStream> for &'a IDispatch
impl<'a> From<&'a ISpeechFileStream> for &'a IDispatch
fn from(value: &'a ISpeechFileStream) -> Self
fn from(value: &'a ISpeechFileStream) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechGrammarRule> for &'a IDispatch
impl<'a> From<&'a ISpeechGrammarRule> for &'a IDispatch
fn from(value: &'a ISpeechGrammarRule) -> Self
fn from(value: &'a ISpeechGrammarRule) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechGrammarRuleState> for &'a IDispatch
impl<'a> From<&'a ISpeechGrammarRuleState> for &'a IDispatch
fn from(value: &'a ISpeechGrammarRuleState) -> Self
fn from(value: &'a ISpeechGrammarRuleState) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechGrammarRuleStateTransition> for &'a IDispatch
impl<'a> From<&'a ISpeechGrammarRuleStateTransition> for &'a IDispatch
fn from(value: &'a ISpeechGrammarRuleStateTransition) -> Self
fn from(value: &'a ISpeechGrammarRuleStateTransition) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechGrammarRuleStateTransitions> for &'a IDispatch
impl<'a> From<&'a ISpeechGrammarRuleStateTransitions> for &'a IDispatch
fn from(value: &'a ISpeechGrammarRuleStateTransitions) -> Self
fn from(value: &'a ISpeechGrammarRuleStateTransitions) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechGrammarRules> for &'a IDispatch
impl<'a> From<&'a ISpeechGrammarRules> for &'a IDispatch
fn from(value: &'a ISpeechGrammarRules) -> Self
fn from(value: &'a ISpeechGrammarRules) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechLexicon> for &'a IDispatch
impl<'a> From<&'a ISpeechLexicon> for &'a IDispatch
fn from(value: &'a ISpeechLexicon) -> Self
fn from(value: &'a ISpeechLexicon) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechLexiconPronunciation> for &'a IDispatch
impl<'a> From<&'a ISpeechLexiconPronunciation> for &'a IDispatch
fn from(value: &'a ISpeechLexiconPronunciation) -> Self
fn from(value: &'a ISpeechLexiconPronunciation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechLexiconPronunciations> for &'a IDispatch
impl<'a> From<&'a ISpeechLexiconPronunciations> for &'a IDispatch
fn from(value: &'a ISpeechLexiconPronunciations) -> Self
fn from(value: &'a ISpeechLexiconPronunciations) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechLexiconWord> for &'a IDispatch
impl<'a> From<&'a ISpeechLexiconWord> for &'a IDispatch
fn from(value: &'a ISpeechLexiconWord) -> Self
fn from(value: &'a ISpeechLexiconWord) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechLexiconWords> for &'a IDispatch
impl<'a> From<&'a ISpeechLexiconWords> for &'a IDispatch
fn from(value: &'a ISpeechLexiconWords) -> Self
fn from(value: &'a ISpeechLexiconWords) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechMMSysAudio> for &'a IDispatch
impl<'a> From<&'a ISpeechMMSysAudio> for &'a IDispatch
fn from(value: &'a ISpeechMMSysAudio) -> Self
fn from(value: &'a ISpeechMMSysAudio) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechMemoryStream> for &'a IDispatch
impl<'a> From<&'a ISpeechMemoryStream> for &'a IDispatch
fn from(value: &'a ISpeechMemoryStream) -> Self
fn from(value: &'a ISpeechMemoryStream) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechObjectToken> for &'a IDispatch
impl<'a> From<&'a ISpeechObjectToken> for &'a IDispatch
fn from(value: &'a ISpeechObjectToken) -> Self
fn from(value: &'a ISpeechObjectToken) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechObjectTokenCategory> for &'a IDispatch
impl<'a> From<&'a ISpeechObjectTokenCategory> for &'a IDispatch
fn from(value: &'a ISpeechObjectTokenCategory) -> Self
fn from(value: &'a ISpeechObjectTokenCategory) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechObjectTokens> for &'a IDispatch
impl<'a> From<&'a ISpeechObjectTokens> for &'a IDispatch
fn from(value: &'a ISpeechObjectTokens) -> Self
fn from(value: &'a ISpeechObjectTokens) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechPhoneConverter> for &'a IDispatch
impl<'a> From<&'a ISpeechPhoneConverter> for &'a IDispatch
fn from(value: &'a ISpeechPhoneConverter) -> Self
fn from(value: &'a ISpeechPhoneConverter) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechPhraseAlternate> for &'a IDispatch
impl<'a> From<&'a ISpeechPhraseAlternate> for &'a IDispatch
fn from(value: &'a ISpeechPhraseAlternate) -> Self
fn from(value: &'a ISpeechPhraseAlternate) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechPhraseAlternates> for &'a IDispatch
impl<'a> From<&'a ISpeechPhraseAlternates> for &'a IDispatch
fn from(value: &'a ISpeechPhraseAlternates) -> Self
fn from(value: &'a ISpeechPhraseAlternates) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechPhraseElement> for &'a IDispatch
impl<'a> From<&'a ISpeechPhraseElement> for &'a IDispatch
fn from(value: &'a ISpeechPhraseElement) -> Self
fn from(value: &'a ISpeechPhraseElement) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechPhraseElements> for &'a IDispatch
impl<'a> From<&'a ISpeechPhraseElements> for &'a IDispatch
fn from(value: &'a ISpeechPhraseElements) -> Self
fn from(value: &'a ISpeechPhraseElements) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechPhraseInfo> for &'a IDispatch
impl<'a> From<&'a ISpeechPhraseInfo> for &'a IDispatch
fn from(value: &'a ISpeechPhraseInfo) -> Self
fn from(value: &'a ISpeechPhraseInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechPhraseInfoBuilder> for &'a IDispatch
impl<'a> From<&'a ISpeechPhraseInfoBuilder> for &'a IDispatch
fn from(value: &'a ISpeechPhraseInfoBuilder) -> Self
fn from(value: &'a ISpeechPhraseInfoBuilder) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechPhraseProperties> for &'a IDispatch
impl<'a> From<&'a ISpeechPhraseProperties> for &'a IDispatch
fn from(value: &'a ISpeechPhraseProperties) -> Self
fn from(value: &'a ISpeechPhraseProperties) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechPhraseProperty> for &'a IDispatch
impl<'a> From<&'a ISpeechPhraseProperty> for &'a IDispatch
fn from(value: &'a ISpeechPhraseProperty) -> Self
fn from(value: &'a ISpeechPhraseProperty) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechPhraseReplacement> for &'a IDispatch
impl<'a> From<&'a ISpeechPhraseReplacement> for &'a IDispatch
fn from(value: &'a ISpeechPhraseReplacement) -> Self
fn from(value: &'a ISpeechPhraseReplacement) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechPhraseReplacements> for &'a IDispatch
impl<'a> From<&'a ISpeechPhraseReplacements> for &'a IDispatch
fn from(value: &'a ISpeechPhraseReplacements) -> Self
fn from(value: &'a ISpeechPhraseReplacements) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechPhraseRule> for &'a IDispatch
impl<'a> From<&'a ISpeechPhraseRule> for &'a IDispatch
fn from(value: &'a ISpeechPhraseRule) -> Self
fn from(value: &'a ISpeechPhraseRule) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechPhraseRules> for &'a IDispatch
impl<'a> From<&'a ISpeechPhraseRules> for &'a IDispatch
fn from(value: &'a ISpeechPhraseRules) -> Self
fn from(value: &'a ISpeechPhraseRules) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechRecoContext> for &'a IDispatch
impl<'a> From<&'a ISpeechRecoContext> for &'a IDispatch
fn from(value: &'a ISpeechRecoContext) -> Self
fn from(value: &'a ISpeechRecoContext) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechRecoGrammar> for &'a IDispatch
impl<'a> From<&'a ISpeechRecoGrammar> for &'a IDispatch
fn from(value: &'a ISpeechRecoGrammar) -> Self
fn from(value: &'a ISpeechRecoGrammar) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechRecoResult> for &'a IDispatch
impl<'a> From<&'a ISpeechRecoResult> for &'a IDispatch
fn from(value: &'a ISpeechRecoResult) -> Self
fn from(value: &'a ISpeechRecoResult) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechRecoResult2> for &'a IDispatch
impl<'a> From<&'a ISpeechRecoResult2> for &'a IDispatch
fn from(value: &'a ISpeechRecoResult2) -> Self
fn from(value: &'a ISpeechRecoResult2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechRecoResultDispatch> for &'a IDispatch
impl<'a> From<&'a ISpeechRecoResultDispatch> for &'a IDispatch
fn from(value: &'a ISpeechRecoResultDispatch) -> Self
fn from(value: &'a ISpeechRecoResultDispatch) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechRecoResultTimes> for &'a IDispatch
impl<'a> From<&'a ISpeechRecoResultTimes> for &'a IDispatch
fn from(value: &'a ISpeechRecoResultTimes) -> Self
fn from(value: &'a ISpeechRecoResultTimes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechRecognizer> for &'a IDispatch
impl<'a> From<&'a ISpeechRecognizer> for &'a IDispatch
fn from(value: &'a ISpeechRecognizer) -> Self
fn from(value: &'a ISpeechRecognizer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechRecognizerStatus> for &'a IDispatch
impl<'a> From<&'a ISpeechRecognizerStatus> for &'a IDispatch
fn from(value: &'a ISpeechRecognizerStatus) -> Self
fn from(value: &'a ISpeechRecognizerStatus) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechResourceLoader> for &'a IDispatch
impl<'a> From<&'a ISpeechResourceLoader> for &'a IDispatch
fn from(value: &'a ISpeechResourceLoader) -> Self
fn from(value: &'a ISpeechResourceLoader) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechTextSelectionInformation> for &'a IDispatch
impl<'a> From<&'a ISpeechTextSelectionInformation> for &'a IDispatch
fn from(value: &'a ISpeechTextSelectionInformation) -> Self
fn from(value: &'a ISpeechTextSelectionInformation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechVoice> for &'a IDispatch
impl<'a> From<&'a ISpeechVoice> for &'a IDispatch
fn from(value: &'a ISpeechVoice) -> Self
fn from(value: &'a ISpeechVoice) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechVoiceStatus> for &'a IDispatch
impl<'a> From<&'a ISpeechVoiceStatus> for &'a IDispatch
fn from(value: &'a ISpeechVoiceStatus) -> Self
fn from(value: &'a ISpeechVoiceStatus) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechWaveFormatEx> for &'a IDispatch
impl<'a> From<&'a ISpeechWaveFormatEx> for &'a IDispatch
fn from(value: &'a ISpeechWaveFormatEx) -> Self
fn from(value: &'a ISpeechWaveFormatEx) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISpeechXMLRecoResult> for &'a IDispatch
impl<'a> From<&'a ISpeechXMLRecoResult> for &'a IDispatch
fn from(value: &'a ISpeechXMLRecoResult) -> Self
fn from(value: &'a ISpeechXMLRecoResult) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IStaticPortMapping> for &'a IDispatch
impl<'a> From<&'a IStaticPortMapping> for &'a IDispatch
fn from(value: &'a IStaticPortMapping) -> Self
fn from(value: &'a IStaticPortMapping) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IStaticPortMappingCollection> for &'a IDispatch
impl<'a> From<&'a IStaticPortMappingCollection> for &'a IDispatch
fn from(value: &'a IStaticPortMappingCollection) -> Self
fn from(value: &'a IStaticPortMappingCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IStringCollection> for &'a IDispatch
impl<'a> From<&'a IStringCollection> for &'a IDispatch
fn from(value: &'a IStringCollection) -> Self
fn from(value: &'a IStringCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ISystemInformation> for &'a IDispatch
impl<'a> From<&'a ISystemInformation> for &'a IDispatch
fn from(value: &'a ISystemInformation) -> Self
fn from(value: &'a ISystemInformation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITACDGroup> for &'a IDispatch
impl<'a> From<&'a ITACDGroup> for &'a IDispatch
fn from(value: &'a ITACDGroup) -> Self
fn from(value: &'a ITACDGroup) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITACDGroupEvent> for &'a IDispatch
impl<'a> From<&'a ITACDGroupEvent> for &'a IDispatch
fn from(value: &'a ITACDGroupEvent) -> Self
fn from(value: &'a ITACDGroupEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITASRTerminalEvent> for &'a IDispatch
impl<'a> From<&'a ITASRTerminalEvent> for &'a IDispatch
fn from(value: &'a ITASRTerminalEvent) -> Self
fn from(value: &'a ITASRTerminalEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITAddress2> for &'a IDispatch
impl<'a> From<&'a ITAddress2> for &'a IDispatch
fn from(value: &'a ITAddress2) -> Self
fn from(value: &'a ITAddress2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITAddressCapabilities> for &'a IDispatch
impl<'a> From<&'a ITAddressCapabilities> for &'a IDispatch
fn from(value: &'a ITAddressCapabilities) -> Self
fn from(value: &'a ITAddressCapabilities) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITAddressDeviceSpecificEvent> for &'a IDispatch
impl<'a> From<&'a ITAddressDeviceSpecificEvent> for &'a IDispatch
fn from(value: &'a ITAddressDeviceSpecificEvent) -> Self
fn from(value: &'a ITAddressDeviceSpecificEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITAddressEvent> for &'a IDispatch
impl<'a> From<&'a ITAddressEvent> for &'a IDispatch
fn from(value: &'a ITAddressEvent) -> Self
fn from(value: &'a ITAddressEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITAddressTranslation> for &'a IDispatch
impl<'a> From<&'a ITAddressTranslation> for &'a IDispatch
fn from(value: &'a ITAddressTranslation) -> Self
fn from(value: &'a ITAddressTranslation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITAddressTranslationInfo> for &'a IDispatch
impl<'a> From<&'a ITAddressTranslationInfo> for &'a IDispatch
fn from(value: &'a ITAddressTranslationInfo) -> Self
fn from(value: &'a ITAddressTranslationInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITAgentEvent> for &'a IDispatch
impl<'a> From<&'a ITAgentEvent> for &'a IDispatch
fn from(value: &'a ITAgentEvent) -> Self
fn from(value: &'a ITAgentEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITAgentHandler> for &'a IDispatch
impl<'a> From<&'a ITAgentHandler> for &'a IDispatch
fn from(value: &'a ITAgentHandler) -> Self
fn from(value: &'a ITAgentHandler) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITAgentHandlerEvent> for &'a IDispatch
impl<'a> From<&'a ITAgentHandlerEvent> for &'a IDispatch
fn from(value: &'a ITAgentHandlerEvent) -> Self
fn from(value: &'a ITAgentHandlerEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITAgentSession> for &'a IDispatch
impl<'a> From<&'a ITAgentSession> for &'a IDispatch
fn from(value: &'a ITAgentSession) -> Self
fn from(value: &'a ITAgentSession) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITAgentSessionEvent> for &'a IDispatch
impl<'a> From<&'a ITAgentSessionEvent> for &'a IDispatch
fn from(value: &'a ITAgentSessionEvent) -> Self
fn from(value: &'a ITAgentSessionEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITAutomatedPhoneControl> for &'a IDispatch
impl<'a> From<&'a ITAutomatedPhoneControl> for &'a IDispatch
fn from(value: &'a ITAutomatedPhoneControl) -> Self
fn from(value: &'a ITAutomatedPhoneControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITBasicAudioTerminal> for &'a IDispatch
impl<'a> From<&'a ITBasicAudioTerminal> for &'a IDispatch
fn from(value: &'a ITBasicAudioTerminal) -> Self
fn from(value: &'a ITBasicAudioTerminal) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITBasicCallControl> for &'a IDispatch
impl<'a> From<&'a ITBasicCallControl> for &'a IDispatch
fn from(value: &'a ITBasicCallControl) -> Self
fn from(value: &'a ITBasicCallControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITBasicCallControl2> for &'a IDispatch
impl<'a> From<&'a ITBasicCallControl2> for &'a IDispatch
fn from(value: &'a ITBasicCallControl2) -> Self
fn from(value: &'a ITBasicCallControl2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITCallHubEvent> for &'a IDispatch
impl<'a> From<&'a ITCallHubEvent> for &'a IDispatch
fn from(value: &'a ITCallHubEvent) -> Self
fn from(value: &'a ITCallHubEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITCallInfo> for &'a IDispatch
impl<'a> From<&'a ITCallInfo> for &'a IDispatch
fn from(value: &'a ITCallInfo) -> Self
fn from(value: &'a ITCallInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITCallInfo2> for &'a IDispatch
impl<'a> From<&'a ITCallInfo2> for &'a IDispatch
fn from(value: &'a ITCallInfo2) -> Self
fn from(value: &'a ITCallInfo2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITCallInfoChangeEvent> for &'a IDispatch
impl<'a> From<&'a ITCallInfoChangeEvent> for &'a IDispatch
fn from(value: &'a ITCallInfoChangeEvent) -> Self
fn from(value: &'a ITCallInfoChangeEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITCallMediaEvent> for &'a IDispatch
impl<'a> From<&'a ITCallMediaEvent> for &'a IDispatch
fn from(value: &'a ITCallMediaEvent) -> Self
fn from(value: &'a ITCallMediaEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITCallNotificationEvent> for &'a IDispatch
impl<'a> From<&'a ITCallNotificationEvent> for &'a IDispatch
fn from(value: &'a ITCallNotificationEvent) -> Self
fn from(value: &'a ITCallNotificationEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITCallStateEvent> for &'a IDispatch
impl<'a> From<&'a ITCallStateEvent> for &'a IDispatch
fn from(value: &'a ITCallStateEvent) -> Self
fn from(value: &'a ITCallStateEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITCallingCard> for &'a IDispatch
impl<'a> From<&'a ITCallingCard> for &'a IDispatch
fn from(value: &'a ITCallingCard) -> Self
fn from(value: &'a ITCallingCard) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITCollection> for &'a IDispatch
impl<'a> From<&'a ITCollection> for &'a IDispatch
fn from(value: &'a ITCollection) -> Self
fn from(value: &'a ITCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITCollection2> for &'a IDispatch
impl<'a> From<&'a ITCollection2> for &'a IDispatch
fn from(value: &'a ITCollection2) -> Self
fn from(value: &'a ITCollection2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITCustomTone> for &'a IDispatch
impl<'a> From<&'a ITCustomTone> for &'a IDispatch
fn from(value: &'a ITCustomTone) -> Self
fn from(value: &'a ITCustomTone) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITDetectTone> for &'a IDispatch
impl<'a> From<&'a ITDetectTone> for &'a IDispatch
fn from(value: &'a ITDetectTone) -> Self
fn from(value: &'a ITDetectTone) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITDigitDetectionEvent> for &'a IDispatch
impl<'a> From<&'a ITDigitDetectionEvent> for &'a IDispatch
fn from(value: &'a ITDigitDetectionEvent) -> Self
fn from(value: &'a ITDigitDetectionEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITDigitGenerationEvent> for &'a IDispatch
impl<'a> From<&'a ITDigitGenerationEvent> for &'a IDispatch
fn from(value: &'a ITDigitGenerationEvent) -> Self
fn from(value: &'a ITDigitGenerationEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITDigitsGatheredEvent> for &'a IDispatch
impl<'a> From<&'a ITDigitsGatheredEvent> for &'a IDispatch
fn from(value: &'a ITDigitsGatheredEvent) -> Self
fn from(value: &'a ITDigitsGatheredEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITDirectory> for &'a IDispatch
impl<'a> From<&'a ITDirectory> for &'a IDispatch
fn from(value: &'a ITDirectory) -> Self
fn from(value: &'a ITDirectory) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITDirectoryObject> for &'a IDispatch
impl<'a> From<&'a ITDirectoryObject> for &'a IDispatch
fn from(value: &'a ITDirectoryObject) -> Self
fn from(value: &'a ITDirectoryObject) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITDirectoryObjectConference> for &'a IDispatch
impl<'a> From<&'a ITDirectoryObjectConference> for &'a IDispatch
fn from(value: &'a ITDirectoryObjectConference) -> Self
fn from(value: &'a ITDirectoryObjectConference) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITDirectoryObjectUser> for &'a IDispatch
impl<'a> From<&'a ITDirectoryObjectUser> for &'a IDispatch
fn from(value: &'a ITDirectoryObjectUser) -> Self
fn from(value: &'a ITDirectoryObjectUser) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITDispatchMapper> for &'a IDispatch
impl<'a> From<&'a ITDispatchMapper> for &'a IDispatch
fn from(value: &'a ITDispatchMapper) -> Self
fn from(value: &'a ITDispatchMapper) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITFileTerminalEvent> for &'a IDispatch
impl<'a> From<&'a ITFileTerminalEvent> for &'a IDispatch
fn from(value: &'a ITFileTerminalEvent) -> Self
fn from(value: &'a ITFileTerminalEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITFileTrack> for &'a IDispatch
impl<'a> From<&'a ITFileTrack> for &'a IDispatch
fn from(value: &'a ITFileTrack) -> Self
fn from(value: &'a ITFileTrack) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITForwardInformation> for &'a IDispatch
impl<'a> From<&'a ITForwardInformation> for &'a IDispatch
fn from(value: &'a ITForwardInformation) -> Self
fn from(value: &'a ITForwardInformation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITForwardInformation2> for &'a IDispatch
impl<'a> From<&'a ITForwardInformation2> for &'a IDispatch
fn from(value: &'a ITForwardInformation2) -> Self
fn from(value: &'a ITForwardInformation2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITILSConfig> for &'a IDispatch
impl<'a> From<&'a ITILSConfig> for &'a IDispatch
fn from(value: &'a ITILSConfig) -> Self
fn from(value: &'a ITILSConfig) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITLegacyCallMediaControl> for &'a IDispatch
impl<'a> From<&'a ITLegacyCallMediaControl> for &'a IDispatch
fn from(value: &'a ITLegacyCallMediaControl) -> Self
fn from(value: &'a ITLegacyCallMediaControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITLegacyCallMediaControl2> for &'a IDispatch
impl<'a> From<&'a ITLegacyCallMediaControl2> for &'a IDispatch
fn from(value: &'a ITLegacyCallMediaControl2) -> Self
fn from(value: &'a ITLegacyCallMediaControl2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITLegacyWaveSupport> for &'a IDispatch
impl<'a> From<&'a ITLegacyWaveSupport> for &'a IDispatch
fn from(value: &'a ITLegacyWaveSupport) -> Self
fn from(value: &'a ITLegacyWaveSupport) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITLocationInfo> for &'a IDispatch
impl<'a> From<&'a ITLocationInfo> for &'a IDispatch
fn from(value: &'a ITLocationInfo) -> Self
fn from(value: &'a ITLocationInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITMediaControl> for &'a IDispatch
impl<'a> From<&'a ITMediaControl> for &'a IDispatch
fn from(value: &'a ITMediaControl) -> Self
fn from(value: &'a ITMediaControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITMediaPlayback> for &'a IDispatch
impl<'a> From<&'a ITMediaPlayback> for &'a IDispatch
fn from(value: &'a ITMediaPlayback) -> Self
fn from(value: &'a ITMediaPlayback) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITMediaRecord> for &'a IDispatch
impl<'a> From<&'a ITMediaRecord> for &'a IDispatch
fn from(value: &'a ITMediaRecord) -> Self
fn from(value: &'a ITMediaRecord) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITMediaSupport> for &'a IDispatch
impl<'a> From<&'a ITMediaSupport> for &'a IDispatch
fn from(value: &'a ITMediaSupport) -> Self
fn from(value: &'a ITMediaSupport) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITMultiTrackTerminal> for &'a IDispatch
impl<'a> From<&'a ITMultiTrackTerminal> for &'a IDispatch
fn from(value: &'a ITMultiTrackTerminal) -> Self
fn from(value: &'a ITMultiTrackTerminal) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITPhoneDeviceSpecificEvent> for &'a IDispatch
impl<'a> From<&'a ITPhoneDeviceSpecificEvent> for &'a IDispatch
fn from(value: &'a ITPhoneDeviceSpecificEvent) -> Self
fn from(value: &'a ITPhoneDeviceSpecificEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITPhoneEvent> for &'a IDispatch
impl<'a> From<&'a ITPhoneEvent> for &'a IDispatch
fn from(value: &'a ITPhoneEvent) -> Self
fn from(value: &'a ITPhoneEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITPluggableTerminalClassInfo> for &'a IDispatch
impl<'a> From<&'a ITPluggableTerminalClassInfo> for &'a IDispatch
fn from(value: &'a ITPluggableTerminalClassInfo) -> Self
fn from(value: &'a ITPluggableTerminalClassInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITPluggableTerminalSuperclassInfo> for &'a IDispatch
impl<'a> From<&'a ITPluggableTerminalSuperclassInfo> for &'a IDispatch
fn from(value: &'a ITPluggableTerminalSuperclassInfo) -> Self
fn from(value: &'a ITPluggableTerminalSuperclassInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITPrivateEvent> for &'a IDispatch
impl<'a> From<&'a ITPrivateEvent> for &'a IDispatch
fn from(value: &'a ITPrivateEvent) -> Self
fn from(value: &'a ITPrivateEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITQOSEvent> for &'a IDispatch
impl<'a> From<&'a ITQOSEvent> for &'a IDispatch
fn from(value: &'a ITQOSEvent) -> Self
fn from(value: &'a ITQOSEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITQueueEvent> for &'a IDispatch
impl<'a> From<&'a ITQueueEvent> for &'a IDispatch
fn from(value: &'a ITQueueEvent) -> Self
fn from(value: &'a ITQueueEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITRendezvous> for &'a IDispatch
impl<'a> From<&'a ITRendezvous> for &'a IDispatch
fn from(value: &'a ITRendezvous) -> Self
fn from(value: &'a ITRendezvous) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITRequestEvent> for &'a IDispatch
impl<'a> From<&'a ITRequestEvent> for &'a IDispatch
fn from(value: &'a ITRequestEvent) -> Self
fn from(value: &'a ITRequestEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITScriptableAudioFormat> for &'a IDispatch
impl<'a> From<&'a ITScriptableAudioFormat> for &'a IDispatch
fn from(value: &'a ITScriptableAudioFormat) -> Self
fn from(value: &'a ITScriptableAudioFormat) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITStaticAudioTerminal> for &'a IDispatch
impl<'a> From<&'a ITStaticAudioTerminal> for &'a IDispatch
fn from(value: &'a ITStaticAudioTerminal) -> Self
fn from(value: &'a ITStaticAudioTerminal) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITStreamControl> for &'a IDispatch
impl<'a> From<&'a ITStreamControl> for &'a IDispatch
fn from(value: &'a ITStreamControl) -> Self
fn from(value: &'a ITStreamControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITSubStream> for &'a IDispatch
impl<'a> From<&'a ITSubStream> for &'a IDispatch
fn from(value: &'a ITSubStream) -> Self
fn from(value: &'a ITSubStream) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITSubStreamControl> for &'a IDispatch
impl<'a> From<&'a ITSubStreamControl> for &'a IDispatch
fn from(value: &'a ITSubStreamControl) -> Self
fn from(value: &'a ITSubStreamControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITTAPICallCenter> for &'a IDispatch
impl<'a> From<&'a ITTAPICallCenter> for &'a IDispatch
fn from(value: &'a ITTAPICallCenter) -> Self
fn from(value: &'a ITTAPICallCenter) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITTAPIDispatchEventNotification> for &'a IDispatch
impl<'a> From<&'a ITTAPIDispatchEventNotification> for &'a IDispatch
fn from(value: &'a ITTAPIDispatchEventNotification) -> Self
fn from(value: &'a ITTAPIDispatchEventNotification) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITTAPIObjectEvent> for &'a IDispatch
impl<'a> From<&'a ITTAPIObjectEvent> for &'a IDispatch
fn from(value: &'a ITTAPIObjectEvent) -> Self
fn from(value: &'a ITTAPIObjectEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITTAPIObjectEvent2> for &'a IDispatch
impl<'a> From<&'a ITTAPIObjectEvent2> for &'a IDispatch
fn from(value: &'a ITTAPIObjectEvent2) -> Self
fn from(value: &'a ITTAPIObjectEvent2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITTTSTerminalEvent> for &'a IDispatch
impl<'a> From<&'a ITTTSTerminalEvent> for &'a IDispatch
fn from(value: &'a ITTTSTerminalEvent) -> Self
fn from(value: &'a ITTTSTerminalEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITTerminal> for &'a IDispatch
impl<'a> From<&'a ITTerminal> for &'a IDispatch
fn from(value: &'a ITTerminal) -> Self
fn from(value: &'a ITTerminal) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITTerminalSupport> for &'a IDispatch
impl<'a> From<&'a ITTerminalSupport> for &'a IDispatch
fn from(value: &'a ITTerminalSupport) -> Self
fn from(value: &'a ITTerminalSupport) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITTerminalSupport2> for &'a IDispatch
impl<'a> From<&'a ITTerminalSupport2> for &'a IDispatch
fn from(value: &'a ITTerminalSupport2) -> Self
fn from(value: &'a ITTerminalSupport2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITToneDetectionEvent> for &'a IDispatch
impl<'a> From<&'a ITToneDetectionEvent> for &'a IDispatch
fn from(value: &'a ITToneDetectionEvent) -> Self
fn from(value: &'a ITToneDetectionEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITToneTerminalEvent> for &'a IDispatch
impl<'a> From<&'a ITToneTerminalEvent> for &'a IDispatch
fn from(value: &'a ITToneTerminalEvent) -> Self
fn from(value: &'a ITToneTerminalEvent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITaskDefinition> for &'a IDispatch
impl<'a> From<&'a ITaskDefinition> for &'a IDispatch
fn from(value: &'a ITaskDefinition) -> Self
fn from(value: &'a ITaskDefinition) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITaskFolder> for &'a IDispatch
impl<'a> From<&'a ITaskFolder> for &'a IDispatch
fn from(value: &'a ITaskFolder) -> Self
fn from(value: &'a ITaskFolder) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITaskFolderCollection> for &'a IDispatch
impl<'a> From<&'a ITaskFolderCollection> for &'a IDispatch
fn from(value: &'a ITaskFolderCollection) -> Self
fn from(value: &'a ITaskFolderCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITaskNamedValueCollection> for &'a IDispatch
impl<'a> From<&'a ITaskNamedValueCollection> for &'a IDispatch
fn from(value: &'a ITaskNamedValueCollection) -> Self
fn from(value: &'a ITaskNamedValueCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITaskNamedValuePair> for &'a IDispatch
impl<'a> From<&'a ITaskNamedValuePair> for &'a IDispatch
fn from(value: &'a ITaskNamedValuePair) -> Self
fn from(value: &'a ITaskNamedValuePair) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITaskService> for &'a IDispatch
impl<'a> From<&'a ITaskService> for &'a IDispatch
fn from(value: &'a ITaskService) -> Self
fn from(value: &'a ITaskService) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITaskSettings> for &'a IDispatch
impl<'a> From<&'a ITaskSettings> for &'a IDispatch
fn from(value: &'a ITaskSettings) -> Self
fn from(value: &'a ITaskSettings) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITaskSettings2> for &'a IDispatch
impl<'a> From<&'a ITaskSettings2> for &'a IDispatch
fn from(value: &'a ITaskSettings2) -> Self
fn from(value: &'a ITaskSettings2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITaskSettings3> for &'a IDispatch
impl<'a> From<&'a ITaskSettings3> for &'a IDispatch
fn from(value: &'a ITaskSettings3) -> Self
fn from(value: &'a ITaskSettings3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITemplateSdo> for &'a IDispatch
impl<'a> From<&'a ITemplateSdo> for &'a IDispatch
fn from(value: &'a ITemplateSdo) -> Self
fn from(value: &'a ITemplateSdo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITextDisplays> for &'a IDispatch
impl<'a> From<&'a ITextDisplays> for &'a IDispatch
fn from(value: &'a ITextDisplays) -> Self
fn from(value: &'a ITextDisplays) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITextDocument> for &'a IDispatch
impl<'a> From<&'a ITextDocument> for &'a IDispatch
fn from(value: &'a ITextDocument) -> Self
fn from(value: &'a ITextDocument) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITextDocument2> for &'a IDispatch
impl<'a> From<&'a ITextDocument2> for &'a IDispatch
fn from(value: &'a ITextDocument2) -> Self
fn from(value: &'a ITextDocument2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITextDocument2Old> for &'a IDispatch
impl<'a> From<&'a ITextDocument2Old> for &'a IDispatch
fn from(value: &'a ITextDocument2Old) -> Self
fn from(value: &'a ITextDocument2Old) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITextFont2> for &'a IDispatch
impl<'a> From<&'a ITextFont2> for &'a IDispatch
fn from(value: &'a ITextFont2) -> Self
fn from(value: &'a ITextFont2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITextPara2> for &'a IDispatch
impl<'a> From<&'a ITextPara2> for &'a IDispatch
fn from(value: &'a ITextPara2) -> Self
fn from(value: &'a ITextPara2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITextRange> for &'a IDispatch
impl<'a> From<&'a ITextRange> for &'a IDispatch
fn from(value: &'a ITextRange) -> Self
fn from(value: &'a ITextRange) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITextRange2> for &'a IDispatch
impl<'a> From<&'a ITextRange2> for &'a IDispatch
fn from(value: &'a ITextRange2) -> Self
fn from(value: &'a ITextRange2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITextSelection> for &'a IDispatch
impl<'a> From<&'a ITextSelection> for &'a IDispatch
fn from(value: &'a ITextSelection) -> Self
fn from(value: &'a ITextSelection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITextSelection2> for &'a IDispatch
impl<'a> From<&'a ITextSelection2> for &'a IDispatch
fn from(value: &'a ITextSelection2) -> Self
fn from(value: &'a ITextSelection2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITextStoryRanges> for &'a IDispatch
impl<'a> From<&'a ITextStoryRanges> for &'a IDispatch
fn from(value: &'a ITextStoryRanges) -> Self
fn from(value: &'a ITextStoryRanges) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITextStoryRanges2> for &'a IDispatch
impl<'a> From<&'a ITextStoryRanges2> for &'a IDispatch
fn from(value: &'a ITextStoryRanges2) -> Self
fn from(value: &'a ITextStoryRanges2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITextStrings> for &'a IDispatch
impl<'a> From<&'a ITextStrings> for &'a IDispatch
fn from(value: &'a ITextStrings) -> Self
fn from(value: &'a ITextStrings) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITimeTrigger> for &'a IDispatch
impl<'a> From<&'a ITimeTrigger> for &'a IDispatch
fn from(value: &'a ITimeTrigger) -> Self
fn from(value: &'a ITimeTrigger) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITraceDataCollector> for &'a IDispatch
impl<'a> From<&'a ITraceDataCollector> for &'a IDispatch
fn from(value: &'a ITraceDataCollector) -> Self
fn from(value: &'a ITraceDataCollector) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITraceDataProvider> for &'a IDispatch
impl<'a> From<&'a ITraceDataProvider> for &'a IDispatch
fn from(value: &'a ITraceDataProvider) -> Self
fn from(value: &'a ITraceDataProvider) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITraceDataProviderCollection> for &'a IDispatch
impl<'a> From<&'a ITraceDataProviderCollection> for &'a IDispatch
fn from(value: &'a ITraceDataProviderCollection) -> Self
fn from(value: &'a ITraceDataProviderCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITransactionContext> for &'a IDispatch
impl<'a> From<&'a ITransactionContext> for &'a IDispatch
fn from(value: &'a ITransactionContext) -> Self
fn from(value: &'a ITransactionContext) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITriggerCollection> for &'a IDispatch
impl<'a> From<&'a ITriggerCollection> for &'a IDispatch
fn from(value: &'a ITriggerCollection) -> Self
fn from(value: &'a ITriggerCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITuneRequest> for &'a IDispatch
impl<'a> From<&'a ITuneRequest> for &'a IDispatch
fn from(value: &'a ITuneRequest) -> Self
fn from(value: &'a ITuneRequest) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITuningSpace> for &'a IDispatch
impl<'a> From<&'a ITuningSpace> for &'a IDispatch
fn from(value: &'a ITuningSpace) -> Self
fn from(value: &'a ITuningSpace) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITuningSpaceContainer> for &'a IDispatch
impl<'a> From<&'a ITuningSpaceContainer> for &'a IDispatch
fn from(value: &'a ITuningSpaceContainer) -> Self
fn from(value: &'a ITuningSpaceContainer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ITuningSpaces> for &'a IDispatch
impl<'a> From<&'a ITuningSpaces> for &'a IDispatch
fn from(value: &'a ITuningSpaces) -> Self
fn from(value: &'a ITuningSpaces) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUPnPDescriptionDocument> for &'a IDispatch
impl<'a> From<&'a IUPnPDescriptionDocument> for &'a IDispatch
fn from(value: &'a IUPnPDescriptionDocument) -> Self
fn from(value: &'a IUPnPDescriptionDocument) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUPnPDevice> for &'a IDispatch
impl<'a> From<&'a IUPnPDevice> for &'a IDispatch
fn from(value: &'a IUPnPDevice) -> Self
fn from(value: &'a IUPnPDevice) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUPnPDeviceFinder> for &'a IDispatch
impl<'a> From<&'a IUPnPDeviceFinder> for &'a IDispatch
fn from(value: &'a IUPnPDeviceFinder) -> Self
fn from(value: &'a IUPnPDeviceFinder) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUPnPDevices> for &'a IDispatch
impl<'a> From<&'a IUPnPDevices> for &'a IDispatch
fn from(value: &'a IUPnPDevices) -> Self
fn from(value: &'a IUPnPDevices) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUPnPService> for &'a IDispatch
impl<'a> From<&'a IUPnPService> for &'a IDispatch
fn from(value: &'a IUPnPService) -> Self
fn from(value: &'a IUPnPService) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUPnPServices> for &'a IDispatch
impl<'a> From<&'a IUPnPServices> for &'a IDispatch
fn from(value: &'a IUPnPServices) -> Self
fn from(value: &'a IUPnPServices) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateCollection> for &'a IDispatch
impl<'a> From<&'a IUpdateCollection> for &'a IDispatch
fn from(value: &'a IUpdateCollection) -> Self
fn from(value: &'a IUpdateCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateDownloadContent> for &'a IDispatch
impl<'a> From<&'a IUpdateDownloadContent> for &'a IDispatch
fn from(value: &'a IUpdateDownloadContent) -> Self
fn from(value: &'a IUpdateDownloadContent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateDownloadContent2> for &'a IDispatch
impl<'a> From<&'a IUpdateDownloadContent2> for &'a IDispatch
fn from(value: &'a IUpdateDownloadContent2) -> Self
fn from(value: &'a IUpdateDownloadContent2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateDownloadContentCollection> for &'a IDispatch
impl<'a> From<&'a IUpdateDownloadContentCollection> for &'a IDispatch
fn from(value: &'a IUpdateDownloadContentCollection) -> Self
fn from(value: &'a IUpdateDownloadContentCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateDownloadResult> for &'a IDispatch
impl<'a> From<&'a IUpdateDownloadResult> for &'a IDispatch
fn from(value: &'a IUpdateDownloadResult) -> Self
fn from(value: &'a IUpdateDownloadResult) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateDownloader> for &'a IDispatch
impl<'a> From<&'a IUpdateDownloader> for &'a IDispatch
fn from(value: &'a IUpdateDownloader) -> Self
fn from(value: &'a IUpdateDownloader) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateException> for &'a IDispatch
impl<'a> From<&'a IUpdateException> for &'a IDispatch
fn from(value: &'a IUpdateException) -> Self
fn from(value: &'a IUpdateException) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateExceptionCollection> for &'a IDispatch
impl<'a> From<&'a IUpdateExceptionCollection> for &'a IDispatch
fn from(value: &'a IUpdateExceptionCollection) -> Self
fn from(value: &'a IUpdateExceptionCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateHistoryEntry> for &'a IDispatch
impl<'a> From<&'a IUpdateHistoryEntry> for &'a IDispatch
fn from(value: &'a IUpdateHistoryEntry) -> Self
fn from(value: &'a IUpdateHistoryEntry) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateHistoryEntry2> for &'a IDispatch
impl<'a> From<&'a IUpdateHistoryEntry2> for &'a IDispatch
fn from(value: &'a IUpdateHistoryEntry2) -> Self
fn from(value: &'a IUpdateHistoryEntry2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateHistoryEntryCollection> for &'a IDispatch
impl<'a> From<&'a IUpdateHistoryEntryCollection> for &'a IDispatch
fn from(value: &'a IUpdateHistoryEntryCollection) -> Self
fn from(value: &'a IUpdateHistoryEntryCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateIdentity> for &'a IDispatch
impl<'a> From<&'a IUpdateIdentity> for &'a IDispatch
fn from(value: &'a IUpdateIdentity) -> Self
fn from(value: &'a IUpdateIdentity) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateInstallationResult> for &'a IDispatch
impl<'a> From<&'a IUpdateInstallationResult> for &'a IDispatch
fn from(value: &'a IUpdateInstallationResult) -> Self
fn from(value: &'a IUpdateInstallationResult) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateInstaller> for &'a IDispatch
impl<'a> From<&'a IUpdateInstaller> for &'a IDispatch
fn from(value: &'a IUpdateInstaller) -> Self
fn from(value: &'a IUpdateInstaller) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateInstaller2> for &'a IDispatch
impl<'a> From<&'a IUpdateInstaller2> for &'a IDispatch
fn from(value: &'a IUpdateInstaller2) -> Self
fn from(value: &'a IUpdateInstaller2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateInstaller3> for &'a IDispatch
impl<'a> From<&'a IUpdateInstaller3> for &'a IDispatch
fn from(value: &'a IUpdateInstaller3) -> Self
fn from(value: &'a IUpdateInstaller3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateInstaller4> for &'a IDispatch
impl<'a> From<&'a IUpdateInstaller4> for &'a IDispatch
fn from(value: &'a IUpdateInstaller4) -> Self
fn from(value: &'a IUpdateInstaller4) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateSearcher> for &'a IDispatch
impl<'a> From<&'a IUpdateSearcher> for &'a IDispatch
fn from(value: &'a IUpdateSearcher) -> Self
fn from(value: &'a IUpdateSearcher) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateSearcher2> for &'a IDispatch
impl<'a> From<&'a IUpdateSearcher2> for &'a IDispatch
fn from(value: &'a IUpdateSearcher2) -> Self
fn from(value: &'a IUpdateSearcher2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateSearcher3> for &'a IDispatch
impl<'a> From<&'a IUpdateSearcher3> for &'a IDispatch
fn from(value: &'a IUpdateSearcher3) -> Self
fn from(value: &'a IUpdateSearcher3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateService> for &'a IDispatch
impl<'a> From<&'a IUpdateService> for &'a IDispatch
fn from(value: &'a IUpdateService) -> Self
fn from(value: &'a IUpdateService) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateService2> for &'a IDispatch
impl<'a> From<&'a IUpdateService2> for &'a IDispatch
fn from(value: &'a IUpdateService2) -> Self
fn from(value: &'a IUpdateService2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateServiceCollection> for &'a IDispatch
impl<'a> From<&'a IUpdateServiceCollection> for &'a IDispatch
fn from(value: &'a IUpdateServiceCollection) -> Self
fn from(value: &'a IUpdateServiceCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateServiceManager> for &'a IDispatch
impl<'a> From<&'a IUpdateServiceManager> for &'a IDispatch
fn from(value: &'a IUpdateServiceManager) -> Self
fn from(value: &'a IUpdateServiceManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateServiceManager2> for &'a IDispatch
impl<'a> From<&'a IUpdateServiceManager2> for &'a IDispatch
fn from(value: &'a IUpdateServiceManager2) -> Self
fn from(value: &'a IUpdateServiceManager2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateServiceRegistration> for &'a IDispatch
impl<'a> From<&'a IUpdateServiceRegistration> for &'a IDispatch
fn from(value: &'a IUpdateServiceRegistration) -> Self
fn from(value: &'a IUpdateServiceRegistration) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateSession> for &'a IDispatch
impl<'a> From<&'a IUpdateSession> for &'a IDispatch
fn from(value: &'a IUpdateSession) -> Self
fn from(value: &'a IUpdateSession) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateSession2> for &'a IDispatch
impl<'a> From<&'a IUpdateSession2> for &'a IDispatch
fn from(value: &'a IUpdateSession2) -> Self
fn from(value: &'a IUpdateSession2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IUpdateSession3> for &'a IDispatch
impl<'a> From<&'a IUpdateSession3> for &'a IDispatch
fn from(value: &'a IUpdateSession3) -> Self
fn from(value: &'a IUpdateSession3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IVBMXNamespaceManager> for &'a IDispatch
impl<'a> From<&'a IVBMXNamespaceManager> for &'a IDispatch
fn from(value: &'a IVBMXNamespaceManager) -> Self
fn from(value: &'a IVBMXNamespaceManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IVBSAXAttributes> for &'a IDispatch
impl<'a> From<&'a IVBSAXAttributes> for &'a IDispatch
fn from(value: &'a IVBSAXAttributes) -> Self
fn from(value: &'a IVBSAXAttributes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IVBSAXContentHandler> for &'a IDispatch
impl<'a> From<&'a IVBSAXContentHandler> for &'a IDispatch
fn from(value: &'a IVBSAXContentHandler) -> Self
fn from(value: &'a IVBSAXContentHandler) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IVBSAXDTDHandler> for &'a IDispatch
impl<'a> From<&'a IVBSAXDTDHandler> for &'a IDispatch
fn from(value: &'a IVBSAXDTDHandler) -> Self
fn from(value: &'a IVBSAXDTDHandler) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IVBSAXDeclHandler> for &'a IDispatch
impl<'a> From<&'a IVBSAXDeclHandler> for &'a IDispatch
fn from(value: &'a IVBSAXDeclHandler) -> Self
fn from(value: &'a IVBSAXDeclHandler) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IVBSAXEntityResolver> for &'a IDispatch
impl<'a> From<&'a IVBSAXEntityResolver> for &'a IDispatch
fn from(value: &'a IVBSAXEntityResolver) -> Self
fn from(value: &'a IVBSAXEntityResolver) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IVBSAXErrorHandler> for &'a IDispatch
impl<'a> From<&'a IVBSAXErrorHandler> for &'a IDispatch
fn from(value: &'a IVBSAXErrorHandler) -> Self
fn from(value: &'a IVBSAXErrorHandler) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IVBSAXLexicalHandler> for &'a IDispatch
impl<'a> From<&'a IVBSAXLexicalHandler> for &'a IDispatch
fn from(value: &'a IVBSAXLexicalHandler) -> Self
fn from(value: &'a IVBSAXLexicalHandler) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IVBSAXLocator> for &'a IDispatch
impl<'a> From<&'a IVBSAXLocator> for &'a IDispatch
fn from(value: &'a IVBSAXLocator) -> Self
fn from(value: &'a IVBSAXLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IVBSAXXMLFilter> for &'a IDispatch
impl<'a> From<&'a IVBSAXXMLFilter> for &'a IDispatch
fn from(value: &'a IVBSAXXMLFilter) -> Self
fn from(value: &'a IVBSAXXMLFilter) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IVBSAXXMLReader> for &'a IDispatch
impl<'a> From<&'a IVBSAXXMLReader> for &'a IDispatch
fn from(value: &'a IVBSAXXMLReader) -> Self
fn from(value: &'a IVBSAXXMLReader) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IValueMapItem> for &'a IDispatch
impl<'a> From<&'a IValueMapItem> for &'a IDispatch
fn from(value: &'a IValueMapItem) -> Self
fn from(value: &'a IValueMapItem) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IVideoWindow> for &'a IDispatch
impl<'a> From<&'a IVideoWindow> for &'a IDispatch
fn from(value: &'a IVideoWindow) -> Self
fn from(value: &'a IVideoWindow) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMIExtension> for &'a IDispatch
impl<'a> From<&'a IWMIExtension> for &'a IDispatch
fn from(value: &'a IWMIExtension) -> Self
fn from(value: &'a IWMIExtension) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPCdromCollection> for &'a IDispatch
impl<'a> From<&'a IWMPCdromCollection> for &'a IDispatch
fn from(value: &'a IWMPCdromCollection) -> Self
fn from(value: &'a IWMPCdromCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPClosedCaption> for &'a IDispatch
impl<'a> From<&'a IWMPClosedCaption> for &'a IDispatch
fn from(value: &'a IWMPClosedCaption) -> Self
fn from(value: &'a IWMPClosedCaption) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPClosedCaption2> for &'a IDispatch
impl<'a> From<&'a IWMPClosedCaption2> for &'a IDispatch
fn from(value: &'a IWMPClosedCaption2) -> Self
fn from(value: &'a IWMPClosedCaption2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPControls> for &'a IDispatch
impl<'a> From<&'a IWMPControls> for &'a IDispatch
fn from(value: &'a IWMPControls) -> Self
fn from(value: &'a IWMPControls) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPControls2> for &'a IDispatch
impl<'a> From<&'a IWMPControls2> for &'a IDispatch
fn from(value: &'a IWMPControls2) -> Self
fn from(value: &'a IWMPControls2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPControls3> for &'a IDispatch
impl<'a> From<&'a IWMPControls3> for &'a IDispatch
fn from(value: &'a IWMPControls3) -> Self
fn from(value: &'a IWMPControls3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPDownloadCollection> for &'a IDispatch
impl<'a> From<&'a IWMPDownloadCollection> for &'a IDispatch
fn from(value: &'a IWMPDownloadCollection) -> Self
fn from(value: &'a IWMPDownloadCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPDownloadItem> for &'a IDispatch
impl<'a> From<&'a IWMPDownloadItem> for &'a IDispatch
fn from(value: &'a IWMPDownloadItem) -> Self
fn from(value: &'a IWMPDownloadItem) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPDownloadItem2> for &'a IDispatch
impl<'a> From<&'a IWMPDownloadItem2> for &'a IDispatch
fn from(value: &'a IWMPDownloadItem2) -> Self
fn from(value: &'a IWMPDownloadItem2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPDownloadManager> for &'a IDispatch
impl<'a> From<&'a IWMPDownloadManager> for &'a IDispatch
fn from(value: &'a IWMPDownloadManager) -> Self
fn from(value: &'a IWMPDownloadManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPErrorItem> for &'a IDispatch
impl<'a> From<&'a IWMPErrorItem> for &'a IDispatch
fn from(value: &'a IWMPErrorItem) -> Self
fn from(value: &'a IWMPErrorItem) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPErrorItem2> for &'a IDispatch
impl<'a> From<&'a IWMPErrorItem2> for &'a IDispatch
fn from(value: &'a IWMPErrorItem2) -> Self
fn from(value: &'a IWMPErrorItem2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPMedia2> for &'a IDispatch
impl<'a> From<&'a IWMPMedia2> for &'a IDispatch
fn from(value: &'a IWMPMedia2) -> Self
fn from(value: &'a IWMPMedia2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPMedia3> for &'a IDispatch
impl<'a> From<&'a IWMPMedia3> for &'a IDispatch
fn from(value: &'a IWMPMedia3) -> Self
fn from(value: &'a IWMPMedia3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPMediaCollection> for &'a IDispatch
impl<'a> From<&'a IWMPMediaCollection> for &'a IDispatch
fn from(value: &'a IWMPMediaCollection) -> Self
fn from(value: &'a IWMPMediaCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPMediaCollection2> for &'a IDispatch
impl<'a> From<&'a IWMPMediaCollection2> for &'a IDispatch
fn from(value: &'a IWMPMediaCollection2) -> Self
fn from(value: &'a IWMPMediaCollection2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPMetadataPicture> for &'a IDispatch
impl<'a> From<&'a IWMPMetadataPicture> for &'a IDispatch
fn from(value: &'a IWMPMetadataPicture) -> Self
fn from(value: &'a IWMPMetadataPicture) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPMetadataText> for &'a IDispatch
impl<'a> From<&'a IWMPMetadataText> for &'a IDispatch
fn from(value: &'a IWMPMetadataText) -> Self
fn from(value: &'a IWMPMetadataText) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPNetwork> for &'a IDispatch
impl<'a> From<&'a IWMPNetwork> for &'a IDispatch
fn from(value: &'a IWMPNetwork) -> Self
fn from(value: &'a IWMPNetwork) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPPlayer> for &'a IDispatch
impl<'a> From<&'a IWMPPlayer> for &'a IDispatch
fn from(value: &'a IWMPPlayer) -> Self
fn from(value: &'a IWMPPlayer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPPlayer2> for &'a IDispatch
impl<'a> From<&'a IWMPPlayer2> for &'a IDispatch
fn from(value: &'a IWMPPlayer2) -> Self
fn from(value: &'a IWMPPlayer2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPPlayer3> for &'a IDispatch
impl<'a> From<&'a IWMPPlayer3> for &'a IDispatch
fn from(value: &'a IWMPPlayer3) -> Self
fn from(value: &'a IWMPPlayer3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPPlayer4> for &'a IDispatch
impl<'a> From<&'a IWMPPlayer4> for &'a IDispatch
fn from(value: &'a IWMPPlayer4) -> Self
fn from(value: &'a IWMPPlayer4) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPPlayerApplication> for &'a IDispatch
impl<'a> From<&'a IWMPPlayerApplication> for &'a IDispatch
fn from(value: &'a IWMPPlayerApplication) -> Self
fn from(value: &'a IWMPPlayerApplication) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPPlaylist> for &'a IDispatch
impl<'a> From<&'a IWMPPlaylist> for &'a IDispatch
fn from(value: &'a IWMPPlaylist) -> Self
fn from(value: &'a IWMPPlaylist) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPPlaylistArray> for &'a IDispatch
impl<'a> From<&'a IWMPPlaylistArray> for &'a IDispatch
fn from(value: &'a IWMPPlaylistArray) -> Self
fn from(value: &'a IWMPPlaylistArray) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPPlaylistCollection> for &'a IDispatch
impl<'a> From<&'a IWMPPlaylistCollection> for &'a IDispatch
fn from(value: &'a IWMPPlaylistCollection) -> Self
fn from(value: &'a IWMPPlaylistCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPSettings> for &'a IDispatch
impl<'a> From<&'a IWMPSettings> for &'a IDispatch
fn from(value: &'a IWMPSettings) -> Self
fn from(value: &'a IWMPSettings) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPSettings2> for &'a IDispatch
impl<'a> From<&'a IWMPSettings2> for &'a IDispatch
fn from(value: &'a IWMPSettings2) -> Self
fn from(value: &'a IWMPSettings2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPStringCollection> for &'a IDispatch
impl<'a> From<&'a IWMPStringCollection> for &'a IDispatch
fn from(value: &'a IWMPStringCollection) -> Self
fn from(value: &'a IWMPStringCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWMPStringCollection2> for &'a IDispatch
impl<'a> From<&'a IWMPStringCollection2> for &'a IDispatch
fn from(value: &'a IWMPStringCollection2) -> Self
fn from(value: &'a IWMPStringCollection2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWSCDefaultProduct> for &'a IDispatch
impl<'a> From<&'a IWSCDefaultProduct> for &'a IDispatch
fn from(value: &'a IWSCDefaultProduct) -> Self
fn from(value: &'a IWSCDefaultProduct) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWSCProductList> for &'a IDispatch
impl<'a> From<&'a IWSCProductList> for &'a IDispatch
fn from(value: &'a IWSCProductList) -> Self
fn from(value: &'a IWSCProductList) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWSManConnectionOptions> for &'a IDispatch
impl<'a> From<&'a IWSManConnectionOptions> for &'a IDispatch
fn from(value: &'a IWSManConnectionOptions) -> Self
fn from(value: &'a IWSManConnectionOptions) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWSManConnectionOptionsEx> for &'a IDispatch
impl<'a> From<&'a IWSManConnectionOptionsEx> for &'a IDispatch
fn from(value: &'a IWSManConnectionOptionsEx) -> Self
fn from(value: &'a IWSManConnectionOptionsEx) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWSManConnectionOptionsEx2> for &'a IDispatch
impl<'a> From<&'a IWSManConnectionOptionsEx2> for &'a IDispatch
fn from(value: &'a IWSManConnectionOptionsEx2) -> Self
fn from(value: &'a IWSManConnectionOptionsEx2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWSManEnumerator> for &'a IDispatch
impl<'a> From<&'a IWSManEnumerator> for &'a IDispatch
fn from(value: &'a IWSManEnumerator) -> Self
fn from(value: &'a IWSManEnumerator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWSManInternal> for &'a IDispatch
impl<'a> From<&'a IWSManInternal> for &'a IDispatch
fn from(value: &'a IWSManInternal) -> Self
fn from(value: &'a IWSManInternal) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWSManResourceLocator> for &'a IDispatch
impl<'a> From<&'a IWSManResourceLocator> for &'a IDispatch
fn from(value: &'a IWSManResourceLocator) -> Self
fn from(value: &'a IWSManResourceLocator) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWSManSession> for &'a IDispatch
impl<'a> From<&'a IWSManSession> for &'a IDispatch
fn from(value: &'a IWSManSession) -> Self
fn from(value: &'a IWSManSession) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportCacheable> for &'a IDispatch
impl<'a> From<&'a IWdsTransportCacheable> for &'a IDispatch
fn from(value: &'a IWdsTransportCacheable) -> Self
fn from(value: &'a IWdsTransportCacheable) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportClient> for &'a IDispatch
impl<'a> From<&'a IWdsTransportClient> for &'a IDispatch
fn from(value: &'a IWdsTransportClient) -> Self
fn from(value: &'a IWdsTransportClient) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportCollection> for &'a IDispatch
impl<'a> From<&'a IWdsTransportCollection> for &'a IDispatch
fn from(value: &'a IWdsTransportCollection) -> Self
fn from(value: &'a IWdsTransportCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportConfigurationManager> for &'a IDispatch
impl<'a> From<&'a IWdsTransportConfigurationManager> for &'a IDispatch
fn from(value: &'a IWdsTransportConfigurationManager) -> Self
fn from(value: &'a IWdsTransportConfigurationManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportConfigurationManager2> for &'a IDispatch
impl<'a> From<&'a IWdsTransportConfigurationManager2> for &'a IDispatch
fn from(value: &'a IWdsTransportConfigurationManager2) -> Self
fn from(value: &'a IWdsTransportConfigurationManager2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportContent> for &'a IDispatch
impl<'a> From<&'a IWdsTransportContent> for &'a IDispatch
fn from(value: &'a IWdsTransportContent) -> Self
fn from(value: &'a IWdsTransportContent) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportContentProvider> for &'a IDispatch
impl<'a> From<&'a IWdsTransportContentProvider> for &'a IDispatch
fn from(value: &'a IWdsTransportContentProvider) -> Self
fn from(value: &'a IWdsTransportContentProvider) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportDiagnosticsPolicy> for &'a IDispatch
impl<'a> From<&'a IWdsTransportDiagnosticsPolicy> for &'a IDispatch
fn from(value: &'a IWdsTransportDiagnosticsPolicy) -> Self
fn from(value: &'a IWdsTransportDiagnosticsPolicy) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportManager> for &'a IDispatch
impl<'a> From<&'a IWdsTransportManager> for &'a IDispatch
fn from(value: &'a IWdsTransportManager) -> Self
fn from(value: &'a IWdsTransportManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportMulticastSessionPolicy> for &'a IDispatch
impl<'a> From<&'a IWdsTransportMulticastSessionPolicy> for &'a IDispatch
fn from(value: &'a IWdsTransportMulticastSessionPolicy) -> Self
fn from(value: &'a IWdsTransportMulticastSessionPolicy) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportNamespace> for &'a IDispatch
impl<'a> From<&'a IWdsTransportNamespace> for &'a IDispatch
fn from(value: &'a IWdsTransportNamespace) -> Self
fn from(value: &'a IWdsTransportNamespace) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportNamespaceAutoCast> for &'a IDispatch
impl<'a> From<&'a IWdsTransportNamespaceAutoCast> for &'a IDispatch
fn from(value: &'a IWdsTransportNamespaceAutoCast) -> Self
fn from(value: &'a IWdsTransportNamespaceAutoCast) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportNamespaceManager> for &'a IDispatch
impl<'a> From<&'a IWdsTransportNamespaceManager> for &'a IDispatch
fn from(value: &'a IWdsTransportNamespaceManager) -> Self
fn from(value: &'a IWdsTransportNamespaceManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportNamespaceScheduledCast> for &'a IDispatch
impl<'a> From<&'a IWdsTransportNamespaceScheduledCast> for &'a IDispatch
fn from(value: &'a IWdsTransportNamespaceScheduledCast) -> Self
fn from(value: &'a IWdsTransportNamespaceScheduledCast) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportNamespaceScheduledCastAutoStart> for &'a IDispatch
impl<'a> From<&'a IWdsTransportNamespaceScheduledCastAutoStart> for &'a IDispatch
fn from(value: &'a IWdsTransportNamespaceScheduledCastAutoStart) -> Self
fn from(value: &'a IWdsTransportNamespaceScheduledCastAutoStart) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportNamespaceScheduledCastManualStart> for &'a IDispatch
impl<'a> From<&'a IWdsTransportNamespaceScheduledCastManualStart> for &'a IDispatch
fn from(value: &'a IWdsTransportNamespaceScheduledCastManualStart) -> Self
fn from(value: &'a IWdsTransportNamespaceScheduledCastManualStart) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportServer> for &'a IDispatch
impl<'a> From<&'a IWdsTransportServer> for &'a IDispatch
fn from(value: &'a IWdsTransportServer) -> Self
fn from(value: &'a IWdsTransportServer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportServer2> for &'a IDispatch
impl<'a> From<&'a IWdsTransportServer2> for &'a IDispatch
fn from(value: &'a IWdsTransportServer2) -> Self
fn from(value: &'a IWdsTransportServer2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportServicePolicy> for &'a IDispatch
impl<'a> From<&'a IWdsTransportServicePolicy> for &'a IDispatch
fn from(value: &'a IWdsTransportServicePolicy) -> Self
fn from(value: &'a IWdsTransportServicePolicy) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportServicePolicy2> for &'a IDispatch
impl<'a> From<&'a IWdsTransportServicePolicy2> for &'a IDispatch
fn from(value: &'a IWdsTransportServicePolicy2) -> Self
fn from(value: &'a IWdsTransportServicePolicy2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportSession> for &'a IDispatch
impl<'a> From<&'a IWdsTransportSession> for &'a IDispatch
fn from(value: &'a IWdsTransportSession) -> Self
fn from(value: &'a IWdsTransportSession) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportSetupManager> for &'a IDispatch
impl<'a> From<&'a IWdsTransportSetupManager> for &'a IDispatch
fn from(value: &'a IWdsTransportSetupManager) -> Self
fn from(value: &'a IWdsTransportSetupManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportSetupManager2> for &'a IDispatch
impl<'a> From<&'a IWdsTransportSetupManager2> for &'a IDispatch
fn from(value: &'a IWdsTransportSetupManager2) -> Self
fn from(value: &'a IWdsTransportSetupManager2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportTftpClient> for &'a IDispatch
impl<'a> From<&'a IWdsTransportTftpClient> for &'a IDispatch
fn from(value: &'a IWdsTransportTftpClient) -> Self
fn from(value: &'a IWdsTransportTftpClient) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWdsTransportTftpManager> for &'a IDispatch
impl<'a> From<&'a IWdsTransportTftpManager> for &'a IDispatch
fn from(value: &'a IWdsTransportTftpManager) -> Self
fn from(value: &'a IWdsTransportTftpManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWebBrowser> for &'a IDispatch
impl<'a> From<&'a IWebBrowser> for &'a IDispatch
fn from(value: &'a IWebBrowser) -> Self
fn from(value: &'a IWebBrowser) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWebBrowser2> for &'a IDispatch
impl<'a> From<&'a IWebBrowser2> for &'a IDispatch
fn from(value: &'a IWebBrowser2) -> Self
fn from(value: &'a IWebBrowser2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWebBrowserApp> for &'a IDispatch
impl<'a> From<&'a IWebBrowserApp> for &'a IDispatch
fn from(value: &'a IWebBrowserApp) -> Self
fn from(value: &'a IWebBrowserApp) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWebWizardHost> for &'a IDispatch
impl<'a> From<&'a IWebWizardHost> for &'a IDispatch
fn from(value: &'a IWebWizardHost) -> Self
fn from(value: &'a IWebWizardHost) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWebWizardHost2> for &'a IDispatch
impl<'a> From<&'a IWebWizardHost2> for &'a IDispatch
fn from(value: &'a IWebWizardHost2) -> Self
fn from(value: &'a IWebWizardHost2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWeeklyTrigger> for &'a IDispatch
impl<'a> From<&'a IWeeklyTrigger> for &'a IDispatch
fn from(value: &'a IWeeklyTrigger) -> Self
fn from(value: &'a IWeeklyTrigger) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWindowsDriverUpdate> for &'a IDispatch
impl<'a> From<&'a IWindowsDriverUpdate> for &'a IDispatch
fn from(value: &'a IWindowsDriverUpdate) -> Self
fn from(value: &'a IWindowsDriverUpdate) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWindowsDriverUpdate2> for &'a IDispatch
impl<'a> From<&'a IWindowsDriverUpdate2> for &'a IDispatch
fn from(value: &'a IWindowsDriverUpdate2) -> Self
fn from(value: &'a IWindowsDriverUpdate2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWindowsDriverUpdate3> for &'a IDispatch
impl<'a> From<&'a IWindowsDriverUpdate3> for &'a IDispatch
fn from(value: &'a IWindowsDriverUpdate3) -> Self
fn from(value: &'a IWindowsDriverUpdate3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWindowsDriverUpdate4> for &'a IDispatch
impl<'a> From<&'a IWindowsDriverUpdate4> for &'a IDispatch
fn from(value: &'a IWindowsDriverUpdate4) -> Self
fn from(value: &'a IWindowsDriverUpdate4) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWindowsDriverUpdate5> for &'a IDispatch
impl<'a> From<&'a IWindowsDriverUpdate5> for &'a IDispatch
fn from(value: &'a IWindowsDriverUpdate5) -> Self
fn from(value: &'a IWindowsDriverUpdate5) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWindowsDriverUpdateEntry> for &'a IDispatch
impl<'a> From<&'a IWindowsDriverUpdateEntry> for &'a IDispatch
fn from(value: &'a IWindowsDriverUpdateEntry) -> Self
fn from(value: &'a IWindowsDriverUpdateEntry) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWindowsDriverUpdateEntryCollection> for &'a IDispatch
impl<'a> From<&'a IWindowsDriverUpdateEntryCollection> for &'a IDispatch
fn from(value: &'a IWindowsDriverUpdateEntryCollection) -> Self
fn from(value: &'a IWindowsDriverUpdateEntryCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWindowsMediaLibrarySharingDevice> for &'a IDispatch
impl<'a> From<&'a IWindowsMediaLibrarySharingDevice> for &'a IDispatch
fn from(value: &'a IWindowsMediaLibrarySharingDevice) -> Self
fn from(value: &'a IWindowsMediaLibrarySharingDevice) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWindowsMediaLibrarySharingDeviceProperties> for &'a IDispatch
impl<'a> From<&'a IWindowsMediaLibrarySharingDeviceProperties> for &'a IDispatch
fn from(value: &'a IWindowsMediaLibrarySharingDeviceProperties) -> Self
fn from(value: &'a IWindowsMediaLibrarySharingDeviceProperties) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWindowsMediaLibrarySharingDeviceProperty> for &'a IDispatch
impl<'a> From<&'a IWindowsMediaLibrarySharingDeviceProperty> for &'a IDispatch
fn from(value: &'a IWindowsMediaLibrarySharingDeviceProperty) -> Self
fn from(value: &'a IWindowsMediaLibrarySharingDeviceProperty) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWindowsMediaLibrarySharingDevices> for &'a IDispatch
impl<'a> From<&'a IWindowsMediaLibrarySharingDevices> for &'a IDispatch
fn from(value: &'a IWindowsMediaLibrarySharingDevices) -> Self
fn from(value: &'a IWindowsMediaLibrarySharingDevices) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWindowsMediaLibrarySharingServices> for &'a IDispatch
impl<'a> From<&'a IWindowsMediaLibrarySharingServices> for &'a IDispatch
fn from(value: &'a IWindowsMediaLibrarySharingServices) -> Self
fn from(value: &'a IWindowsMediaLibrarySharingServices) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWindowsUpdateAgentInfo> for &'a IDispatch
impl<'a> From<&'a IWindowsUpdateAgentInfo> for &'a IDispatch
fn from(value: &'a IWindowsUpdateAgentInfo) -> Self
fn from(value: &'a IWindowsUpdateAgentInfo) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWorkspaceResTypeRegistry> for &'a IDispatch
impl<'a> From<&'a IWorkspaceResTypeRegistry> for &'a IDispatch
fn from(value: &'a IWorkspaceResTypeRegistry) -> Self
fn from(value: &'a IWorkspaceResTypeRegistry) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWorkspaceScriptable> for &'a IDispatch
impl<'a> From<&'a IWorkspaceScriptable> for &'a IDispatch
fn from(value: &'a IWorkspaceScriptable) -> Self
fn from(value: &'a IWorkspaceScriptable) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWorkspaceScriptable2> for &'a IDispatch
impl<'a> From<&'a IWorkspaceScriptable2> for &'a IDispatch
fn from(value: &'a IWorkspaceScriptable2) -> Self
fn from(value: &'a IWorkspaceScriptable2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWorkspaceScriptable3> for &'a IDispatch
impl<'a> From<&'a IWorkspaceScriptable3> for &'a IDispatch
fn from(value: &'a IWorkspaceScriptable3) -> Self
fn from(value: &'a IWorkspaceScriptable3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWriteEngine2> for &'a IDispatch
impl<'a> From<&'a IWriteEngine2> for &'a IDispatch
fn from(value: &'a IWriteEngine2) -> Self
fn from(value: &'a IWriteEngine2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWriteEngine2EventArgs> for &'a IDispatch
impl<'a> From<&'a IWriteEngine2EventArgs> for &'a IDispatch
fn from(value: &'a IWriteEngine2EventArgs) -> Self
fn from(value: &'a IWriteEngine2EventArgs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWriteSpeedDescriptor> for &'a IDispatch
impl<'a> From<&'a IWriteSpeedDescriptor> for &'a IDispatch
fn from(value: &'a IWriteSpeedDescriptor) -> Self
fn from(value: &'a IWriteSpeedDescriptor) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWscProduct> for &'a IDispatch
impl<'a> From<&'a IWscProduct> for &'a IDispatch
fn from(value: &'a IWscProduct) -> Self
fn from(value: &'a IWscProduct) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWscProduct2> for &'a IDispatch
impl<'a> From<&'a IWscProduct2> for &'a IDispatch
fn from(value: &'a IWscProduct2) -> Self
fn from(value: &'a IWscProduct2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IWscProduct3> for &'a IDispatch
impl<'a> From<&'a IWscProduct3> for &'a IDispatch
fn from(value: &'a IWscProduct3) -> Self
fn from(value: &'a IWscProduct3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX500DistinguishedName> for &'a IDispatch
impl<'a> From<&'a IX500DistinguishedName> for &'a IDispatch
fn from(value: &'a IX500DistinguishedName) -> Self
fn from(value: &'a IX500DistinguishedName) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509Attribute> for &'a IDispatch
impl<'a> From<&'a IX509Attribute> for &'a IDispatch
fn from(value: &'a IX509Attribute) -> Self
fn from(value: &'a IX509Attribute) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509AttributeArchiveKey> for &'a IDispatch
impl<'a> From<&'a IX509AttributeArchiveKey> for &'a IDispatch
fn from(value: &'a IX509AttributeArchiveKey) -> Self
fn from(value: &'a IX509AttributeArchiveKey) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509AttributeArchiveKeyHash> for &'a IDispatch
impl<'a> From<&'a IX509AttributeArchiveKeyHash> for &'a IDispatch
fn from(value: &'a IX509AttributeArchiveKeyHash) -> Self
fn from(value: &'a IX509AttributeArchiveKeyHash) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509AttributeClientId> for &'a IDispatch
impl<'a> From<&'a IX509AttributeClientId> for &'a IDispatch
fn from(value: &'a IX509AttributeClientId) -> Self
fn from(value: &'a IX509AttributeClientId) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509AttributeCspProvider> for &'a IDispatch
impl<'a> From<&'a IX509AttributeCspProvider> for &'a IDispatch
fn from(value: &'a IX509AttributeCspProvider) -> Self
fn from(value: &'a IX509AttributeCspProvider) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509AttributeExtensions> for &'a IDispatch
impl<'a> From<&'a IX509AttributeExtensions> for &'a IDispatch
fn from(value: &'a IX509AttributeExtensions) -> Self
fn from(value: &'a IX509AttributeExtensions) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509AttributeOSVersion> for &'a IDispatch
impl<'a> From<&'a IX509AttributeOSVersion> for &'a IDispatch
fn from(value: &'a IX509AttributeOSVersion) -> Self
fn from(value: &'a IX509AttributeOSVersion) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509AttributeRenewalCertificate> for &'a IDispatch
impl<'a> From<&'a IX509AttributeRenewalCertificate> for &'a IDispatch
fn from(value: &'a IX509AttributeRenewalCertificate) -> Self
fn from(value: &'a IX509AttributeRenewalCertificate) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509Attributes> for &'a IDispatch
impl<'a> From<&'a IX509Attributes> for &'a IDispatch
fn from(value: &'a IX509Attributes) -> Self
fn from(value: &'a IX509Attributes) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRequest> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRequest> for &'a IDispatch
fn from(value: &'a IX509CertificateRequest) -> Self
fn from(value: &'a IX509CertificateRequest) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRequestCertificate> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRequestCertificate> for &'a IDispatch
fn from(value: &'a IX509CertificateRequestCertificate) -> Self
fn from(value: &'a IX509CertificateRequestCertificate) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRequestCertificate2> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRequestCertificate2> for &'a IDispatch
fn from(value: &'a IX509CertificateRequestCertificate2) -> Self
fn from(value: &'a IX509CertificateRequestCertificate2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRequestCmc> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRequestCmc> for &'a IDispatch
fn from(value: &'a IX509CertificateRequestCmc) -> Self
fn from(value: &'a IX509CertificateRequestCmc) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRequestCmc2> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRequestCmc2> for &'a IDispatch
fn from(value: &'a IX509CertificateRequestCmc2) -> Self
fn from(value: &'a IX509CertificateRequestCmc2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRequestPkcs10> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRequestPkcs10> for &'a IDispatch
fn from(value: &'a IX509CertificateRequestPkcs10) -> Self
fn from(value: &'a IX509CertificateRequestPkcs10) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRequestPkcs10V2> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRequestPkcs10V2> for &'a IDispatch
fn from(value: &'a IX509CertificateRequestPkcs10V2) -> Self
fn from(value: &'a IX509CertificateRequestPkcs10V2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRequestPkcs10V3> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRequestPkcs10V3> for &'a IDispatch
fn from(value: &'a IX509CertificateRequestPkcs10V3) -> Self
fn from(value: &'a IX509CertificateRequestPkcs10V3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRequestPkcs10V4> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRequestPkcs10V4> for &'a IDispatch
fn from(value: &'a IX509CertificateRequestPkcs10V4) -> Self
fn from(value: &'a IX509CertificateRequestPkcs10V4) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRequestPkcs7> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRequestPkcs7> for &'a IDispatch
fn from(value: &'a IX509CertificateRequestPkcs7) -> Self
fn from(value: &'a IX509CertificateRequestPkcs7) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRequestPkcs7V2> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRequestPkcs7V2> for &'a IDispatch
fn from(value: &'a IX509CertificateRequestPkcs7V2) -> Self
fn from(value: &'a IX509CertificateRequestPkcs7V2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRevocationList> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRevocationList> for &'a IDispatch
fn from(value: &'a IX509CertificateRevocationList) -> Self
fn from(value: &'a IX509CertificateRevocationList) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRevocationListEntries> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRevocationListEntries> for &'a IDispatch
fn from(value: &'a IX509CertificateRevocationListEntries) -> Self
fn from(value: &'a IX509CertificateRevocationListEntries) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateRevocationListEntry> for &'a IDispatch
impl<'a> From<&'a IX509CertificateRevocationListEntry> for &'a IDispatch
fn from(value: &'a IX509CertificateRevocationListEntry) -> Self
fn from(value: &'a IX509CertificateRevocationListEntry) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateTemplate> for &'a IDispatch
impl<'a> From<&'a IX509CertificateTemplate> for &'a IDispatch
fn from(value: &'a IX509CertificateTemplate) -> Self
fn from(value: &'a IX509CertificateTemplate) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateTemplateWritable> for &'a IDispatch
impl<'a> From<&'a IX509CertificateTemplateWritable> for &'a IDispatch
fn from(value: &'a IX509CertificateTemplateWritable) -> Self
fn from(value: &'a IX509CertificateTemplateWritable) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509CertificateTemplates> for &'a IDispatch
impl<'a> From<&'a IX509CertificateTemplates> for &'a IDispatch
fn from(value: &'a IX509CertificateTemplates) -> Self
fn from(value: &'a IX509CertificateTemplates) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509EndorsementKey> for &'a IDispatch
impl<'a> From<&'a IX509EndorsementKey> for &'a IDispatch
fn from(value: &'a IX509EndorsementKey) -> Self
fn from(value: &'a IX509EndorsementKey) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509Enrollment> for &'a IDispatch
impl<'a> From<&'a IX509Enrollment> for &'a IDispatch
fn from(value: &'a IX509Enrollment) -> Self
fn from(value: &'a IX509Enrollment) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509Enrollment2> for &'a IDispatch
impl<'a> From<&'a IX509Enrollment2> for &'a IDispatch
fn from(value: &'a IX509Enrollment2) -> Self
fn from(value: &'a IX509Enrollment2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509EnrollmentHelper> for &'a IDispatch
impl<'a> From<&'a IX509EnrollmentHelper> for &'a IDispatch
fn from(value: &'a IX509EnrollmentHelper) -> Self
fn from(value: &'a IX509EnrollmentHelper) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509EnrollmentPolicyServer> for &'a IDispatch
impl<'a> From<&'a IX509EnrollmentPolicyServer> for &'a IDispatch
fn from(value: &'a IX509EnrollmentPolicyServer) -> Self
fn from(value: &'a IX509EnrollmentPolicyServer) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509EnrollmentStatus> for &'a IDispatch
impl<'a> From<&'a IX509EnrollmentStatus> for &'a IDispatch
fn from(value: &'a IX509EnrollmentStatus) -> Self
fn from(value: &'a IX509EnrollmentStatus) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509EnrollmentWebClassFactory> for &'a IDispatch
impl<'a> From<&'a IX509EnrollmentWebClassFactory> for &'a IDispatch
fn from(value: &'a IX509EnrollmentWebClassFactory) -> Self
fn from(value: &'a IX509EnrollmentWebClassFactory) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509Extension> for &'a IDispatch
impl<'a> From<&'a IX509Extension> for &'a IDispatch
fn from(value: &'a IX509Extension) -> Self
fn from(value: &'a IX509Extension) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509ExtensionAlternativeNames> for &'a IDispatch
impl<'a> From<&'a IX509ExtensionAlternativeNames> for &'a IDispatch
fn from(value: &'a IX509ExtensionAlternativeNames) -> Self
fn from(value: &'a IX509ExtensionAlternativeNames) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509ExtensionAuthorityKeyIdentifier> for &'a IDispatch
impl<'a> From<&'a IX509ExtensionAuthorityKeyIdentifier> for &'a IDispatch
fn from(value: &'a IX509ExtensionAuthorityKeyIdentifier) -> Self
fn from(value: &'a IX509ExtensionAuthorityKeyIdentifier) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509ExtensionBasicConstraints> for &'a IDispatch
impl<'a> From<&'a IX509ExtensionBasicConstraints> for &'a IDispatch
fn from(value: &'a IX509ExtensionBasicConstraints) -> Self
fn from(value: &'a IX509ExtensionBasicConstraints) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509ExtensionCertificatePolicies> for &'a IDispatch
impl<'a> From<&'a IX509ExtensionCertificatePolicies> for &'a IDispatch
fn from(value: &'a IX509ExtensionCertificatePolicies) -> Self
fn from(value: &'a IX509ExtensionCertificatePolicies) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509ExtensionEnhancedKeyUsage> for &'a IDispatch
impl<'a> From<&'a IX509ExtensionEnhancedKeyUsage> for &'a IDispatch
fn from(value: &'a IX509ExtensionEnhancedKeyUsage) -> Self
fn from(value: &'a IX509ExtensionEnhancedKeyUsage) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509ExtensionKeyUsage> for &'a IDispatch
impl<'a> From<&'a IX509ExtensionKeyUsage> for &'a IDispatch
fn from(value: &'a IX509ExtensionKeyUsage) -> Self
fn from(value: &'a IX509ExtensionKeyUsage) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509ExtensionMSApplicationPolicies> for &'a IDispatch
impl<'a> From<&'a IX509ExtensionMSApplicationPolicies> for &'a IDispatch
fn from(value: &'a IX509ExtensionMSApplicationPolicies) -> Self
fn from(value: &'a IX509ExtensionMSApplicationPolicies) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509ExtensionSmimeCapabilities> for &'a IDispatch
impl<'a> From<&'a IX509ExtensionSmimeCapabilities> for &'a IDispatch
fn from(value: &'a IX509ExtensionSmimeCapabilities) -> Self
fn from(value: &'a IX509ExtensionSmimeCapabilities) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509ExtensionSubjectKeyIdentifier> for &'a IDispatch
impl<'a> From<&'a IX509ExtensionSubjectKeyIdentifier> for &'a IDispatch
fn from(value: &'a IX509ExtensionSubjectKeyIdentifier) -> Self
fn from(value: &'a IX509ExtensionSubjectKeyIdentifier) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509ExtensionTemplate> for &'a IDispatch
impl<'a> From<&'a IX509ExtensionTemplate> for &'a IDispatch
fn from(value: &'a IX509ExtensionTemplate) -> Self
fn from(value: &'a IX509ExtensionTemplate) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509ExtensionTemplateName> for &'a IDispatch
impl<'a> From<&'a IX509ExtensionTemplateName> for &'a IDispatch
fn from(value: &'a IX509ExtensionTemplateName) -> Self
fn from(value: &'a IX509ExtensionTemplateName) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509Extensions> for &'a IDispatch
impl<'a> From<&'a IX509Extensions> for &'a IDispatch
fn from(value: &'a IX509Extensions) -> Self
fn from(value: &'a IX509Extensions) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509MachineEnrollmentFactory> for &'a IDispatch
impl<'a> From<&'a IX509MachineEnrollmentFactory> for &'a IDispatch
fn from(value: &'a IX509MachineEnrollmentFactory) -> Self
fn from(value: &'a IX509MachineEnrollmentFactory) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509NameValuePair> for &'a IDispatch
impl<'a> From<&'a IX509NameValuePair> for &'a IDispatch
fn from(value: &'a IX509NameValuePair) -> Self
fn from(value: &'a IX509NameValuePair) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509NameValuePairs> for &'a IDispatch
impl<'a> From<&'a IX509NameValuePairs> for &'a IDispatch
fn from(value: &'a IX509NameValuePairs) -> Self
fn from(value: &'a IX509NameValuePairs) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509PolicyServerListManager> for &'a IDispatch
impl<'a> From<&'a IX509PolicyServerListManager> for &'a IDispatch
fn from(value: &'a IX509PolicyServerListManager) -> Self
fn from(value: &'a IX509PolicyServerListManager) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509PolicyServerUrl> for &'a IDispatch
impl<'a> From<&'a IX509PolicyServerUrl> for &'a IDispatch
fn from(value: &'a IX509PolicyServerUrl) -> Self
fn from(value: &'a IX509PolicyServerUrl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509PrivateKey> for &'a IDispatch
impl<'a> From<&'a IX509PrivateKey> for &'a IDispatch
fn from(value: &'a IX509PrivateKey) -> Self
fn from(value: &'a IX509PrivateKey) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509PrivateKey2> for &'a IDispatch
impl<'a> From<&'a IX509PrivateKey2> for &'a IDispatch
fn from(value: &'a IX509PrivateKey2) -> Self
fn from(value: &'a IX509PrivateKey2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509PublicKey> for &'a IDispatch
impl<'a> From<&'a IX509PublicKey> for &'a IDispatch
fn from(value: &'a IX509PublicKey) -> Self
fn from(value: &'a IX509PublicKey) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509SCEPEnrollment> for &'a IDispatch
impl<'a> From<&'a IX509SCEPEnrollment> for &'a IDispatch
fn from(value: &'a IX509SCEPEnrollment) -> Self
fn from(value: &'a IX509SCEPEnrollment) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509SCEPEnrollment2> for &'a IDispatch
impl<'a> From<&'a IX509SCEPEnrollment2> for &'a IDispatch
fn from(value: &'a IX509SCEPEnrollment2) -> Self
fn from(value: &'a IX509SCEPEnrollment2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509SCEPEnrollmentHelper> for &'a IDispatch
impl<'a> From<&'a IX509SCEPEnrollmentHelper> for &'a IDispatch
fn from(value: &'a IX509SCEPEnrollmentHelper) -> Self
fn from(value: &'a IX509SCEPEnrollmentHelper) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IX509SignatureInformation> for &'a IDispatch
impl<'a> From<&'a IX509SignatureInformation> for &'a IDispatch
fn from(value: &'a IX509SignatureInformation) -> Self
fn from(value: &'a IX509SignatureInformation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXDSCodecEvents> for &'a IDispatch
impl<'a> From<&'a IXDSCodecEvents> for &'a IDispatch
fn from(value: &'a IXDSCodecEvents) -> Self
fn from(value: &'a IXDSCodecEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLAttribute> for &'a IDispatch
impl<'a> From<&'a IXMLAttribute> for &'a IDispatch
fn from(value: &'a IXMLAttribute) -> Self
fn from(value: &'a IXMLAttribute) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMAttribute> for &'a IDispatch
impl<'a> From<&'a IXMLDOMAttribute> for &'a IDispatch
fn from(value: &'a IXMLDOMAttribute) -> Self
fn from(value: &'a IXMLDOMAttribute) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMCDATASection> for &'a IDispatch
impl<'a> From<&'a IXMLDOMCDATASection> for &'a IDispatch
fn from(value: &'a IXMLDOMCDATASection) -> Self
fn from(value: &'a IXMLDOMCDATASection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMCharacterData> for &'a IDispatch
impl<'a> From<&'a IXMLDOMCharacterData> for &'a IDispatch
fn from(value: &'a IXMLDOMCharacterData) -> Self
fn from(value: &'a IXMLDOMCharacterData) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMComment> for &'a IDispatch
impl<'a> From<&'a IXMLDOMComment> for &'a IDispatch
fn from(value: &'a IXMLDOMComment) -> Self
fn from(value: &'a IXMLDOMComment) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMDocument> for &'a IDispatch
impl<'a> From<&'a IXMLDOMDocument> for &'a IDispatch
fn from(value: &'a IXMLDOMDocument) -> Self
fn from(value: &'a IXMLDOMDocument) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMDocument2> for &'a IDispatch
impl<'a> From<&'a IXMLDOMDocument2> for &'a IDispatch
fn from(value: &'a IXMLDOMDocument2) -> Self
fn from(value: &'a IXMLDOMDocument2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMDocument3> for &'a IDispatch
impl<'a> From<&'a IXMLDOMDocument3> for &'a IDispatch
fn from(value: &'a IXMLDOMDocument3) -> Self
fn from(value: &'a IXMLDOMDocument3) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMDocumentFragment> for &'a IDispatch
impl<'a> From<&'a IXMLDOMDocumentFragment> for &'a IDispatch
fn from(value: &'a IXMLDOMDocumentFragment) -> Self
fn from(value: &'a IXMLDOMDocumentFragment) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMDocumentType> for &'a IDispatch
impl<'a> From<&'a IXMLDOMDocumentType> for &'a IDispatch
fn from(value: &'a IXMLDOMDocumentType) -> Self
fn from(value: &'a IXMLDOMDocumentType) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMElement> for &'a IDispatch
impl<'a> From<&'a IXMLDOMElement> for &'a IDispatch
fn from(value: &'a IXMLDOMElement) -> Self
fn from(value: &'a IXMLDOMElement) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMEntity> for &'a IDispatch
impl<'a> From<&'a IXMLDOMEntity> for &'a IDispatch
fn from(value: &'a IXMLDOMEntity) -> Self
fn from(value: &'a IXMLDOMEntity) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMEntityReference> for &'a IDispatch
impl<'a> From<&'a IXMLDOMEntityReference> for &'a IDispatch
fn from(value: &'a IXMLDOMEntityReference) -> Self
fn from(value: &'a IXMLDOMEntityReference) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMImplementation> for &'a IDispatch
impl<'a> From<&'a IXMLDOMImplementation> for &'a IDispatch
fn from(value: &'a IXMLDOMImplementation) -> Self
fn from(value: &'a IXMLDOMImplementation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMNamedNodeMap> for &'a IDispatch
impl<'a> From<&'a IXMLDOMNamedNodeMap> for &'a IDispatch
fn from(value: &'a IXMLDOMNamedNodeMap) -> Self
fn from(value: &'a IXMLDOMNamedNodeMap) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMNode> for &'a IDispatch
impl<'a> From<&'a IXMLDOMNode> for &'a IDispatch
fn from(value: &'a IXMLDOMNode) -> Self
fn from(value: &'a IXMLDOMNode) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMNodeList> for &'a IDispatch
impl<'a> From<&'a IXMLDOMNodeList> for &'a IDispatch
fn from(value: &'a IXMLDOMNodeList) -> Self
fn from(value: &'a IXMLDOMNodeList) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMNotation> for &'a IDispatch
impl<'a> From<&'a IXMLDOMNotation> for &'a IDispatch
fn from(value: &'a IXMLDOMNotation) -> Self
fn from(value: &'a IXMLDOMNotation) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMParseError> for &'a IDispatch
impl<'a> From<&'a IXMLDOMParseError> for &'a IDispatch
fn from(value: &'a IXMLDOMParseError) -> Self
fn from(value: &'a IXMLDOMParseError) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMParseError2> for &'a IDispatch
impl<'a> From<&'a IXMLDOMParseError2> for &'a IDispatch
fn from(value: &'a IXMLDOMParseError2) -> Self
fn from(value: &'a IXMLDOMParseError2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMParseErrorCollection> for &'a IDispatch
impl<'a> From<&'a IXMLDOMParseErrorCollection> for &'a IDispatch
fn from(value: &'a IXMLDOMParseErrorCollection) -> Self
fn from(value: &'a IXMLDOMParseErrorCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMProcessingInstruction> for &'a IDispatch
impl<'a> From<&'a IXMLDOMProcessingInstruction> for &'a IDispatch
fn from(value: &'a IXMLDOMProcessingInstruction) -> Self
fn from(value: &'a IXMLDOMProcessingInstruction) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMSchemaCollection> for &'a IDispatch
impl<'a> From<&'a IXMLDOMSchemaCollection> for &'a IDispatch
fn from(value: &'a IXMLDOMSchemaCollection) -> Self
fn from(value: &'a IXMLDOMSchemaCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMSchemaCollection2> for &'a IDispatch
impl<'a> From<&'a IXMLDOMSchemaCollection2> for &'a IDispatch
fn from(value: &'a IXMLDOMSchemaCollection2) -> Self
fn from(value: &'a IXMLDOMSchemaCollection2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMSelection> for &'a IDispatch
impl<'a> From<&'a IXMLDOMSelection> for &'a IDispatch
fn from(value: &'a IXMLDOMSelection) -> Self
fn from(value: &'a IXMLDOMSelection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDOMText> for &'a IDispatch
impl<'a> From<&'a IXMLDOMText> for &'a IDispatch
fn from(value: &'a IXMLDOMText) -> Self
fn from(value: &'a IXMLDOMText) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDSOControl> for &'a IDispatch
impl<'a> From<&'a IXMLDSOControl> for &'a IDispatch
fn from(value: &'a IXMLDSOControl) -> Self
fn from(value: &'a IXMLDSOControl) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDocument> for &'a IDispatch
impl<'a> From<&'a IXMLDocument> for &'a IDispatch
fn from(value: &'a IXMLDocument) -> Self
fn from(value: &'a IXMLDocument) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLDocument2> for &'a IDispatch
impl<'a> From<&'a IXMLDocument2> for &'a IDispatch
fn from(value: &'a IXMLDocument2) -> Self
fn from(value: &'a IXMLDocument2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLElement> for &'a IDispatch
impl<'a> From<&'a IXMLElement> for &'a IDispatch
fn from(value: &'a IXMLElement) -> Self
fn from(value: &'a IXMLElement) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLElement2> for &'a IDispatch
impl<'a> From<&'a IXMLElement2> for &'a IDispatch
fn from(value: &'a IXMLElement2) -> Self
fn from(value: &'a IXMLElement2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLElementCollection> for &'a IDispatch
impl<'a> From<&'a IXMLElementCollection> for &'a IDispatch
fn from(value: &'a IXMLElementCollection) -> Self
fn from(value: &'a IXMLElementCollection) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLHTTPRequest> for &'a IDispatch
impl<'a> From<&'a IXMLHTTPRequest> for &'a IDispatch
fn from(value: &'a IXMLHTTPRequest) -> Self
fn from(value: &'a IXMLHTTPRequest) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXMLHttpRequest> for &'a IDispatch
impl<'a> From<&'a IXMLHttpRequest> for &'a IDispatch
fn from(value: &'a IXMLHttpRequest) -> Self
fn from(value: &'a IXMLHttpRequest) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXSLProcessor> for &'a IDispatch
impl<'a> From<&'a IXSLProcessor> for &'a IDispatch
fn from(value: &'a IXSLProcessor) -> Self
fn from(value: &'a IXSLProcessor) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXSLTemplate> for &'a IDispatch
impl<'a> From<&'a IXSLTemplate> for &'a IDispatch
fn from(value: &'a IXSLTemplate) -> Self
fn from(value: &'a IXSLTemplate) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IXTLRuntime> for &'a IDispatch
impl<'a> From<&'a IXTLRuntime> for &'a IDispatch
fn from(value: &'a IXTLRuntime) -> Self
fn from(value: &'a IXTLRuntime) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ObjectContext> for &'a IDispatch
impl<'a> From<&'a ObjectContext> for &'a IDispatch
fn from(value: &'a ObjectContext) -> Self
fn from(value: &'a ObjectContext) -> Self
Converts to this type from the input type.
impl<'a> From<&'a Properties> for &'a IDispatch
impl<'a> From<&'a Properties> for &'a IDispatch
fn from(value: &'a Properties) -> Self
fn from(value: &'a Properties) -> Self
Converts to this type from the input type.
impl<'a> From<&'a ScopeNamespace> for &'a IDispatch
impl<'a> From<&'a ScopeNamespace> for &'a IDispatch
fn from(value: &'a ScopeNamespace) -> Self
fn from(value: &'a ScopeNamespace) -> Self
Converts to this type from the input type.
impl<'a> From<&'a SecurityProperty> for &'a IDispatch
impl<'a> From<&'a SecurityProperty> for &'a IDispatch
fn from(value: &'a SecurityProperty) -> Self
fn from(value: &'a SecurityProperty) -> Self
Converts to this type from the input type.
impl<'a> From<&'a XMLDOMDocumentEvents> for &'a IDispatch
impl<'a> From<&'a XMLDOMDocumentEvents> for &'a IDispatch
fn from(value: &'a XMLDOMDocumentEvents) -> Self
fn from(value: &'a XMLDOMDocumentEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _AppEvents> for &'a IDispatch
impl<'a> From<&'a _AppEvents> for &'a IDispatch
fn from(value: &'a _AppEvents) -> Self
fn from(value: &'a _AppEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _Application> for &'a IDispatch
impl<'a> From<&'a _Application> for &'a IDispatch
fn from(value: &'a _Application) -> Self
fn from(value: &'a _Application) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _DMSMQEventEvents> for &'a IDispatch
impl<'a> From<&'a _DMSMQEventEvents> for &'a IDispatch
fn from(value: &'a _DMSMQEventEvents) -> Self
fn from(value: &'a _DMSMQEventEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _EventConnector> for &'a IDispatch
impl<'a> From<&'a _EventConnector> for &'a IDispatch
fn from(value: &'a _EventConnector) -> Self
fn from(value: &'a _EventConnector) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _ICivicAddressReportFactoryEvents> for &'a IDispatch
impl<'a> From<&'a _ICivicAddressReportFactoryEvents> for &'a IDispatch
fn from(value: &'a _ICivicAddressReportFactoryEvents) -> Self
fn from(value: &'a _ICivicAddressReportFactoryEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _IFaxAccountNotify> for &'a IDispatch
impl<'a> From<&'a _IFaxAccountNotify> for &'a IDispatch
fn from(value: &'a _IFaxAccountNotify) -> Self
fn from(value: &'a _IFaxAccountNotify) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _IFaxServerNotify2> for &'a IDispatch
impl<'a> From<&'a _IFaxServerNotify2> for &'a IDispatch
fn from(value: &'a _IFaxServerNotify2) -> Self
fn from(value: &'a _IFaxServerNotify2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _IInkCollectorEvents> for &'a IDispatch
impl<'a> From<&'a _IInkCollectorEvents> for &'a IDispatch
fn from(value: &'a _IInkCollectorEvents) -> Self
fn from(value: &'a _IInkCollectorEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _IInkEditEvents> for &'a IDispatch
impl<'a> From<&'a _IInkEditEvents> for &'a IDispatch
fn from(value: &'a _IInkEditEvents) -> Self
fn from(value: &'a _IInkEditEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _IInkEvents> for &'a IDispatch
impl<'a> From<&'a _IInkEvents> for &'a IDispatch
fn from(value: &'a _IInkEvents) -> Self
fn from(value: &'a _IInkEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _IInkOverlayEvents> for &'a IDispatch
impl<'a> From<&'a _IInkOverlayEvents> for &'a IDispatch
fn from(value: &'a _IInkOverlayEvents) -> Self
fn from(value: &'a _IInkOverlayEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _IInkPictureEvents> for &'a IDispatch
impl<'a> From<&'a _IInkPictureEvents> for &'a IDispatch
fn from(value: &'a _IInkPictureEvents) -> Self
fn from(value: &'a _IInkPictureEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _IInkRecognitionEvents> for &'a IDispatch
impl<'a> From<&'a _IInkRecognitionEvents> for &'a IDispatch
fn from(value: &'a _IInkRecognitionEvents) -> Self
fn from(value: &'a _IInkRecognitionEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _IInkStrokesEvents> for &'a IDispatch
impl<'a> From<&'a _IInkStrokesEvents> for &'a IDispatch
fn from(value: &'a _IInkStrokesEvents) -> Self
fn from(value: &'a _IInkStrokesEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _ILatLongReportFactoryEvents> for &'a IDispatch
impl<'a> From<&'a _ILatLongReportFactoryEvents> for &'a IDispatch
fn from(value: &'a _ILatLongReportFactoryEvents) -> Self
fn from(value: &'a _ILatLongReportFactoryEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _IMSVidCtlEvents> for &'a IDispatch
impl<'a> From<&'a _IMSVidCtlEvents> for &'a IDispatch
fn from(value: &'a _IMSVidCtlEvents) -> Self
fn from(value: &'a _IMSVidCtlEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _IMathInputControlEvents> for &'a IDispatch
impl<'a> From<&'a _IMathInputControlEvents> for &'a IDispatch
fn from(value: &'a _IMathInputControlEvents) -> Self
fn from(value: &'a _IMathInputControlEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _IPenInputPanelEvents> for &'a IDispatch
impl<'a> From<&'a _IPenInputPanelEvents> for &'a IDispatch
fn from(value: &'a _IPenInputPanelEvents) -> Self
fn from(value: &'a _IPenInputPanelEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _IRDPSessionEvents> for &'a IDispatch
impl<'a> From<&'a _IRDPSessionEvents> for &'a IDispatch
fn from(value: &'a _IRDPSessionEvents) -> Self
fn from(value: &'a _IRDPSessionEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _ISpeechRecoContextEvents> for &'a IDispatch
impl<'a> From<&'a _ISpeechRecoContextEvents> for &'a IDispatch
fn from(value: &'a _ISpeechRecoContextEvents) -> Self
fn from(value: &'a _ISpeechRecoContextEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _ISpeechVoiceEvents> for &'a IDispatch
impl<'a> From<&'a _ISpeechVoiceEvents> for &'a IDispatch
fn from(value: &'a _ISpeechVoiceEvents) -> Self
fn from(value: &'a _ISpeechVoiceEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _ITSWkspEvents> for &'a IDispatch
impl<'a> From<&'a _ITSWkspEvents> for &'a IDispatch
fn from(value: &'a _ITSWkspEvents) -> Self
fn from(value: &'a _ITSWkspEvents) -> Self
Converts to this type from the input type.
impl<'a> From<&'a _WMPOCXEvents> for &'a IDispatch
impl<'a> From<&'a _WMPOCXEvents> for &'a IDispatch
fn from(value: &'a _WMPOCXEvents) -> Self
fn from(value: &'a _WMPOCXEvents) -> Self
Converts to this type from the input type.
impl From<&ContextInfo> for IDispatch
impl From<&ContextInfo> for IDispatch
fn from(value: &ContextInfo) -> Self
fn from(value: &ContextInfo) -> Self
Converts to this type from the input type.
impl From<&ContextInfo2> for IDispatch
impl From<&ContextInfo2> for IDispatch
fn from(value: &ContextInfo2) -> Self
fn from(value: &ContextInfo2) -> Self
Converts to this type from the input type.
impl From<&ContextMenu> for IDispatch
impl From<&ContextMenu> for IDispatch
fn from(value: &ContextMenu) -> Self
fn from(value: &ContextMenu) -> Self
Converts to this type from the input type.
impl From<&DDiscFormat2DataEvents> for IDispatch
impl From<&DDiscFormat2DataEvents> for IDispatch
fn from(value: &DDiscFormat2DataEvents) -> Self
fn from(value: &DDiscFormat2DataEvents) -> Self
Converts to this type from the input type.
impl From<&DDiscFormat2EraseEvents> for IDispatch
impl From<&DDiscFormat2EraseEvents> for IDispatch
fn from(value: &DDiscFormat2EraseEvents) -> Self
fn from(value: &DDiscFormat2EraseEvents) -> Self
Converts to this type from the input type.
impl From<&DDiscFormat2RawCDEvents> for IDispatch
impl From<&DDiscFormat2RawCDEvents> for IDispatch
fn from(value: &DDiscFormat2RawCDEvents) -> Self
fn from(value: &DDiscFormat2RawCDEvents) -> Self
Converts to this type from the input type.
impl From<&DDiscFormat2TrackAtOnceEvents> for IDispatch
impl From<&DDiscFormat2TrackAtOnceEvents> for IDispatch
fn from(value: &DDiscFormat2TrackAtOnceEvents) -> Self
fn from(value: &DDiscFormat2TrackAtOnceEvents) -> Self
Converts to this type from the input type.
impl From<&DDiscMaster2Events> for IDispatch
impl From<&DDiscMaster2Events> for IDispatch
fn from(value: &DDiscMaster2Events) -> Self
fn from(value: &DDiscMaster2Events) -> Self
Converts to this type from the input type.
impl From<&DFConstraint> for IDispatch
impl From<&DFConstraint> for IDispatch
fn from(value: &DFConstraint) -> Self
fn from(value: &DFConstraint) -> Self
Converts to this type from the input type.
impl From<&DFileSystemImageEvents> for IDispatch
impl From<&DFileSystemImageEvents> for IDispatch
fn from(value: &DFileSystemImageEvents) -> Self
fn from(value: &DFileSystemImageEvents) -> Self
Converts to this type from the input type.
impl From<&DFileSystemImageImportEvents> for IDispatch
impl From<&DFileSystemImageImportEvents> for IDispatch
fn from(value: &DFileSystemImageImportEvents) -> Self
fn from(value: &DFileSystemImageImportEvents) -> Self
Converts to this type from the input type.
impl From<&DICounterItem> for IDispatch
impl From<&DICounterItem> for IDispatch
fn from(value: &DICounterItem) -> Self
fn from(value: &DICounterItem) -> Self
Converts to this type from the input type.
impl From<&DIFsrmClassificationEvents> for IDispatch
impl From<&DIFsrmClassificationEvents> for IDispatch
fn from(value: &DIFsrmClassificationEvents) -> Self
fn from(value: &DIFsrmClassificationEvents) -> Self
Converts to this type from the input type.
impl From<&DILogFileItem> for IDispatch
impl From<&DILogFileItem> for IDispatch
fn from(value: &DILogFileItem) -> Self
fn from(value: &DILogFileItem) -> Self
Converts to this type from the input type.
impl From<&DISystemMonitor> for IDispatch
impl From<&DISystemMonitor> for IDispatch
fn from(value: &DISystemMonitor) -> Self
fn from(value: &DISystemMonitor) -> Self
Converts to this type from the input type.
impl From<&DISystemMonitorEvents> for IDispatch
impl From<&DISystemMonitorEvents> for IDispatch
fn from(value: &DISystemMonitorEvents) -> Self
fn from(value: &DISystemMonitorEvents) -> Self
Converts to this type from the input type.
impl From<&DISystemMonitorInternal> for IDispatch
impl From<&DISystemMonitorInternal> for IDispatch
fn from(value: &DISystemMonitorInternal) -> Self
fn from(value: &DISystemMonitorInternal) -> Self
Converts to this type from the input type.
impl From<&DRendezvousSessionEvents> for IDispatch
impl From<&DRendezvousSessionEvents> for IDispatch
fn from(value: &DRendezvousSessionEvents) -> Self
fn from(value: &DRendezvousSessionEvents) -> Self
Converts to this type from the input type.
impl From<&DShellFolderViewEvents> for IDispatch
impl From<&DShellFolderViewEvents> for IDispatch
fn from(value: &DShellFolderViewEvents) -> Self
fn from(value: &DShellFolderViewEvents) -> Self
Converts to this type from the input type.
impl From<&DShellNameSpaceEvents> for IDispatch
impl From<&DShellNameSpaceEvents> for IDispatch
fn from(value: &DShellNameSpaceEvents) -> Self
fn from(value: &DShellNameSpaceEvents) -> Self
Converts to this type from the input type.
impl From<&DShellWindowsEvents> for IDispatch
impl From<&DShellWindowsEvents> for IDispatch
fn from(value: &DShellWindowsEvents) -> Self
fn from(value: &DShellWindowsEvents) -> Self
Converts to this type from the input type.
impl From<&DWebBrowserEvents> for IDispatch
impl From<&DWebBrowserEvents> for IDispatch
fn from(value: &DWebBrowserEvents) -> Self
fn from(value: &DWebBrowserEvents) -> Self
Converts to this type from the input type.
impl From<&DWebBrowserEvents2> for IDispatch
impl From<&DWebBrowserEvents2> for IDispatch
fn from(value: &DWebBrowserEvents2) -> Self
fn from(value: &DWebBrowserEvents2) -> Self
Converts to this type from the input type.
impl From<&DWriteEngine2Events> for IDispatch
impl From<&DWriteEngine2Events> for IDispatch
fn from(value: &DWriteEngine2Events) -> Self
fn from(value: &DWriteEngine2Events) -> Self
Converts to this type from the input type.
impl From<&DataSourceObject> for IDispatch
impl From<&DataSourceObject> for IDispatch
fn from(value: &DataSourceObject) -> Self
fn from(value: &DataSourceObject) -> Self
Converts to this type from the input type.
impl From<&Extensions> for IDispatch
impl From<&Extensions> for IDispatch
fn from(value: &Extensions) -> Self
fn from(value: &Extensions) -> Self
Converts to this type from the input type.
impl From<&FolderItem> for IDispatch
impl From<&FolderItem> for IDispatch
fn from(value: &FolderItem) -> Self
fn from(value: &FolderItem) -> Self
Converts to this type from the input type.
impl From<&FolderItem2> for IDispatch
impl From<&FolderItem2> for IDispatch
fn from(value: &FolderItem2) -> Self
fn from(value: &FolderItem2) -> Self
Converts to this type from the input type.
impl From<&FolderItemVerb> for IDispatch
impl From<&FolderItemVerb> for IDispatch
fn from(value: &FolderItemVerb) -> Self
fn from(value: &FolderItemVerb) -> Self
Converts to this type from the input type.
impl From<&FolderItemVerbs> for IDispatch
impl From<&FolderItemVerbs> for IDispatch
fn from(value: &FolderItemVerbs) -> Self
fn from(value: &FolderItemVerbs) -> Self
Converts to this type from the input type.
impl From<&FolderItems> for IDispatch
impl From<&FolderItems> for IDispatch
fn from(value: &FolderItems) -> Self
fn from(value: &FolderItems) -> Self
Converts to this type from the input type.
impl From<&FolderItems2> for IDispatch
impl From<&FolderItems2> for IDispatch
fn from(value: &FolderItems2) -> Self
fn from(value: &FolderItems2) -> Self
Converts to this type from the input type.
impl From<&FolderItems3> for IDispatch
impl From<&FolderItems3> for IDispatch
fn from(value: &FolderItems3) -> Self
fn from(value: &FolderItems3) -> Self
Converts to this type from the input type.
impl From<&IADsADSystemInfo> for IDispatch
impl From<&IADsADSystemInfo> for IDispatch
fn from(value: &IADsADSystemInfo) -> Self
fn from(value: &IADsADSystemInfo) -> Self
Converts to this type from the input type.
impl From<&IADsAccessControlEntry> for IDispatch
impl From<&IADsAccessControlEntry> for IDispatch
fn from(value: &IADsAccessControlEntry) -> Self
fn from(value: &IADsAccessControlEntry) -> Self
Converts to this type from the input type.
impl From<&IADsAccessControlList> for IDispatch
impl From<&IADsAccessControlList> for IDispatch
fn from(value: &IADsAccessControlList) -> Self
fn from(value: &IADsAccessControlList) -> Self
Converts to this type from the input type.
impl From<&IADsBackLink> for IDispatch
impl From<&IADsBackLink> for IDispatch
fn from(value: &IADsBackLink) -> Self
fn from(value: &IADsBackLink) -> Self
Converts to this type from the input type.
impl From<&IADsCaseIgnoreList> for IDispatch
impl From<&IADsCaseIgnoreList> for IDispatch
fn from(value: &IADsCaseIgnoreList) -> Self
fn from(value: &IADsCaseIgnoreList) -> Self
Converts to this type from the input type.
impl From<&IADsCollection> for IDispatch
impl From<&IADsCollection> for IDispatch
fn from(value: &IADsCollection) -> Self
fn from(value: &IADsCollection) -> Self
Converts to this type from the input type.
impl From<&IADsComputer> for IDispatch
impl From<&IADsComputer> for IDispatch
fn from(value: &IADsComputer) -> Self
fn from(value: &IADsComputer) -> Self
Converts to this type from the input type.
impl From<&IADsComputerOperations> for IDispatch
impl From<&IADsComputerOperations> for IDispatch
fn from(value: &IADsComputerOperations) -> Self
fn from(value: &IADsComputerOperations) -> Self
Converts to this type from the input type.
impl From<&IADsContainer> for IDispatch
impl From<&IADsContainer> for IDispatch
fn from(value: &IADsContainer) -> Self
fn from(value: &IADsContainer) -> Self
Converts to this type from the input type.
impl From<&IADsDNWithBinary> for IDispatch
impl From<&IADsDNWithBinary> for IDispatch
fn from(value: &IADsDNWithBinary) -> Self
fn from(value: &IADsDNWithBinary) -> Self
Converts to this type from the input type.
impl From<&IADsDNWithString> for IDispatch
impl From<&IADsDNWithString> for IDispatch
fn from(value: &IADsDNWithString) -> Self
fn from(value: &IADsDNWithString) -> Self
Converts to this type from the input type.
impl From<&IADsDeleteOps> for IDispatch
impl From<&IADsDeleteOps> for IDispatch
fn from(value: &IADsDeleteOps) -> Self
fn from(value: &IADsDeleteOps) -> Self
Converts to this type from the input type.
impl From<&IADsDomain> for IDispatch
impl From<&IADsDomain> for IDispatch
fn from(value: &IADsDomain) -> Self
fn from(value: &IADsDomain) -> Self
Converts to this type from the input type.
impl From<&IADsFaxNumber> for IDispatch
impl From<&IADsFaxNumber> for IDispatch
fn from(value: &IADsFaxNumber) -> Self
fn from(value: &IADsFaxNumber) -> Self
Converts to this type from the input type.
impl From<&IADsFileService> for IDispatch
impl From<&IADsFileService> for IDispatch
fn from(value: &IADsFileService) -> Self
fn from(value: &IADsFileService) -> Self
Converts to this type from the input type.
impl From<&IADsFileServiceOperations> for IDispatch
impl From<&IADsFileServiceOperations> for IDispatch
fn from(value: &IADsFileServiceOperations) -> Self
fn from(value: &IADsFileServiceOperations) -> Self
Converts to this type from the input type.
fn from(value: &IADsFileShare) -> Self
fn from(value: &IADsFileShare) -> Self
Converts to this type from the input type.
impl From<&IADsLargeInteger> for IDispatch
impl From<&IADsLargeInteger> for IDispatch
fn from(value: &IADsLargeInteger) -> Self
fn from(value: &IADsLargeInteger) -> Self
Converts to this type from the input type.
impl From<&IADsLocality> for IDispatch
impl From<&IADsLocality> for IDispatch
fn from(value: &IADsLocality) -> Self
fn from(value: &IADsLocality) -> Self
Converts to this type from the input type.
impl From<&IADsMembers> for IDispatch
impl From<&IADsMembers> for IDispatch
fn from(value: &IADsMembers) -> Self
fn from(value: &IADsMembers) -> Self
Converts to this type from the input type.
impl From<&IADsNameTranslate> for IDispatch
impl From<&IADsNameTranslate> for IDispatch
fn from(value: &IADsNameTranslate) -> Self
fn from(value: &IADsNameTranslate) -> Self
Converts to this type from the input type.
impl From<&IADsNamespaces> for IDispatch
impl From<&IADsNamespaces> for IDispatch
fn from(value: &IADsNamespaces) -> Self
fn from(value: &IADsNamespaces) -> Self
Converts to this type from the input type.
impl From<&IADsNetAddress> for IDispatch
impl From<&IADsNetAddress> for IDispatch
fn from(value: &IADsNetAddress) -> Self
fn from(value: &IADsNetAddress) -> Self
Converts to this type from the input type.
impl From<&IADsObjectOptions> for IDispatch
impl From<&IADsObjectOptions> for IDispatch
fn from(value: &IADsObjectOptions) -> Self
fn from(value: &IADsObjectOptions) -> Self
Converts to this type from the input type.
impl From<&IADsOctetList> for IDispatch
impl From<&IADsOctetList> for IDispatch
fn from(value: &IADsOctetList) -> Self
fn from(value: &IADsOctetList) -> Self
Converts to this type from the input type.
impl From<&IADsOpenDSObject> for IDispatch
impl From<&IADsOpenDSObject> for IDispatch
fn from(value: &IADsOpenDSObject) -> Self
fn from(value: &IADsOpenDSObject) -> Self
Converts to this type from the input type.
impl From<&IADsPathname> for IDispatch
impl From<&IADsPathname> for IDispatch
fn from(value: &IADsPathname) -> Self
fn from(value: &IADsPathname) -> Self
Converts to this type from the input type.
impl From<&IADsPostalAddress> for IDispatch
impl From<&IADsPostalAddress> for IDispatch
fn from(value: &IADsPostalAddress) -> Self
fn from(value: &IADsPostalAddress) -> Self
Converts to this type from the input type.
impl From<&IADsPrintJob> for IDispatch
impl From<&IADsPrintJob> for IDispatch
fn from(value: &IADsPrintJob) -> Self
fn from(value: &IADsPrintJob) -> Self
Converts to this type from the input type.
impl From<&IADsPrintJobOperations> for IDispatch
impl From<&IADsPrintJobOperations> for IDispatch
fn from(value: &IADsPrintJobOperations) -> Self
fn from(value: &IADsPrintJobOperations) -> Self
Converts to this type from the input type.
impl From<&IADsPrintQueue> for IDispatch
impl From<&IADsPrintQueue> for IDispatch
fn from(value: &IADsPrintQueue) -> Self
fn from(value: &IADsPrintQueue) -> Self
Converts to this type from the input type.
impl From<&IADsPrintQueueOperations> for IDispatch
impl From<&IADsPrintQueueOperations> for IDispatch
fn from(value: &IADsPrintQueueOperations) -> Self
fn from(value: &IADsPrintQueueOperations) -> Self
Converts to this type from the input type.
impl From<&IADsProperty> for IDispatch
impl From<&IADsProperty> for IDispatch
fn from(value: &IADsProperty) -> Self
fn from(value: &IADsProperty) -> Self
Converts to this type from the input type.
impl From<&IADsPropertyEntry> for IDispatch
impl From<&IADsPropertyEntry> for IDispatch
fn from(value: &IADsPropertyEntry) -> Self
fn from(value: &IADsPropertyEntry) -> Self
Converts to this type from the input type.
impl From<&IADsPropertyList> for IDispatch
impl From<&IADsPropertyList> for IDispatch
fn from(value: &IADsPropertyList) -> Self
fn from(value: &IADsPropertyList) -> Self
Converts to this type from the input type.
impl From<&IADsPropertyValue> for IDispatch
impl From<&IADsPropertyValue> for IDispatch
fn from(value: &IADsPropertyValue) -> Self
fn from(value: &IADsPropertyValue) -> Self
Converts to this type from the input type.
impl From<&IADsPropertyValue2> for IDispatch
impl From<&IADsPropertyValue2> for IDispatch
fn from(value: &IADsPropertyValue2) -> Self
fn from(value: &IADsPropertyValue2) -> Self
Converts to this type from the input type.
impl From<&IADsReplicaPointer> for IDispatch
impl From<&IADsReplicaPointer> for IDispatch
fn from(value: &IADsReplicaPointer) -> Self
fn from(value: &IADsReplicaPointer) -> Self
Converts to this type from the input type.
impl From<&IADsResource> for IDispatch
impl From<&IADsResource> for IDispatch
fn from(value: &IADsResource) -> Self
fn from(value: &IADsResource) -> Self
Converts to this type from the input type.
impl From<&IADsSecurityDescriptor> for IDispatch
impl From<&IADsSecurityDescriptor> for IDispatch
fn from(value: &IADsSecurityDescriptor) -> Self
fn from(value: &IADsSecurityDescriptor) -> Self
Converts to this type from the input type.
impl From<&IADsSecurityUtility> for IDispatch
impl From<&IADsSecurityUtility> for IDispatch
fn from(value: &IADsSecurityUtility) -> Self
fn from(value: &IADsSecurityUtility) -> Self
Converts to this type from the input type.
impl From<&IADsService> for IDispatch
impl From<&IADsService> for IDispatch
fn from(value: &IADsService) -> Self
fn from(value: &IADsService) -> Self
Converts to this type from the input type.
impl From<&IADsServiceOperations> for IDispatch
impl From<&IADsServiceOperations> for IDispatch
fn from(value: &IADsServiceOperations) -> Self
fn from(value: &IADsServiceOperations) -> Self
Converts to this type from the input type.
impl From<&IADsSession> for IDispatch
impl From<&IADsSession> for IDispatch
fn from(value: &IADsSession) -> Self
fn from(value: &IADsSession) -> Self
Converts to this type from the input type.
impl From<&IADsSyntax> for IDispatch
impl From<&IADsSyntax> for IDispatch
fn from(value: &IADsSyntax) -> Self
fn from(value: &IADsSyntax) -> Self
Converts to this type from the input type.
impl From<&IADsTSUserEx> for IDispatch
impl From<&IADsTSUserEx> for IDispatch
fn from(value: &IADsTSUserEx) -> Self
fn from(value: &IADsTSUserEx) -> Self
Converts to this type from the input type.
impl From<&IADsTimestamp> for IDispatch
impl From<&IADsTimestamp> for IDispatch
fn from(value: &IADsTimestamp) -> Self
fn from(value: &IADsTimestamp) -> Self
Converts to this type from the input type.
impl From<&IADsTypedName> for IDispatch
impl From<&IADsTypedName> for IDispatch
fn from(value: &IADsTypedName) -> Self
fn from(value: &IADsTypedName) -> Self
Converts to this type from the input type.
impl From<&IADsWinNTSystemInfo> for IDispatch
impl From<&IADsWinNTSystemInfo> for IDispatch
fn from(value: &IADsWinNTSystemInfo) -> Self
fn from(value: &IADsWinNTSystemInfo) -> Self
Converts to this type from the input type.
impl From<&IAMChannelInfo> for IDispatch
impl From<&IAMChannelInfo> for IDispatch
fn from(value: &IAMChannelInfo) -> Self
fn from(value: &IAMChannelInfo) -> Self
Converts to this type from the input type.
impl From<&IAMCollection> for IDispatch
impl From<&IAMCollection> for IDispatch
fn from(value: &IAMCollection) -> Self
fn from(value: &IAMCollection) -> Self
Converts to this type from the input type.
impl From<&IAMExtendedErrorInfo> for IDispatch
impl From<&IAMExtendedErrorInfo> for IDispatch
fn from(value: &IAMExtendedErrorInfo) -> Self
fn from(value: &IAMExtendedErrorInfo) -> Self
Converts to this type from the input type.
impl From<&IAMExtendedSeeking> for IDispatch
impl From<&IAMExtendedSeeking> for IDispatch
fn from(value: &IAMExtendedSeeking) -> Self
fn from(value: &IAMExtendedSeeking) -> Self
Converts to this type from the input type.
impl From<&IAMMediaContent> for IDispatch
impl From<&IAMMediaContent> for IDispatch
fn from(value: &IAMMediaContent) -> Self
fn from(value: &IAMMediaContent) -> Self
Converts to this type from the input type.
impl From<&IAMMediaContent2> for IDispatch
impl From<&IAMMediaContent2> for IDispatch
fn from(value: &IAMMediaContent2) -> Self
fn from(value: &IAMMediaContent2) -> Self
Converts to this type from the input type.
impl From<&IAMNetShowConfig> for IDispatch
impl From<&IAMNetShowConfig> for IDispatch
fn from(value: &IAMNetShowConfig) -> Self
fn from(value: &IAMNetShowConfig) -> Self
Converts to this type from the input type.
impl From<&IAMNetShowExProps> for IDispatch
impl From<&IAMNetShowExProps> for IDispatch
fn from(value: &IAMNetShowExProps) -> Self
fn from(value: &IAMNetShowExProps) -> Self
Converts to this type from the input type.
impl From<&IAMNetShowPreroll> for IDispatch
impl From<&IAMNetShowPreroll> for IDispatch
fn from(value: &IAMNetShowPreroll) -> Self
fn from(value: &IAMNetShowPreroll) -> Self
Converts to this type from the input type.
impl From<&IAMNetworkStatus> for IDispatch
impl From<&IAMNetworkStatus> for IDispatch
fn from(value: &IAMNetworkStatus) -> Self
fn from(value: &IAMNetworkStatus) -> Self
Converts to this type from the input type.
impl From<&IATSCChannelTuneRequest> for IDispatch
impl From<&IATSCChannelTuneRequest> for IDispatch
fn from(value: &IATSCChannelTuneRequest) -> Self
fn from(value: &IATSCChannelTuneRequest) -> Self
Converts to this type from the input type.
impl From<&IATSCComponentType> for IDispatch
impl From<&IATSCComponentType> for IDispatch
fn from(value: &IATSCComponentType) -> Self
fn from(value: &IATSCComponentType) -> Self
Converts to this type from the input type.
impl From<&IATSCLocator> for IDispatch
impl From<&IATSCLocator> for IDispatch
fn from(value: &IATSCLocator) -> Self
fn from(value: &IATSCLocator) -> Self
Converts to this type from the input type.
impl From<&IATSCLocator2> for IDispatch
impl From<&IATSCLocator2> for IDispatch
fn from(value: &IATSCLocator2) -> Self
fn from(value: &IATSCLocator2) -> Self
Converts to this type from the input type.
impl From<&IATSCTuningSpace> for IDispatch
impl From<&IATSCTuningSpace> for IDispatch
fn from(value: &IATSCTuningSpace) -> Self
fn from(value: &IATSCTuningSpace) -> Self
Converts to this type from the input type.
impl From<&IAccessible> for IDispatch
impl From<&IAccessible> for IDispatch
fn from(value: &IAccessible) -> Self
fn from(value: &IAccessible) -> Self
Converts to this type from the input type.
impl From<&IAccessibleWinSAT> for IDispatch
impl From<&IAccessibleWinSAT> for IDispatch
fn from(value: &IAccessibleWinSAT) -> Self
fn from(value: &IAccessibleWinSAT) -> Self
Converts to this type from the input type.
impl From<&IActionCollection> for IDispatch
impl From<&IActionCollection> for IDispatch
fn from(value: &IActionCollection) -> Self
fn from(value: &IActionCollection) -> Self
Converts to this type from the input type.
impl From<&IAlertDataCollector> for IDispatch
impl From<&IAlertDataCollector> for IDispatch
fn from(value: &IAlertDataCollector) -> Self
fn from(value: &IAlertDataCollector) -> Self
Converts to this type from the input type.
impl From<&IAlternativeName> for IDispatch
impl From<&IAlternativeName> for IDispatch
fn from(value: &IAlternativeName) -> Self
fn from(value: &IAlternativeName) -> Self
Converts to this type from the input type.
impl From<&IAlternativeNames> for IDispatch
impl From<&IAlternativeNames> for IDispatch
fn from(value: &IAlternativeNames) -> Self
fn from(value: &IAlternativeNames) -> Self
Converts to this type from the input type.
impl From<&IAnalogAudioComponentType> for IDispatch
impl From<&IAnalogAudioComponentType> for IDispatch
fn from(value: &IAnalogAudioComponentType) -> Self
fn from(value: &IAnalogAudioComponentType) -> Self
Converts to this type from the input type.
impl From<&IAnalogLocator> for IDispatch
impl From<&IAnalogLocator> for IDispatch
fn from(value: &IAnalogLocator) -> Self
fn from(value: &IAnalogLocator) -> Self
Converts to this type from the input type.
impl From<&IAnalogRadioTuningSpace> for IDispatch
impl From<&IAnalogRadioTuningSpace> for IDispatch
fn from(value: &IAnalogRadioTuningSpace) -> Self
fn from(value: &IAnalogRadioTuningSpace) -> Self
Converts to this type from the input type.
impl From<&IAnalogRadioTuningSpace2> for IDispatch
impl From<&IAnalogRadioTuningSpace2> for IDispatch
fn from(value: &IAnalogRadioTuningSpace2) -> Self
fn from(value: &IAnalogRadioTuningSpace2) -> Self
Converts to this type from the input type.
impl From<&IAnalogTVTuningSpace> for IDispatch
impl From<&IAnalogTVTuningSpace> for IDispatch
fn from(value: &IAnalogTVTuningSpace) -> Self
fn from(value: &IAnalogTVTuningSpace) -> Self
Converts to this type from the input type.
impl From<&IApiTracingDataCollector> for IDispatch
impl From<&IApiTracingDataCollector> for IDispatch
fn from(value: &IApiTracingDataCollector) -> Self
fn from(value: &IApiTracingDataCollector) -> Self
Converts to this type from the input type.
impl From<&IAppDomainHelper> for IDispatch
impl From<&IAppDomainHelper> for IDispatch
fn from(value: &IAppDomainHelper) -> Self
fn from(value: &IAppDomainHelper) -> Self
Converts to this type from the input type.
impl From<&IAssemblyLocator> for IDispatch
impl From<&IAssemblyLocator> for IDispatch
fn from(value: &IAssemblyLocator) -> Self
fn from(value: &IAssemblyLocator) -> Self
Converts to this type from the input type.
impl From<&IAutomaticUpdates> for IDispatch
impl From<&IAutomaticUpdates> for IDispatch
fn from(value: &IAutomaticUpdates) -> Self
fn from(value: &IAutomaticUpdates) -> Self
Converts to this type from the input type.
impl From<&IAutomaticUpdates2> for IDispatch
impl From<&IAutomaticUpdates2> for IDispatch
fn from(value: &IAutomaticUpdates2) -> Self
fn from(value: &IAutomaticUpdates2) -> Self
Converts to this type from the input type.
impl From<&IAutomaticUpdatesResults> for IDispatch
impl From<&IAutomaticUpdatesResults> for IDispatch
fn from(value: &IAutomaticUpdatesResults) -> Self
fn from(value: &IAutomaticUpdatesResults) -> Self
Converts to this type from the input type.
impl From<&IAutomaticUpdatesSettings> for IDispatch
impl From<&IAutomaticUpdatesSettings> for IDispatch
fn from(value: &IAutomaticUpdatesSettings) -> Self
fn from(value: &IAutomaticUpdatesSettings) -> Self
Converts to this type from the input type.
impl From<&IAutomaticUpdatesSettings2> for IDispatch
impl From<&IAutomaticUpdatesSettings2> for IDispatch
fn from(value: &IAutomaticUpdatesSettings2) -> Self
fn from(value: &IAutomaticUpdatesSettings2) -> Self
Converts to this type from the input type.
impl From<&IAutomaticUpdatesSettings3> for IDispatch
impl From<&IAutomaticUpdatesSettings3> for IDispatch
fn from(value: &IAutomaticUpdatesSettings3) -> Self
fn from(value: &IAutomaticUpdatesSettings3) -> Self
Converts to this type from the input type.
impl From<&IAuxInTuningSpace> for IDispatch
impl From<&IAuxInTuningSpace> for IDispatch
fn from(value: &IAuxInTuningSpace) -> Self
fn from(value: &IAuxInTuningSpace) -> Self
Converts to this type from the input type.
impl From<&IAuxInTuningSpace2> for IDispatch
impl From<&IAuxInTuningSpace2> for IDispatch
fn from(value: &IAuxInTuningSpace2) -> Self
fn from(value: &IAuxInTuningSpace2) -> Self
Converts to this type from the input type.
impl From<&IAzApplication> for IDispatch
impl From<&IAzApplication> for IDispatch
fn from(value: &IAzApplication) -> Self
fn from(value: &IAzApplication) -> Self
Converts to this type from the input type.
impl From<&IAzApplication2> for IDispatch
impl From<&IAzApplication2> for IDispatch
fn from(value: &IAzApplication2) -> Self
fn from(value: &IAzApplication2) -> Self
Converts to this type from the input type.
impl From<&IAzApplication3> for IDispatch
impl From<&IAzApplication3> for IDispatch
fn from(value: &IAzApplication3) -> Self
fn from(value: &IAzApplication3) -> Self
Converts to this type from the input type.
impl From<&IAzApplicationGroup> for IDispatch
impl From<&IAzApplicationGroup> for IDispatch
fn from(value: &IAzApplicationGroup) -> Self
fn from(value: &IAzApplicationGroup) -> Self
Converts to this type from the input type.
impl From<&IAzApplicationGroup2> for IDispatch
impl From<&IAzApplicationGroup2> for IDispatch
fn from(value: &IAzApplicationGroup2) -> Self
fn from(value: &IAzApplicationGroup2) -> Self
Converts to this type from the input type.
impl From<&IAzApplicationGroups> for IDispatch
impl From<&IAzApplicationGroups> for IDispatch
fn from(value: &IAzApplicationGroups) -> Self
fn from(value: &IAzApplicationGroups) -> Self
Converts to this type from the input type.
impl From<&IAzApplications> for IDispatch
impl From<&IAzApplications> for IDispatch
fn from(value: &IAzApplications) -> Self
fn from(value: &IAzApplications) -> Self
Converts to this type from the input type.
impl From<&IAzAuthorizationStore> for IDispatch
impl From<&IAzAuthorizationStore> for IDispatch
fn from(value: &IAzAuthorizationStore) -> Self
fn from(value: &IAzAuthorizationStore) -> Self
Converts to this type from the input type.
impl From<&IAzAuthorizationStore2> for IDispatch
impl From<&IAzAuthorizationStore2> for IDispatch
fn from(value: &IAzAuthorizationStore2) -> Self
fn from(value: &IAzAuthorizationStore2) -> Self
Converts to this type from the input type.
impl From<&IAzAuthorizationStore3> for IDispatch
impl From<&IAzAuthorizationStore3> for IDispatch
fn from(value: &IAzAuthorizationStore3) -> Self
fn from(value: &IAzAuthorizationStore3) -> Self
Converts to this type from the input type.
impl From<&IAzBizRuleContext> for IDispatch
impl From<&IAzBizRuleContext> for IDispatch
fn from(value: &IAzBizRuleContext) -> Self
fn from(value: &IAzBizRuleContext) -> Self
Converts to this type from the input type.
impl From<&IAzBizRuleInterfaces> for IDispatch
impl From<&IAzBizRuleInterfaces> for IDispatch
fn from(value: &IAzBizRuleInterfaces) -> Self
fn from(value: &IAzBizRuleInterfaces) -> Self
Converts to this type from the input type.
impl From<&IAzBizRuleParameters> for IDispatch
impl From<&IAzBizRuleParameters> for IDispatch
fn from(value: &IAzBizRuleParameters) -> Self
fn from(value: &IAzBizRuleParameters) -> Self
Converts to this type from the input type.
impl From<&IAzClientContext> for IDispatch
impl From<&IAzClientContext> for IDispatch
fn from(value: &IAzClientContext) -> Self
fn from(value: &IAzClientContext) -> Self
Converts to this type from the input type.
impl From<&IAzClientContext2> for IDispatch
impl From<&IAzClientContext2> for IDispatch
fn from(value: &IAzClientContext2) -> Self
fn from(value: &IAzClientContext2) -> Self
Converts to this type from the input type.
impl From<&IAzClientContext3> for IDispatch
impl From<&IAzClientContext3> for IDispatch
fn from(value: &IAzClientContext3) -> Self
fn from(value: &IAzClientContext3) -> Self
Converts to this type from the input type.
impl From<&IAzNameResolver> for IDispatch
impl From<&IAzNameResolver> for IDispatch
fn from(value: &IAzNameResolver) -> Self
fn from(value: &IAzNameResolver) -> Self
Converts to this type from the input type.
impl From<&IAzObjectPicker> for IDispatch
impl From<&IAzObjectPicker> for IDispatch
fn from(value: &IAzObjectPicker) -> Self
fn from(value: &IAzObjectPicker) -> Self
Converts to this type from the input type.
impl From<&IAzOperation> for IDispatch
impl From<&IAzOperation> for IDispatch
fn from(value: &IAzOperation) -> Self
fn from(value: &IAzOperation) -> Self
Converts to this type from the input type.
impl From<&IAzOperation2> for IDispatch
impl From<&IAzOperation2> for IDispatch
fn from(value: &IAzOperation2) -> Self
fn from(value: &IAzOperation2) -> Self
Converts to this type from the input type.
impl From<&IAzOperations> for IDispatch
impl From<&IAzOperations> for IDispatch
fn from(value: &IAzOperations) -> Self
fn from(value: &IAzOperations) -> Self
Converts to this type from the input type.
impl From<&IAzPrincipalLocator> for IDispatch
impl From<&IAzPrincipalLocator> for IDispatch
fn from(value: &IAzPrincipalLocator) -> Self
fn from(value: &IAzPrincipalLocator) -> Self
Converts to this type from the input type.
impl From<&IAzRoleAssignment> for IDispatch
impl From<&IAzRoleAssignment> for IDispatch
fn from(value: &IAzRoleAssignment) -> Self
fn from(value: &IAzRoleAssignment) -> Self
Converts to this type from the input type.
impl From<&IAzRoleAssignments> for IDispatch
impl From<&IAzRoleAssignments> for IDispatch
fn from(value: &IAzRoleAssignments) -> Self
fn from(value: &IAzRoleAssignments) -> Self
Converts to this type from the input type.
impl From<&IAzRoleDefinition> for IDispatch
impl From<&IAzRoleDefinition> for IDispatch
fn from(value: &IAzRoleDefinition) -> Self
fn from(value: &IAzRoleDefinition) -> Self
Converts to this type from the input type.
impl From<&IAzRoleDefinitions> for IDispatch
impl From<&IAzRoleDefinitions> for IDispatch
fn from(value: &IAzRoleDefinitions) -> Self
fn from(value: &IAzRoleDefinitions) -> Self
Converts to this type from the input type.
impl From<&IBITSExtensionSetup> for IDispatch
impl From<&IBITSExtensionSetup> for IDispatch
fn from(value: &IBITSExtensionSetup) -> Self
fn from(value: &IBITSExtensionSetup) -> Self
Converts to this type from the input type.
impl From<&IBITSExtensionSetupFactory> for IDispatch
impl From<&IBITSExtensionSetupFactory> for IDispatch
fn from(value: &IBITSExtensionSetupFactory) -> Self
fn from(value: &IBITSExtensionSetupFactory) -> Self
Converts to this type from the input type.
impl From<&IBasicAudio> for IDispatch
impl From<&IBasicAudio> for IDispatch
fn from(value: &IBasicAudio) -> Self
fn from(value: &IBasicAudio) -> Self
Converts to this type from the input type.
impl From<&IBasicVideo> for IDispatch
impl From<&IBasicVideo> for IDispatch
fn from(value: &IBasicVideo) -> Self
fn from(value: &IBasicVideo) -> Self
Converts to this type from the input type.
impl From<&IBasicVideo2> for IDispatch
impl From<&IBasicVideo2> for IDispatch
fn from(value: &IBasicVideo2) -> Self
fn from(value: &IBasicVideo2) -> Self
Converts to this type from the input type.
impl From<&IBinaryConverter> for IDispatch
impl From<&IBinaryConverter> for IDispatch
fn from(value: &IBinaryConverter) -> Self
fn from(value: &IBinaryConverter) -> Self
Converts to this type from the input type.
impl From<&IBinaryConverter2> for IDispatch
impl From<&IBinaryConverter2> for IDispatch
fn from(value: &IBinaryConverter2) -> Self
fn from(value: &IBinaryConverter2) -> Self
Converts to this type from the input type.
impl From<&IBlockRange> for IDispatch
impl From<&IBlockRange> for IDispatch
fn from(value: &IBlockRange) -> Self
fn from(value: &IBlockRange) -> Self
Converts to this type from the input type.
impl From<&IBlockRangeList> for IDispatch
impl From<&IBlockRangeList> for IDispatch
fn from(value: &IBlockRangeList) -> Self
fn from(value: &IBlockRangeList) -> Self
Converts to this type from the input type.
impl From<&IBootOptions> for IDispatch
impl From<&IBootOptions> for IDispatch
fn from(value: &IBootOptions) -> Self
fn from(value: &IBootOptions) -> Self
Converts to this type from the input type.
impl From<&IBootTrigger> for IDispatch
impl From<&IBootTrigger> for IDispatch
fn from(value: &IBootTrigger) -> Self
fn from(value: &IBootTrigger) -> Self
Converts to this type from the input type.
impl From<&ICOMAdminCatalog> for IDispatch
impl From<&ICOMAdminCatalog> for IDispatch
fn from(value: &ICOMAdminCatalog) -> Self
fn from(value: &ICOMAdminCatalog) -> Self
Converts to this type from the input type.
impl From<&ICOMAdminCatalog2> for IDispatch
impl From<&ICOMAdminCatalog2> for IDispatch
fn from(value: &ICOMAdminCatalog2) -> Self
fn from(value: &ICOMAdminCatalog2) -> Self
Converts to this type from the input type.
impl From<&ICatalogCollection> for IDispatch
impl From<&ICatalogCollection> for IDispatch
fn from(value: &ICatalogCollection) -> Self
fn from(value: &ICatalogCollection) -> Self
Converts to this type from the input type.
impl From<&ICatalogObject> for IDispatch
impl From<&ICatalogObject> for IDispatch
fn from(value: &ICatalogObject) -> Self
fn from(value: &ICatalogObject) -> Self
Converts to this type from the input type.
impl From<&ICategoryCollection> for IDispatch
impl From<&ICategoryCollection> for IDispatch
fn from(value: &ICategoryCollection) -> Self
fn from(value: &ICategoryCollection) -> Self
Converts to this type from the input type.
impl From<&ICertAdmin> for IDispatch
impl From<&ICertAdmin> for IDispatch
fn from(value: &ICertAdmin) -> Self
fn from(value: &ICertAdmin) -> Self
Converts to this type from the input type.
impl From<&ICertAdmin2> for IDispatch
impl From<&ICertAdmin2> for IDispatch
fn from(value: &ICertAdmin2) -> Self
fn from(value: &ICertAdmin2) -> Self
Converts to this type from the input type.
impl From<&ICertConfig> for IDispatch
impl From<&ICertConfig> for IDispatch
fn from(value: &ICertConfig) -> Self
fn from(value: &ICertConfig) -> Self
Converts to this type from the input type.
impl From<&ICertConfig2> for IDispatch
impl From<&ICertConfig2> for IDispatch
fn from(value: &ICertConfig2) -> Self
fn from(value: &ICertConfig2) -> Self
Converts to this type from the input type.
impl From<&ICertEncodeAltName> for IDispatch
impl From<&ICertEncodeAltName> for IDispatch
fn from(value: &ICertEncodeAltName) -> Self
fn from(value: &ICertEncodeAltName) -> Self
Converts to this type from the input type.
impl From<&ICertEncodeAltName2> for IDispatch
impl From<&ICertEncodeAltName2> for IDispatch
fn from(value: &ICertEncodeAltName2) -> Self
fn from(value: &ICertEncodeAltName2) -> Self
Converts to this type from the input type.
impl From<&ICertEncodeBitString> for IDispatch
impl From<&ICertEncodeBitString> for IDispatch
fn from(value: &ICertEncodeBitString) -> Self
fn from(value: &ICertEncodeBitString) -> Self
Converts to this type from the input type.
impl From<&ICertEncodeBitString2> for IDispatch
impl From<&ICertEncodeBitString2> for IDispatch
fn from(value: &ICertEncodeBitString2) -> Self
fn from(value: &ICertEncodeBitString2) -> Self
Converts to this type from the input type.
impl From<&ICertEncodeCRLDistInfo> for IDispatch
impl From<&ICertEncodeCRLDistInfo> for IDispatch
fn from(value: &ICertEncodeCRLDistInfo) -> Self
fn from(value: &ICertEncodeCRLDistInfo) -> Self
Converts to this type from the input type.
impl From<&ICertEncodeCRLDistInfo2> for IDispatch
impl From<&ICertEncodeCRLDistInfo2> for IDispatch
fn from(value: &ICertEncodeCRLDistInfo2) -> Self
fn from(value: &ICertEncodeCRLDistInfo2) -> Self
Converts to this type from the input type.
impl From<&ICertEncodeDateArray> for IDispatch
impl From<&ICertEncodeDateArray> for IDispatch
fn from(value: &ICertEncodeDateArray) -> Self
fn from(value: &ICertEncodeDateArray) -> Self
Converts to this type from the input type.
impl From<&ICertEncodeDateArray2> for IDispatch
impl From<&ICertEncodeDateArray2> for IDispatch
fn from(value: &ICertEncodeDateArray2) -> Self
fn from(value: &ICertEncodeDateArray2) -> Self
Converts to this type from the input type.
impl From<&ICertEncodeLongArray> for IDispatch
impl From<&ICertEncodeLongArray> for IDispatch
fn from(value: &ICertEncodeLongArray) -> Self
fn from(value: &ICertEncodeLongArray) -> Self
Converts to this type from the input type.
impl From<&ICertEncodeLongArray2> for IDispatch
impl From<&ICertEncodeLongArray2> for IDispatch
fn from(value: &ICertEncodeLongArray2) -> Self
fn from(value: &ICertEncodeLongArray2) -> Self
Converts to this type from the input type.
impl From<&ICertEncodeStringArray> for IDispatch
impl From<&ICertEncodeStringArray> for IDispatch
fn from(value: &ICertEncodeStringArray) -> Self
fn from(value: &ICertEncodeStringArray) -> Self
Converts to this type from the input type.
impl From<&ICertEncodeStringArray2> for IDispatch
impl From<&ICertEncodeStringArray2> for IDispatch
fn from(value: &ICertEncodeStringArray2) -> Self
fn from(value: &ICertEncodeStringArray2) -> Self
Converts to this type from the input type.
impl From<&ICertExit2> for IDispatch
impl From<&ICertExit2> for IDispatch
fn from(value: &ICertExit2) -> Self
fn from(value: &ICertExit2) -> Self
Converts to this type from the input type.
impl From<&ICertGetConfig> for IDispatch
impl From<&ICertGetConfig> for IDispatch
fn from(value: &ICertGetConfig) -> Self
fn from(value: &ICertGetConfig) -> Self
Converts to this type from the input type.
impl From<&ICertManageModule> for IDispatch
impl From<&ICertManageModule> for IDispatch
fn from(value: &ICertManageModule) -> Self
fn from(value: &ICertManageModule) -> Self
Converts to this type from the input type.
impl From<&ICertPolicy> for IDispatch
impl From<&ICertPolicy> for IDispatch
fn from(value: &ICertPolicy) -> Self
fn from(value: &ICertPolicy) -> Self
Converts to this type from the input type.
impl From<&ICertPolicy2> for IDispatch
impl From<&ICertPolicy2> for IDispatch
fn from(value: &ICertPolicy2) -> Self
fn from(value: &ICertPolicy2) -> Self
Converts to this type from the input type.
impl From<&ICertProperties> for IDispatch
impl From<&ICertProperties> for IDispatch
fn from(value: &ICertProperties) -> Self
fn from(value: &ICertProperties) -> Self
Converts to this type from the input type.
impl From<&ICertProperty> for IDispatch
impl From<&ICertProperty> for IDispatch
fn from(value: &ICertProperty) -> Self
fn from(value: &ICertProperty) -> Self
Converts to this type from the input type.
impl From<&ICertPropertyArchived> for IDispatch
impl From<&ICertPropertyArchived> for IDispatch
fn from(value: &ICertPropertyArchived) -> Self
fn from(value: &ICertPropertyArchived) -> Self
Converts to this type from the input type.
impl From<&ICertPropertyArchivedKeyHash> for IDispatch
impl From<&ICertPropertyArchivedKeyHash> for IDispatch
fn from(value: &ICertPropertyArchivedKeyHash) -> Self
fn from(value: &ICertPropertyArchivedKeyHash) -> Self
Converts to this type from the input type.
impl From<&ICertPropertyAutoEnroll> for IDispatch
impl From<&ICertPropertyAutoEnroll> for IDispatch
fn from(value: &ICertPropertyAutoEnroll) -> Self
fn from(value: &ICertPropertyAutoEnroll) -> Self
Converts to this type from the input type.
impl From<&ICertPropertyBackedUp> for IDispatch
impl From<&ICertPropertyBackedUp> for IDispatch
fn from(value: &ICertPropertyBackedUp) -> Self
fn from(value: &ICertPropertyBackedUp) -> Self
Converts to this type from the input type.
impl From<&ICertPropertyDescription> for IDispatch
impl From<&ICertPropertyDescription> for IDispatch
fn from(value: &ICertPropertyDescription) -> Self
fn from(value: &ICertPropertyDescription) -> Self
Converts to this type from the input type.
impl From<&ICertPropertyEnrollment> for IDispatch
impl From<&ICertPropertyEnrollment> for IDispatch
fn from(value: &ICertPropertyEnrollment) -> Self
fn from(value: &ICertPropertyEnrollment) -> Self
Converts to this type from the input type.
impl From<&ICertPropertyEnrollmentPolicyServer> for IDispatch
impl From<&ICertPropertyEnrollmentPolicyServer> for IDispatch
fn from(value: &ICertPropertyEnrollmentPolicyServer) -> Self
fn from(value: &ICertPropertyEnrollmentPolicyServer) -> Self
Converts to this type from the input type.
impl From<&ICertPropertyFriendlyName> for IDispatch
impl From<&ICertPropertyFriendlyName> for IDispatch
fn from(value: &ICertPropertyFriendlyName) -> Self
fn from(value: &ICertPropertyFriendlyName) -> Self
Converts to this type from the input type.
impl From<&ICertPropertyKeyProvInfo> for IDispatch
impl From<&ICertPropertyKeyProvInfo> for IDispatch
fn from(value: &ICertPropertyKeyProvInfo) -> Self
fn from(value: &ICertPropertyKeyProvInfo) -> Self
Converts to this type from the input type.
impl From<&ICertPropertyRenewal> for IDispatch
impl From<&ICertPropertyRenewal> for IDispatch
fn from(value: &ICertPropertyRenewal) -> Self
fn from(value: &ICertPropertyRenewal) -> Self
Converts to this type from the input type.
impl From<&ICertPropertyRequestOriginator> for IDispatch
impl From<&ICertPropertyRequestOriginator> for IDispatch
fn from(value: &ICertPropertyRequestOriginator) -> Self
fn from(value: &ICertPropertyRequestOriginator) -> Self
Converts to this type from the input type.
impl From<&ICertPropertySHA1Hash> for IDispatch
impl From<&ICertPropertySHA1Hash> for IDispatch
fn from(value: &ICertPropertySHA1Hash) -> Self
fn from(value: &ICertPropertySHA1Hash) -> Self
Converts to this type from the input type.
impl From<&ICertRequest> for IDispatch
impl From<&ICertRequest> for IDispatch
fn from(value: &ICertRequest) -> Self
fn from(value: &ICertRequest) -> Self
Converts to this type from the input type.
impl From<&ICertRequest2> for IDispatch
impl From<&ICertRequest2> for IDispatch
fn from(value: &ICertRequest2) -> Self
fn from(value: &ICertRequest2) -> Self
Converts to this type from the input type.
impl From<&ICertRequest3> for IDispatch
impl From<&ICertRequest3> for IDispatch
fn from(value: &ICertRequest3) -> Self
fn from(value: &ICertRequest3) -> Self
Converts to this type from the input type.
impl From<&ICertServerExit> for IDispatch
impl From<&ICertServerExit> for IDispatch
fn from(value: &ICertServerExit) -> Self
fn from(value: &ICertServerExit) -> Self
Converts to this type from the input type.
impl From<&ICertServerPolicy> for IDispatch
impl From<&ICertServerPolicy> for IDispatch
fn from(value: &ICertServerPolicy) -> Self
fn from(value: &ICertServerPolicy) -> Self
Converts to this type from the input type.
impl From<&ICertSrvSetup> for IDispatch
impl From<&ICertSrvSetup> for IDispatch
fn from(value: &ICertSrvSetup) -> Self
fn from(value: &ICertSrvSetup) -> Self
Converts to this type from the input type.
impl From<&ICertSrvSetupKeyInformation> for IDispatch
impl From<&ICertSrvSetupKeyInformation> for IDispatch
fn from(value: &ICertSrvSetupKeyInformation) -> Self
fn from(value: &ICertSrvSetupKeyInformation) -> Self
Converts to this type from the input type.
impl From<&ICertSrvSetupKeyInformationCollection> for IDispatch
impl From<&ICertSrvSetupKeyInformationCollection> for IDispatch
fn from(value: &ICertSrvSetupKeyInformationCollection) -> Self
fn from(value: &ICertSrvSetupKeyInformationCollection) -> Self
Converts to this type from the input type.
impl From<&ICertView2> for IDispatch
impl From<&ICertView2> for IDispatch
fn from(value: &ICertView2) -> Self
fn from(value: &ICertView2) -> Self
Converts to this type from the input type.
impl From<&ICertificateAttestationChallenge> for IDispatch
impl From<&ICertificateAttestationChallenge> for IDispatch
fn from(value: &ICertificateAttestationChallenge) -> Self
fn from(value: &ICertificateAttestationChallenge) -> Self
Converts to this type from the input type.
impl From<&ICertificateAttestationChallenge2> for IDispatch
impl From<&ICertificateAttestationChallenge2> for IDispatch
fn from(value: &ICertificateAttestationChallenge2) -> Self
fn from(value: &ICertificateAttestationChallenge2) -> Self
Converts to this type from the input type.
impl From<&ICertificateEnrollmentPolicyServerSetup> for IDispatch
impl From<&ICertificateEnrollmentPolicyServerSetup> for IDispatch
fn from(value: &ICertificateEnrollmentPolicyServerSetup) -> Self
fn from(value: &ICertificateEnrollmentPolicyServerSetup) -> Self
Converts to this type from the input type.
impl From<&ICertificateEnrollmentServerSetup> for IDispatch
impl From<&ICertificateEnrollmentServerSetup> for IDispatch
fn from(value: &ICertificateEnrollmentServerSetup) -> Self
fn from(value: &ICertificateEnrollmentServerSetup) -> Self
Converts to this type from the input type.
impl From<&ICertificatePolicies> for IDispatch
impl From<&ICertificatePolicies> for IDispatch
fn from(value: &ICertificatePolicies) -> Self
fn from(value: &ICertificatePolicies) -> Self
Converts to this type from the input type.
impl From<&ICertificatePolicy> for IDispatch
impl From<&ICertificatePolicy> for IDispatch
fn from(value: &ICertificatePolicy) -> Self
fn from(value: &ICertificatePolicy) -> Self
Converts to this type from the input type.
impl From<&ICertificationAuthorities> for IDispatch
impl From<&ICertificationAuthorities> for IDispatch
fn from(value: &ICertificationAuthorities) -> Self
fn from(value: &ICertificationAuthorities) -> Self
Converts to this type from the input type.
impl From<&ICertificationAuthority> for IDispatch
impl From<&ICertificationAuthority> for IDispatch
fn from(value: &ICertificationAuthority) -> Self
fn from(value: &ICertificationAuthority) -> Self
Converts to this type from the input type.
impl From<&IChannelCredentials> for IDispatch
impl From<&IChannelCredentials> for IDispatch
fn from(value: &IChannelCredentials) -> Self
fn from(value: &IChannelCredentials) -> Self
Converts to this type from the input type.
impl From<&IChannelIDTuneRequest> for IDispatch
impl From<&IChannelIDTuneRequest> for IDispatch
fn from(value: &IChannelIDTuneRequest) -> Self
fn from(value: &IChannelIDTuneRequest) -> Self
Converts to this type from the input type.
impl From<&IChannelTuneRequest> for IDispatch
impl From<&IChannelTuneRequest> for IDispatch
fn from(value: &IChannelTuneRequest) -> Self
fn from(value: &IChannelTuneRequest) -> Self
Converts to this type from the input type.
impl From<&ICivicAddressReportFactory> for IDispatch
impl From<&ICivicAddressReportFactory> for IDispatch
fn from(value: &ICivicAddressReportFactory) -> Self
fn from(value: &ICivicAddressReportFactory) -> Self
Converts to this type from the input type.
impl From<&IComHandlerAction> for IDispatch
impl From<&IComHandlerAction> for IDispatch
fn from(value: &IComHandlerAction) -> Self
fn from(value: &IComHandlerAction) -> Self
Converts to this type from the input type.
impl From<&IComponent> for IDispatch
impl From<&IComponent> for IDispatch
fn from(value: &IComponent) -> Self
fn from(value: &IComponent) -> Self
Converts to this type from the input type.
impl From<&IComponentType> for IDispatch
impl From<&IComponentType> for IDispatch
fn from(value: &IComponentType) -> Self
fn from(value: &IComponentType) -> Self
Converts to this type from the input type.
impl From<&IComponentTypes> for IDispatch
impl From<&IComponentTypes> for IDispatch
fn from(value: &IComponentTypes) -> Self
fn from(value: &IComponentTypes) -> Self
Converts to this type from the input type.
impl From<&IComponentUtil> for IDispatch
impl From<&IComponentUtil> for IDispatch
fn from(value: &IComponentUtil) -> Self
fn from(value: &IComponentUtil) -> Self
Converts to this type from the input type.
impl From<&IComponents> for IDispatch
impl From<&IComponents> for IDispatch
fn from(value: &IComponents) -> Self
fn from(value: &IComponents) -> Self
Converts to this type from the input type.
impl From<&IComponentsOld> for IDispatch
impl From<&IComponentsOld> for IDispatch
fn from(value: &IComponentsOld) -> Self
fn from(value: &IComponentsOld) -> Self
Converts to this type from the input type.
impl From<&IConfigurationDataCollector> for IDispatch
impl From<&IConfigurationDataCollector> for IDispatch
fn from(value: &IConfigurationDataCollector) -> Self
fn from(value: &IConfigurationDataCollector) -> Self
Converts to this type from the input type.
impl From<&ICrmMonitorClerks> for IDispatch
impl From<&ICrmMonitorClerks> for IDispatch
fn from(value: &ICrmMonitorClerks) -> Self
fn from(value: &ICrmMonitorClerks) -> Self
Converts to this type from the input type.
impl From<&ICryptAttribute> for IDispatch
impl From<&ICryptAttribute> for IDispatch
fn from(value: &ICryptAttribute) -> Self
fn from(value: &ICryptAttribute) -> Self
Converts to this type from the input type.
impl From<&ICryptAttributes> for IDispatch
impl From<&ICryptAttributes> for IDispatch
fn from(value: &ICryptAttributes) -> Self
fn from(value: &ICryptAttributes) -> Self
Converts to this type from the input type.
impl From<&ICspAlgorithm> for IDispatch
impl From<&ICspAlgorithm> for IDispatch
fn from(value: &ICspAlgorithm) -> Self
fn from(value: &ICspAlgorithm) -> Self
Converts to this type from the input type.
impl From<&ICspAlgorithms> for IDispatch
impl From<&ICspAlgorithms> for IDispatch
fn from(value: &ICspAlgorithms) -> Self
fn from(value: &ICspAlgorithms) -> Self
Converts to this type from the input type.
impl From<&ICspInformation> for IDispatch
impl From<&ICspInformation> for IDispatch
fn from(value: &ICspInformation) -> Self
fn from(value: &ICspInformation) -> Self
Converts to this type from the input type.
impl From<&ICspInformations> for IDispatch
impl From<&ICspInformations> for IDispatch
fn from(value: &ICspInformations) -> Self
fn from(value: &ICspInformations) -> Self
Converts to this type from the input type.
impl From<&ICspStatus> for IDispatch
impl From<&ICspStatus> for IDispatch
fn from(value: &ICspStatus) -> Self
fn from(value: &ICspStatus) -> Self
Converts to this type from the input type.
impl From<&ICspStatuses> for IDispatch
impl From<&ICspStatuses> for IDispatch
fn from(value: &ICspStatuses) -> Self
fn from(value: &ICspStatuses) -> Self
Converts to this type from the input type.
impl From<&IDTFilterEvents> for IDispatch
impl From<&IDTFilterEvents> for IDispatch
fn from(value: &IDTFilterEvents) -> Self
fn from(value: &IDTFilterEvents) -> Self
Converts to this type from the input type.
impl From<&IDVBCLocator> for IDispatch
impl From<&IDVBCLocator> for IDispatch
fn from(value: &IDVBCLocator) -> Self
fn from(value: &IDVBCLocator) -> Self
Converts to this type from the input type.
impl From<&IDVBSLocator> for IDispatch
impl From<&IDVBSLocator> for IDispatch
fn from(value: &IDVBSLocator) -> Self
fn from(value: &IDVBSLocator) -> Self
Converts to this type from the input type.
impl From<&IDVBSLocator2> for IDispatch
impl From<&IDVBSLocator2> for IDispatch
fn from(value: &IDVBSLocator2) -> Self
fn from(value: &IDVBSLocator2) -> Self
Converts to this type from the input type.
impl From<&IDVBSTuningSpace> for IDispatch
impl From<&IDVBSTuningSpace> for IDispatch
fn from(value: &IDVBSTuningSpace) -> Self
fn from(value: &IDVBSTuningSpace) -> Self
Converts to this type from the input type.
impl From<&IDVBTLocator> for IDispatch
impl From<&IDVBTLocator> for IDispatch
fn from(value: &IDVBTLocator) -> Self
fn from(value: &IDVBTLocator) -> Self
Converts to this type from the input type.
impl From<&IDVBTLocator2> for IDispatch
impl From<&IDVBTLocator2> for IDispatch
fn from(value: &IDVBTLocator2) -> Self
fn from(value: &IDVBTLocator2) -> Self
Converts to this type from the input type.
impl From<&IDVBTuneRequest> for IDispatch
impl From<&IDVBTuneRequest> for IDispatch
fn from(value: &IDVBTuneRequest) -> Self
fn from(value: &IDVBTuneRequest) -> Self
Converts to this type from the input type.
impl From<&IDVBTuningSpace> for IDispatch
impl From<&IDVBTuningSpace> for IDispatch
fn from(value: &IDVBTuningSpace) -> Self
fn from(value: &IDVBTuningSpace) -> Self
Converts to this type from the input type.
impl From<&IDVBTuningSpace2> for IDispatch
impl From<&IDVBTuningSpace2> for IDispatch
fn from(value: &IDVBTuningSpace2) -> Self
fn from(value: &IDVBTuningSpace2) -> Self
Converts to this type from the input type.
impl From<&IDailyTrigger> for IDispatch
impl From<&IDailyTrigger> for IDispatch
fn from(value: &IDailyTrigger) -> Self
fn from(value: &IDailyTrigger) -> Self
Converts to this type from the input type.
impl From<&IDataCollector> for IDispatch
impl From<&IDataCollector> for IDispatch
fn from(value: &IDataCollector) -> Self
fn from(value: &IDataCollector) -> Self
Converts to this type from the input type.
impl From<&IDataCollectorCollection> for IDispatch
impl From<&IDataCollectorCollection> for IDispatch
fn from(value: &IDataCollectorCollection) -> Self
fn from(value: &IDataCollectorCollection) -> Self
Converts to this type from the input type.
impl From<&IDataCollectorSet> for IDispatch
impl From<&IDataCollectorSet> for IDispatch
fn from(value: &IDataCollectorSet) -> Self
fn from(value: &IDataCollectorSet) -> Self
Converts to this type from the input type.
impl From<&IDataCollectorSetCollection> for IDispatch
impl From<&IDataCollectorSetCollection> for IDispatch
fn from(value: &IDataCollectorSetCollection) -> Self
fn from(value: &IDataCollectorSetCollection) -> Self
Converts to this type from the input type.
impl From<&IDataManager> for IDispatch
impl From<&IDataManager> for IDispatch
fn from(value: &IDataManager) -> Self
fn from(value: &IDataManager) -> Self
Converts to this type from the input type.
impl From<&IDataSourceLocator> for IDispatch
impl From<&IDataSourceLocator> for IDispatch
fn from(value: &IDataSourceLocator) -> Self
fn from(value: &IDataSourceLocator) -> Self
Converts to this type from the input type.
impl From<&IDigitalCableLocator> for IDispatch
impl From<&IDigitalCableLocator> for IDispatch
fn from(value: &IDigitalCableLocator) -> Self
fn from(value: &IDigitalCableLocator) -> Self
Converts to this type from the input type.
impl From<&IDigitalCableTuneRequest> for IDispatch
impl From<&IDigitalCableTuneRequest> for IDispatch
fn from(value: &IDigitalCableTuneRequest) -> Self
fn from(value: &IDigitalCableTuneRequest) -> Self
Converts to this type from the input type.
impl From<&IDigitalCableTuningSpace> for IDispatch
impl From<&IDigitalCableTuningSpace> for IDispatch
fn from(value: &IDigitalCableTuningSpace) -> Self
fn from(value: &IDigitalCableTuningSpace) -> Self
Converts to this type from the input type.
impl From<&IDigitalLocator> for IDispatch
impl From<&IDigitalLocator> for IDispatch
fn from(value: &IDigitalLocator) -> Self
fn from(value: &IDigitalLocator) -> Self
Converts to this type from the input type.
impl From<&IDiscFormat2> for IDispatch
impl From<&IDiscFormat2> for IDispatch
fn from(value: &IDiscFormat2) -> Self
fn from(value: &IDiscFormat2) -> Self
Converts to this type from the input type.
impl From<&IDiscFormat2Data> for IDispatch
impl From<&IDiscFormat2Data> for IDispatch
fn from(value: &IDiscFormat2Data) -> Self
fn from(value: &IDiscFormat2Data) -> Self
Converts to this type from the input type.
impl From<&IDiscFormat2DataEventArgs> for IDispatch
impl From<&IDiscFormat2DataEventArgs> for IDispatch
fn from(value: &IDiscFormat2DataEventArgs) -> Self
fn from(value: &IDiscFormat2DataEventArgs) -> Self
Converts to this type from the input type.
impl From<&IDiscFormat2Erase> for IDispatch
impl From<&IDiscFormat2Erase> for IDispatch
fn from(value: &IDiscFormat2Erase) -> Self
fn from(value: &IDiscFormat2Erase) -> Self
Converts to this type from the input type.
impl From<&IDiscFormat2RawCD> for IDispatch
impl From<&IDiscFormat2RawCD> for IDispatch
fn from(value: &IDiscFormat2RawCD) -> Self
fn from(value: &IDiscFormat2RawCD) -> Self
Converts to this type from the input type.
impl From<&IDiscFormat2RawCDEventArgs> for IDispatch
impl From<&IDiscFormat2RawCDEventArgs> for IDispatch
fn from(value: &IDiscFormat2RawCDEventArgs) -> Self
fn from(value: &IDiscFormat2RawCDEventArgs) -> Self
Converts to this type from the input type.
impl From<&IDiscFormat2TrackAtOnce> for IDispatch
impl From<&IDiscFormat2TrackAtOnce> for IDispatch
fn from(value: &IDiscFormat2TrackAtOnce) -> Self
fn from(value: &IDiscFormat2TrackAtOnce) -> Self
Converts to this type from the input type.
impl From<&IDiscFormat2TrackAtOnceEventArgs> for IDispatch
impl From<&IDiscFormat2TrackAtOnceEventArgs> for IDispatch
fn from(value: &IDiscFormat2TrackAtOnceEventArgs) -> Self
fn from(value: &IDiscFormat2TrackAtOnceEventArgs) -> Self
Converts to this type from the input type.
impl From<&IDiscMaster2> for IDispatch
impl From<&IDiscMaster2> for IDispatch
fn from(value: &IDiscMaster2) -> Self
fn from(value: &IDiscMaster2) -> Self
Converts to this type from the input type.
impl From<&IDiscRecorder2> for IDispatch
impl From<&IDiscRecorder2> for IDispatch
fn from(value: &IDiscRecorder2) -> Self
fn from(value: &IDiscRecorder2) -> Self
Converts to this type from the input type.
impl From<&IDispCivicAddressReport> for IDispatch
impl From<&IDispCivicAddressReport> for IDispatch
fn from(value: &IDispCivicAddressReport) -> Self
fn from(value: &IDispCivicAddressReport) -> Self
Converts to this type from the input type.
impl From<&IDispLatLongReport> for IDispatch
impl From<&IDispLatLongReport> for IDispatch
fn from(value: &IDispLatLongReport) -> Self
fn from(value: &IDispLatLongReport) -> Self
Converts to this type from the input type.
impl From<&IDispatchEx> for IDispatch
impl From<&IDispatchEx> for IDispatch
fn from(value: &IDispatchEx) -> Self
fn from(value: &IDispatchEx) -> Self
Converts to this type from the input type.
impl From<&IDownloadCompletedCallbackArgs> for IDispatch
impl From<&IDownloadCompletedCallbackArgs> for IDispatch
fn from(value: &IDownloadCompletedCallbackArgs) -> Self
fn from(value: &IDownloadCompletedCallbackArgs) -> Self
Converts to this type from the input type.
impl From<&IDownloadJob> for IDispatch
impl From<&IDownloadJob> for IDispatch
fn from(value: &IDownloadJob) -> Self
fn from(value: &IDownloadJob) -> Self
Converts to this type from the input type.
impl From<&IDownloadProgress> for IDispatch
impl From<&IDownloadProgress> for IDispatch
fn from(value: &IDownloadProgress) -> Self
fn from(value: &IDownloadProgress) -> Self
Converts to this type from the input type.
impl From<&IDownloadProgressChangedCallbackArgs> for IDispatch
impl From<&IDownloadProgressChangedCallbackArgs> for IDispatch
fn from(value: &IDownloadProgressChangedCallbackArgs) -> Self
fn from(value: &IDownloadProgressChangedCallbackArgs) -> Self
Converts to this type from the input type.
impl From<&IDownloadResult> for IDispatch
impl From<&IDownloadResult> for IDispatch
fn from(value: &IDownloadResult) -> Self
fn from(value: &IDownloadResult) -> Self
Converts to this type from the input type.
impl From<&IDummyMBNUCMExt> for IDispatch
impl From<&IDummyMBNUCMExt> for IDispatch
fn from(value: &IDummyMBNUCMExt) -> Self
fn from(value: &IDummyMBNUCMExt) -> Self
Converts to this type from the input type.
impl From<&IDynamicPortMapping> for IDispatch
impl From<&IDynamicPortMapping> for IDispatch
fn from(value: &IDynamicPortMapping) -> Self
fn from(value: &IDynamicPortMapping) -> Self
Converts to this type from the input type.
impl From<&IDynamicPortMappingCollection> for IDispatch
impl From<&IDynamicPortMappingCollection> for IDispatch
fn from(value: &IDynamicPortMappingCollection) -> Self
fn from(value: &IDynamicPortMappingCollection) -> Self
Converts to this type from the input type.
impl From<&IETFilterEvents> for IDispatch
impl From<&IETFilterEvents> for IDispatch
fn from(value: &IETFilterEvents) -> Self
fn from(value: &IETFilterEvents) -> Self
Converts to this type from the input type.
impl From<&IEmailAction> for IDispatch
impl From<&IEmailAction> for IDispatch
fn from(value: &IEmailAction) -> Self
fn from(value: &IEmailAction) -> Self
Converts to this type from the input type.
impl From<&IEnumCERTVIEWATTRIBUTE> for IDispatch
impl From<&IEnumCERTVIEWATTRIBUTE> for IDispatch
fn from(value: &IEnumCERTVIEWATTRIBUTE) -> Self
fn from(value: &IEnumCERTVIEWATTRIBUTE) -> Self
Converts to this type from the input type.
impl From<&IEnumCERTVIEWCOLUMN> for IDispatch
impl From<&IEnumCERTVIEWCOLUMN> for IDispatch
fn from(value: &IEnumCERTVIEWCOLUMN) -> Self
fn from(value: &IEnumCERTVIEWCOLUMN) -> Self
Converts to this type from the input type.
impl From<&IEnumCERTVIEWEXTENSION> for IDispatch
impl From<&IEnumCERTVIEWEXTENSION> for IDispatch
fn from(value: &IEnumCERTVIEWEXTENSION) -> Self
fn from(value: &IEnumCERTVIEWEXTENSION) -> Self
Converts to this type from the input type.
impl From<&IEnumCERTVIEWROW> for IDispatch
impl From<&IEnumCERTVIEWROW> for IDispatch
fn from(value: &IEnumCERTVIEWROW) -> Self
fn from(value: &IEnumCERTVIEWROW) -> Self
Converts to this type from the input type.
impl From<&IEnumNetworkConnections> for IDispatch
impl From<&IEnumNetworkConnections> for IDispatch
fn from(value: &IEnumNetworkConnections) -> Self
fn from(value: &IEnumNetworkConnections) -> Self
Converts to this type from the input type.
impl From<&IEnumNetworks> for IDispatch
impl From<&IEnumNetworks> for IDispatch
fn from(value: &IEnumNetworks) -> Self
fn from(value: &IEnumNetworks) -> Self
Converts to this type from the input type.
impl From<&IEventClass> for IDispatch
impl From<&IEventClass> for IDispatch
fn from(value: &IEventClass) -> Self
fn from(value: &IEventClass) -> Self
Converts to this type from the input type.
impl From<&IEventClass2> for IDispatch
impl From<&IEventClass2> for IDispatch
fn from(value: &IEventClass2) -> Self
fn from(value: &IEventClass2) -> Self
Converts to this type from the input type.
impl From<&IEventControl> for IDispatch
impl From<&IEventControl> for IDispatch
fn from(value: &IEventControl) -> Self
fn from(value: &IEventControl) -> Self
Converts to this type from the input type.
impl From<&IEventObjectCollection> for IDispatch
impl From<&IEventObjectCollection> for IDispatch
fn from(value: &IEventObjectCollection) -> Self
fn from(value: &IEventObjectCollection) -> Self
Converts to this type from the input type.
impl From<&IEventProperty> for IDispatch
impl From<&IEventProperty> for IDispatch
fn from(value: &IEventProperty) -> Self
fn from(value: &IEventProperty) -> Self
Converts to this type from the input type.
impl From<&IEventPublisher> for IDispatch
impl From<&IEventPublisher> for IDispatch
fn from(value: &IEventPublisher) -> Self
fn from(value: &IEventPublisher) -> Self
Converts to this type from the input type.
impl From<&IEventServerTrace> for IDispatch
impl From<&IEventServerTrace> for IDispatch
fn from(value: &IEventServerTrace) -> Self
fn from(value: &IEventServerTrace) -> Self
Converts to this type from the input type.
impl From<&IEventSubscription> for IDispatch
impl From<&IEventSubscription> for IDispatch
fn from(value: &IEventSubscription) -> Self
fn from(value: &IEventSubscription) -> Self
Converts to this type from the input type.
impl From<&IEventSystem> for IDispatch
impl From<&IEventSystem> for IDispatch
fn from(value: &IEventSystem) -> Self
fn from(value: &IEventSystem) -> Self
Converts to this type from the input type.
impl From<&IEventTrigger> for IDispatch
impl From<&IEventTrigger> for IDispatch
fn from(value: &IEventTrigger) -> Self
fn from(value: &IEventTrigger) -> Self
Converts to this type from the input type.
impl From<&IExecAction> for IDispatch
impl From<&IExecAction> for IDispatch
fn from(value: &IExecAction) -> Self
fn from(value: &IExecAction) -> Self
Converts to this type from the input type.
impl From<&IExecAction2> for IDispatch
impl From<&IExecAction2> for IDispatch
fn from(value: &IExecAction2) -> Self
fn from(value: &IExecAction2) -> Self
Converts to this type from the input type.
impl From<&IFaxAccount> for IDispatch
impl From<&IFaxAccount> for IDispatch
fn from(value: &IFaxAccount) -> Self
fn from(value: &IFaxAccount) -> Self
Converts to this type from the input type.
impl From<&IFaxAccountFolders> for IDispatch
impl From<&IFaxAccountFolders> for IDispatch
fn from(value: &IFaxAccountFolders) -> Self
fn from(value: &IFaxAccountFolders) -> Self
Converts to this type from the input type.
impl From<&IFaxAccountIncomingArchive> for IDispatch
impl From<&IFaxAccountIncomingArchive> for IDispatch
fn from(value: &IFaxAccountIncomingArchive) -> Self
fn from(value: &IFaxAccountIncomingArchive) -> Self
Converts to this type from the input type.
impl From<&IFaxAccountIncomingQueue> for IDispatch
impl From<&IFaxAccountIncomingQueue> for IDispatch
fn from(value: &IFaxAccountIncomingQueue) -> Self
fn from(value: &IFaxAccountIncomingQueue) -> Self
Converts to this type from the input type.
impl From<&IFaxAccountNotify> for IDispatch
impl From<&IFaxAccountNotify> for IDispatch
fn from(value: &IFaxAccountNotify) -> Self
fn from(value: &IFaxAccountNotify) -> Self
Converts to this type from the input type.
impl From<&IFaxAccountOutgoingArchive> for IDispatch
impl From<&IFaxAccountOutgoingArchive> for IDispatch
fn from(value: &IFaxAccountOutgoingArchive) -> Self
fn from(value: &IFaxAccountOutgoingArchive) -> Self
Converts to this type from the input type.
impl From<&IFaxAccountOutgoingQueue> for IDispatch
impl From<&IFaxAccountOutgoingQueue> for IDispatch
fn from(value: &IFaxAccountOutgoingQueue) -> Self
fn from(value: &IFaxAccountOutgoingQueue) -> Self
Converts to this type from the input type.
impl From<&IFaxAccountSet> for IDispatch
impl From<&IFaxAccountSet> for IDispatch
fn from(value: &IFaxAccountSet) -> Self
fn from(value: &IFaxAccountSet) -> Self
Converts to this type from the input type.
impl From<&IFaxAccounts> for IDispatch
impl From<&IFaxAccounts> for IDispatch
fn from(value: &IFaxAccounts) -> Self
fn from(value: &IFaxAccounts) -> Self
Converts to this type from the input type.
impl From<&IFaxActivity> for IDispatch
impl From<&IFaxActivity> for IDispatch
fn from(value: &IFaxActivity) -> Self
fn from(value: &IFaxActivity) -> Self
Converts to this type from the input type.
impl From<&IFaxActivityLogging> for IDispatch
impl From<&IFaxActivityLogging> for IDispatch
fn from(value: &IFaxActivityLogging) -> Self
fn from(value: &IFaxActivityLogging) -> Self
Converts to this type from the input type.
impl From<&IFaxConfiguration> for IDispatch
impl From<&IFaxConfiguration> for IDispatch
fn from(value: &IFaxConfiguration) -> Self
fn from(value: &IFaxConfiguration) -> Self
Converts to this type from the input type.
impl From<&IFaxDevice> for IDispatch
impl From<&IFaxDevice> for IDispatch
fn from(value: &IFaxDevice) -> Self
fn from(value: &IFaxDevice) -> Self
Converts to this type from the input type.
impl From<&IFaxDeviceIds> for IDispatch
impl From<&IFaxDeviceIds> for IDispatch
fn from(value: &IFaxDeviceIds) -> Self
fn from(value: &IFaxDeviceIds) -> Self
Converts to this type from the input type.
impl From<&IFaxDeviceProvider> for IDispatch
impl From<&IFaxDeviceProvider> for IDispatch
fn from(value: &IFaxDeviceProvider) -> Self
fn from(value: &IFaxDeviceProvider) -> Self
Converts to this type from the input type.
impl From<&IFaxDeviceProviders> for IDispatch
impl From<&IFaxDeviceProviders> for IDispatch
fn from(value: &IFaxDeviceProviders) -> Self
fn from(value: &IFaxDeviceProviders) -> Self
Converts to this type from the input type.
impl From<&IFaxDevices> for IDispatch
impl From<&IFaxDevices> for IDispatch
fn from(value: &IFaxDevices) -> Self
fn from(value: &IFaxDevices) -> Self
Converts to this type from the input type.
impl From<&IFaxDocument> for IDispatch
impl From<&IFaxDocument> for IDispatch
fn from(value: &IFaxDocument) -> Self
fn from(value: &IFaxDocument) -> Self
Converts to this type from the input type.
impl From<&IFaxDocument2> for IDispatch
impl From<&IFaxDocument2> for IDispatch
fn from(value: &IFaxDocument2) -> Self
fn from(value: &IFaxDocument2) -> Self
Converts to this type from the input type.
impl From<&IFaxEventLogging> for IDispatch
impl From<&IFaxEventLogging> for IDispatch
fn from(value: &IFaxEventLogging) -> Self
fn from(value: &IFaxEventLogging) -> Self
Converts to this type from the input type.
impl From<&IFaxFolders> for IDispatch
impl From<&IFaxFolders> for IDispatch
fn from(value: &IFaxFolders) -> Self
fn from(value: &IFaxFolders) -> Self
Converts to this type from the input type.
impl From<&IFaxInboundRouting> for IDispatch
impl From<&IFaxInboundRouting> for IDispatch
fn from(value: &IFaxInboundRouting) -> Self
fn from(value: &IFaxInboundRouting) -> Self
Converts to this type from the input type.
impl From<&IFaxInboundRoutingExtension> for IDispatch
impl From<&IFaxInboundRoutingExtension> for IDispatch
fn from(value: &IFaxInboundRoutingExtension) -> Self
fn from(value: &IFaxInboundRoutingExtension) -> Self
Converts to this type from the input type.
impl From<&IFaxInboundRoutingExtensions> for IDispatch
impl From<&IFaxInboundRoutingExtensions> for IDispatch
fn from(value: &IFaxInboundRoutingExtensions) -> Self
fn from(value: &IFaxInboundRoutingExtensions) -> Self
Converts to this type from the input type.
impl From<&IFaxInboundRoutingMethod> for IDispatch
impl From<&IFaxInboundRoutingMethod> for IDispatch
fn from(value: &IFaxInboundRoutingMethod) -> Self
fn from(value: &IFaxInboundRoutingMethod) -> Self
Converts to this type from the input type.
impl From<&IFaxInboundRoutingMethods> for IDispatch
impl From<&IFaxInboundRoutingMethods> for IDispatch
fn from(value: &IFaxInboundRoutingMethods) -> Self
fn from(value: &IFaxInboundRoutingMethods) -> Self
Converts to this type from the input type.
impl From<&IFaxIncomingArchive> for IDispatch
impl From<&IFaxIncomingArchive> for IDispatch
fn from(value: &IFaxIncomingArchive) -> Self
fn from(value: &IFaxIncomingArchive) -> Self
Converts to this type from the input type.
impl From<&IFaxIncomingJob> for IDispatch
impl From<&IFaxIncomingJob> for IDispatch
fn from(value: &IFaxIncomingJob) -> Self
fn from(value: &IFaxIncomingJob) -> Self
Converts to this type from the input type.
impl From<&IFaxIncomingJobs> for IDispatch
impl From<&IFaxIncomingJobs> for IDispatch
fn from(value: &IFaxIncomingJobs) -> Self
fn from(value: &IFaxIncomingJobs) -> Self
Converts to this type from the input type.
impl From<&IFaxIncomingMessage> for IDispatch
impl From<&IFaxIncomingMessage> for IDispatch
fn from(value: &IFaxIncomingMessage) -> Self
fn from(value: &IFaxIncomingMessage) -> Self
Converts to this type from the input type.
impl From<&IFaxIncomingMessage2> for IDispatch
impl From<&IFaxIncomingMessage2> for IDispatch
fn from(value: &IFaxIncomingMessage2) -> Self
fn from(value: &IFaxIncomingMessage2) -> Self
Converts to this type from the input type.
impl From<&IFaxIncomingMessageIterator> for IDispatch
impl From<&IFaxIncomingMessageIterator> for IDispatch
fn from(value: &IFaxIncomingMessageIterator) -> Self
fn from(value: &IFaxIncomingMessageIterator) -> Self
Converts to this type from the input type.
impl From<&IFaxIncomingQueue> for IDispatch
impl From<&IFaxIncomingQueue> for IDispatch
fn from(value: &IFaxIncomingQueue) -> Self
fn from(value: &IFaxIncomingQueue) -> Self
Converts to this type from the input type.
impl From<&IFaxJobStatus> for IDispatch
impl From<&IFaxJobStatus> for IDispatch
fn from(value: &IFaxJobStatus) -> Self
fn from(value: &IFaxJobStatus) -> Self
Converts to this type from the input type.
impl From<&IFaxLoggingOptions> for IDispatch
impl From<&IFaxLoggingOptions> for IDispatch
fn from(value: &IFaxLoggingOptions) -> Self
fn from(value: &IFaxLoggingOptions) -> Self
Converts to this type from the input type.
impl From<&IFaxOutboundRouting> for IDispatch
impl From<&IFaxOutboundRouting> for IDispatch
fn from(value: &IFaxOutboundRouting) -> Self
fn from(value: &IFaxOutboundRouting) -> Self
Converts to this type from the input type.
impl From<&IFaxOutboundRoutingGroup> for IDispatch
impl From<&IFaxOutboundRoutingGroup> for IDispatch
fn from(value: &IFaxOutboundRoutingGroup) -> Self
fn from(value: &IFaxOutboundRoutingGroup) -> Self
Converts to this type from the input type.
impl From<&IFaxOutboundRoutingGroups> for IDispatch
impl From<&IFaxOutboundRoutingGroups> for IDispatch
fn from(value: &IFaxOutboundRoutingGroups) -> Self
fn from(value: &IFaxOutboundRoutingGroups) -> Self
Converts to this type from the input type.
impl From<&IFaxOutboundRoutingRule> for IDispatch
impl From<&IFaxOutboundRoutingRule> for IDispatch
fn from(value: &IFaxOutboundRoutingRule) -> Self
fn from(value: &IFaxOutboundRoutingRule) -> Self
Converts to this type from the input type.
impl From<&IFaxOutboundRoutingRules> for IDispatch
impl From<&IFaxOutboundRoutingRules> for IDispatch
fn from(value: &IFaxOutboundRoutingRules) -> Self
fn from(value: &IFaxOutboundRoutingRules) -> Self
Converts to this type from the input type.
impl From<&IFaxOutgoingArchive> for IDispatch
impl From<&IFaxOutgoingArchive> for IDispatch
fn from(value: &IFaxOutgoingArchive) -> Self
fn from(value: &IFaxOutgoingArchive) -> Self
Converts to this type from the input type.
impl From<&IFaxOutgoingJob> for IDispatch
impl From<&IFaxOutgoingJob> for IDispatch
fn from(value: &IFaxOutgoingJob) -> Self
fn from(value: &IFaxOutgoingJob) -> Self
Converts to this type from the input type.
impl From<&IFaxOutgoingJob2> for IDispatch
impl From<&IFaxOutgoingJob2> for IDispatch
fn from(value: &IFaxOutgoingJob2) -> Self
fn from(value: &IFaxOutgoingJob2) -> Self
Converts to this type from the input type.
impl From<&IFaxOutgoingJobs> for IDispatch
impl From<&IFaxOutgoingJobs> for IDispatch
fn from(value: &IFaxOutgoingJobs) -> Self
fn from(value: &IFaxOutgoingJobs) -> Self
Converts to this type from the input type.
impl From<&IFaxOutgoingMessage> for IDispatch
impl From<&IFaxOutgoingMessage> for IDispatch
fn from(value: &IFaxOutgoingMessage) -> Self
fn from(value: &IFaxOutgoingMessage) -> Self
Converts to this type from the input type.
impl From<&IFaxOutgoingMessage2> for IDispatch
impl From<&IFaxOutgoingMessage2> for IDispatch
fn from(value: &IFaxOutgoingMessage2) -> Self
fn from(value: &IFaxOutgoingMessage2) -> Self
Converts to this type from the input type.
impl From<&IFaxOutgoingMessageIterator> for IDispatch
impl From<&IFaxOutgoingMessageIterator> for IDispatch
fn from(value: &IFaxOutgoingMessageIterator) -> Self
fn from(value: &IFaxOutgoingMessageIterator) -> Self
Converts to this type from the input type.
impl From<&IFaxOutgoingQueue> for IDispatch
impl From<&IFaxOutgoingQueue> for IDispatch
fn from(value: &IFaxOutgoingQueue) -> Self
fn from(value: &IFaxOutgoingQueue) -> Self
Converts to this type from the input type.
impl From<&IFaxReceiptOptions> for IDispatch
impl From<&IFaxReceiptOptions> for IDispatch
fn from(value: &IFaxReceiptOptions) -> Self
fn from(value: &IFaxReceiptOptions) -> Self
Converts to this type from the input type.
impl From<&IFaxRecipient> for IDispatch
impl From<&IFaxRecipient> for IDispatch
fn from(value: &IFaxRecipient) -> Self
fn from(value: &IFaxRecipient) -> Self
Converts to this type from the input type.
impl From<&IFaxRecipients> for IDispatch
impl From<&IFaxRecipients> for IDispatch
fn from(value: &IFaxRecipients) -> Self
fn from(value: &IFaxRecipients) -> Self
Converts to this type from the input type.
impl From<&IFaxSecurity> for IDispatch
impl From<&IFaxSecurity> for IDispatch
fn from(value: &IFaxSecurity) -> Self
fn from(value: &IFaxSecurity) -> Self
Converts to this type from the input type.
impl From<&IFaxSecurity2> for IDispatch
impl From<&IFaxSecurity2> for IDispatch
fn from(value: &IFaxSecurity2) -> Self
fn from(value: &IFaxSecurity2) -> Self
Converts to this type from the input type.
impl From<&IFaxSender> for IDispatch
impl From<&IFaxSender> for IDispatch
fn from(value: &IFaxSender) -> Self
fn from(value: &IFaxSender) -> Self
Converts to this type from the input type.
impl From<&IFaxServer> for IDispatch
impl From<&IFaxServer> for IDispatch
fn from(value: &IFaxServer) -> Self
fn from(value: &IFaxServer) -> Self
Converts to this type from the input type.
impl From<&IFaxServer2> for IDispatch
impl From<&IFaxServer2> for IDispatch
fn from(value: &IFaxServer2) -> Self
fn from(value: &IFaxServer2) -> Self
Converts to this type from the input type.
impl From<&IFaxServerNotify> for IDispatch
impl From<&IFaxServerNotify> for IDispatch
fn from(value: &IFaxServerNotify) -> Self
fn from(value: &IFaxServerNotify) -> Self
Converts to this type from the input type.
impl From<&IFaxServerNotify2> for IDispatch
impl From<&IFaxServerNotify2> for IDispatch
fn from(value: &IFaxServerNotify2) -> Self
fn from(value: &IFaxServerNotify2) -> Self
Converts to this type from the input type.
impl From<&IFeedEnclosure> for IDispatch
impl From<&IFeedEnclosure> for IDispatch
fn from(value: &IFeedEnclosure) -> Self
fn from(value: &IFeedEnclosure) -> Self
Converts to this type from the input type.
impl From<&IFeedEvents> for IDispatch
impl From<&IFeedEvents> for IDispatch
fn from(value: &IFeedEvents) -> Self
fn from(value: &IFeedEvents) -> Self
Converts to this type from the input type.
impl From<&IFeedFolder> for IDispatch
impl From<&IFeedFolder> for IDispatch
fn from(value: &IFeedFolder) -> Self
fn from(value: &IFeedFolder) -> Self
Converts to this type from the input type.
impl From<&IFeedFolderEvents> for IDispatch
impl From<&IFeedFolderEvents> for IDispatch
fn from(value: &IFeedFolderEvents) -> Self
fn from(value: &IFeedFolderEvents) -> Self
Converts to this type from the input type.
impl From<&IFeedItem2> for IDispatch
impl From<&IFeedItem2> for IDispatch
fn from(value: &IFeedItem2) -> Self
fn from(value: &IFeedItem2) -> Self
Converts to this type from the input type.
impl From<&IFeedsEnum> for IDispatch
impl From<&IFeedsEnum> for IDispatch
fn from(value: &IFeedsEnum) -> Self
fn from(value: &IFeedsEnum) -> Self
Converts to this type from the input type.
impl From<&IFeedsManager> for IDispatch
impl From<&IFeedsManager> for IDispatch
fn from(value: &IFeedsManager) -> Self
fn from(value: &IFeedsManager) -> Self
Converts to this type from the input type.
impl From<&IFileSearchBand> for IDispatch
impl From<&IFileSearchBand> for IDispatch
fn from(value: &IFileSearchBand) -> Self
fn from(value: &IFileSearchBand) -> Self
Converts to this type from the input type.
impl From<&IFileSystemImage> for IDispatch
impl From<&IFileSystemImage> for IDispatch
fn from(value: &IFileSystemImage) -> Self
fn from(value: &IFileSystemImage) -> Self
Converts to this type from the input type.
impl From<&IFileSystemImage2> for IDispatch
impl From<&IFileSystemImage2> for IDispatch
fn from(value: &IFileSystemImage2) -> Self
fn from(value: &IFileSystemImage2) -> Self
Converts to this type from the input type.
impl From<&IFileSystemImage3> for IDispatch
impl From<&IFileSystemImage3> for IDispatch
fn from(value: &IFileSystemImage3) -> Self
fn from(value: &IFileSystemImage3) -> Self
Converts to this type from the input type.
impl From<&IFileSystemImageResult> for IDispatch
impl From<&IFileSystemImageResult> for IDispatch
fn from(value: &IFileSystemImageResult) -> Self
fn from(value: &IFileSystemImageResult) -> Self
Converts to this type from the input type.
impl From<&IFileSystemImageResult2> for IDispatch
impl From<&IFileSystemImageResult2> for IDispatch
fn from(value: &IFileSystemImageResult2) -> Self
fn from(value: &IFileSystemImageResult2) -> Self
Converts to this type from the input type.
impl From<&IFilterInfo> for IDispatch
impl From<&IFilterInfo> for IDispatch
fn from(value: &IFilterInfo) -> Self
fn from(value: &IFilterInfo) -> Self
Converts to this type from the input type.
impl From<&IFiringControl> for IDispatch
impl From<&IFiringControl> for IDispatch
fn from(value: &IFiringControl) -> Self
fn from(value: &IFiringControl) -> Self
Converts to this type from the input type.
impl From<&IFolderAction> for IDispatch
impl From<&IFolderAction> for IDispatch
fn from(value: &IFolderAction) -> Self
fn from(value: &IFolderAction) -> Self
Converts to this type from the input type.
impl From<&IFolderActionCollection> for IDispatch
impl From<&IFolderActionCollection> for IDispatch
fn from(value: &IFolderActionCollection) -> Self
fn from(value: &IFolderActionCollection) -> Self
Converts to this type from the input type.
impl From<&IFolderViewOC> for IDispatch
impl From<&IFolderViewOC> for IDispatch
fn from(value: &IFolderViewOC) -> Self
fn from(value: &IFolderViewOC) -> Self
Converts to this type from the input type.
impl From<&IFontEventsDisp> for IDispatch
impl From<&IFontEventsDisp> for IDispatch
fn from(value: &IFontEventsDisp) -> Self
fn from(value: &IFontEventsDisp) -> Self
Converts to this type from the input type.
impl From<&IFsiDirectoryItem> for IDispatch
impl From<&IFsiDirectoryItem> for IDispatch
fn from(value: &IFsiDirectoryItem) -> Self
fn from(value: &IFsiDirectoryItem) -> Self
Converts to this type from the input type.
impl From<&IFsiDirectoryItem2> for IDispatch
impl From<&IFsiDirectoryItem2> for IDispatch
fn from(value: &IFsiDirectoryItem2) -> Self
fn from(value: &IFsiDirectoryItem2) -> Self
Converts to this type from the input type.
impl From<&IFsiFileItem> for IDispatch
impl From<&IFsiFileItem> for IDispatch
fn from(value: &IFsiFileItem) -> Self
fn from(value: &IFsiFileItem) -> Self
Converts to this type from the input type.
impl From<&IFsiFileItem2> for IDispatch
impl From<&IFsiFileItem2> for IDispatch
fn from(value: &IFsiFileItem2) -> Self
fn from(value: &IFsiFileItem2) -> Self
Converts to this type from the input type.
impl From<&IFsiNamedStreams> for IDispatch
impl From<&IFsiNamedStreams> for IDispatch
fn from(value: &IFsiNamedStreams) -> Self
fn from(value: &IFsiNamedStreams) -> Self
Converts to this type from the input type.
impl From<&IFsrmAccessDeniedRemediationClient> for IDispatch
impl From<&IFsrmAccessDeniedRemediationClient> for IDispatch
fn from(value: &IFsrmAccessDeniedRemediationClient) -> Self
fn from(value: &IFsrmAccessDeniedRemediationClient) -> Self
Converts to this type from the input type.
impl From<&IFsrmAction> for IDispatch
impl From<&IFsrmAction> for IDispatch
fn from(value: &IFsrmAction) -> Self
fn from(value: &IFsrmAction) -> Self
Converts to this type from the input type.
impl From<&IFsrmActionCommand> for IDispatch
impl From<&IFsrmActionCommand> for IDispatch
fn from(value: &IFsrmActionCommand) -> Self
fn from(value: &IFsrmActionCommand) -> Self
Converts to this type from the input type.
impl From<&IFsrmActionEmail> for IDispatch
impl From<&IFsrmActionEmail> for IDispatch
fn from(value: &IFsrmActionEmail) -> Self
fn from(value: &IFsrmActionEmail) -> Self
Converts to this type from the input type.
impl From<&IFsrmActionEmail2> for IDispatch
impl From<&IFsrmActionEmail2> for IDispatch
fn from(value: &IFsrmActionEmail2) -> Self
fn from(value: &IFsrmActionEmail2) -> Self
Converts to this type from the input type.
impl From<&IFsrmActionEventLog> for IDispatch
impl From<&IFsrmActionEventLog> for IDispatch
fn from(value: &IFsrmActionEventLog) -> Self
fn from(value: &IFsrmActionEventLog) -> Self
Converts to this type from the input type.
impl From<&IFsrmActionReport> for IDispatch
impl From<&IFsrmActionReport> for IDispatch
fn from(value: &IFsrmActionReport) -> Self
fn from(value: &IFsrmActionReport) -> Self
Converts to this type from the input type.
impl From<&IFsrmAutoApplyQuota> for IDispatch
impl From<&IFsrmAutoApplyQuota> for IDispatch
fn from(value: &IFsrmAutoApplyQuota) -> Self
fn from(value: &IFsrmAutoApplyQuota) -> Self
Converts to this type from the input type.
impl From<&IFsrmClassificationManager> for IDispatch
impl From<&IFsrmClassificationManager> for IDispatch
fn from(value: &IFsrmClassificationManager) -> Self
fn from(value: &IFsrmClassificationManager) -> Self
Converts to this type from the input type.
impl From<&IFsrmClassificationManager2> for IDispatch
impl From<&IFsrmClassificationManager2> for IDispatch
fn from(value: &IFsrmClassificationManager2) -> Self
fn from(value: &IFsrmClassificationManager2) -> Self
Converts to this type from the input type.
impl From<&IFsrmClassificationRule> for IDispatch
impl From<&IFsrmClassificationRule> for IDispatch
fn from(value: &IFsrmClassificationRule) -> Self
fn from(value: &IFsrmClassificationRule) -> Self
Converts to this type from the input type.
impl From<&IFsrmClassifierModuleDefinition> for IDispatch
impl From<&IFsrmClassifierModuleDefinition> for IDispatch
fn from(value: &IFsrmClassifierModuleDefinition) -> Self
fn from(value: &IFsrmClassifierModuleDefinition) -> Self
Converts to this type from the input type.
impl From<&IFsrmClassifierModuleImplementation> for IDispatch
impl From<&IFsrmClassifierModuleImplementation> for IDispatch
fn from(value: &IFsrmClassifierModuleImplementation) -> Self
fn from(value: &IFsrmClassifierModuleImplementation) -> Self
Converts to this type from the input type.
impl From<&IFsrmCollection> for IDispatch
impl From<&IFsrmCollection> for IDispatch
fn from(value: &IFsrmCollection) -> Self
fn from(value: &IFsrmCollection) -> Self
Converts to this type from the input type.
impl From<&IFsrmCommittableCollection> for IDispatch
impl From<&IFsrmCommittableCollection> for IDispatch
fn from(value: &IFsrmCommittableCollection) -> Self
fn from(value: &IFsrmCommittableCollection) -> Self
Converts to this type from the input type.
impl From<&IFsrmDerivedObjectsResult> for IDispatch
impl From<&IFsrmDerivedObjectsResult> for IDispatch
fn from(value: &IFsrmDerivedObjectsResult) -> Self
fn from(value: &IFsrmDerivedObjectsResult) -> Self
Converts to this type from the input type.
impl From<&IFsrmExportImport> for IDispatch
impl From<&IFsrmExportImport> for IDispatch
fn from(value: &IFsrmExportImport) -> Self
fn from(value: &IFsrmExportImport) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileCondition> for IDispatch
impl From<&IFsrmFileCondition> for IDispatch
fn from(value: &IFsrmFileCondition) -> Self
fn from(value: &IFsrmFileCondition) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileConditionProperty> for IDispatch
impl From<&IFsrmFileConditionProperty> for IDispatch
fn from(value: &IFsrmFileConditionProperty) -> Self
fn from(value: &IFsrmFileConditionProperty) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileGroup> for IDispatch
impl From<&IFsrmFileGroup> for IDispatch
fn from(value: &IFsrmFileGroup) -> Self
fn from(value: &IFsrmFileGroup) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileGroupImported> for IDispatch
impl From<&IFsrmFileGroupImported> for IDispatch
fn from(value: &IFsrmFileGroupImported) -> Self
fn from(value: &IFsrmFileGroupImported) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileGroupManager> for IDispatch
impl From<&IFsrmFileGroupManager> for IDispatch
fn from(value: &IFsrmFileGroupManager) -> Self
fn from(value: &IFsrmFileGroupManager) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileManagementJob> for IDispatch
impl From<&IFsrmFileManagementJob> for IDispatch
fn from(value: &IFsrmFileManagementJob) -> Self
fn from(value: &IFsrmFileManagementJob) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileManagementJobManager> for IDispatch
impl From<&IFsrmFileManagementJobManager> for IDispatch
fn from(value: &IFsrmFileManagementJobManager) -> Self
fn from(value: &IFsrmFileManagementJobManager) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileScreen> for IDispatch
impl From<&IFsrmFileScreen> for IDispatch
fn from(value: &IFsrmFileScreen) -> Self
fn from(value: &IFsrmFileScreen) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileScreenBase> for IDispatch
impl From<&IFsrmFileScreenBase> for IDispatch
fn from(value: &IFsrmFileScreenBase) -> Self
fn from(value: &IFsrmFileScreenBase) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileScreenException> for IDispatch
impl From<&IFsrmFileScreenException> for IDispatch
fn from(value: &IFsrmFileScreenException) -> Self
fn from(value: &IFsrmFileScreenException) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileScreenManager> for IDispatch
impl From<&IFsrmFileScreenManager> for IDispatch
fn from(value: &IFsrmFileScreenManager) -> Self
fn from(value: &IFsrmFileScreenManager) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileScreenTemplate> for IDispatch
impl From<&IFsrmFileScreenTemplate> for IDispatch
fn from(value: &IFsrmFileScreenTemplate) -> Self
fn from(value: &IFsrmFileScreenTemplate) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileScreenTemplateImported> for IDispatch
impl From<&IFsrmFileScreenTemplateImported> for IDispatch
fn from(value: &IFsrmFileScreenTemplateImported) -> Self
fn from(value: &IFsrmFileScreenTemplateImported) -> Self
Converts to this type from the input type.
impl From<&IFsrmFileScreenTemplateManager> for IDispatch
impl From<&IFsrmFileScreenTemplateManager> for IDispatch
fn from(value: &IFsrmFileScreenTemplateManager) -> Self
fn from(value: &IFsrmFileScreenTemplateManager) -> Self
Converts to this type from the input type.
impl From<&IFsrmMutableCollection> for IDispatch
impl From<&IFsrmMutableCollection> for IDispatch
fn from(value: &IFsrmMutableCollection) -> Self
fn from(value: &IFsrmMutableCollection) -> Self
Converts to this type from the input type.
impl From<&IFsrmObject> for IDispatch
impl From<&IFsrmObject> for IDispatch
fn from(value: &IFsrmObject) -> Self
fn from(value: &IFsrmObject) -> Self
Converts to this type from the input type.
impl From<&IFsrmPathMapper> for IDispatch
impl From<&IFsrmPathMapper> for IDispatch
fn from(value: &IFsrmPathMapper) -> Self
fn from(value: &IFsrmPathMapper) -> Self
Converts to this type from the input type.
impl From<&IFsrmPipelineModuleConnector> for IDispatch
impl From<&IFsrmPipelineModuleConnector> for IDispatch
fn from(value: &IFsrmPipelineModuleConnector) -> Self
fn from(value: &IFsrmPipelineModuleConnector) -> Self
Converts to this type from the input type.
impl From<&IFsrmPipelineModuleDefinition> for IDispatch
impl From<&IFsrmPipelineModuleDefinition> for IDispatch
fn from(value: &IFsrmPipelineModuleDefinition) -> Self
fn from(value: &IFsrmPipelineModuleDefinition) -> Self
Converts to this type from the input type.
impl From<&IFsrmPipelineModuleImplementation> for IDispatch
impl From<&IFsrmPipelineModuleImplementation> for IDispatch
fn from(value: &IFsrmPipelineModuleImplementation) -> Self
fn from(value: &IFsrmPipelineModuleImplementation) -> Self
Converts to this type from the input type.
impl From<&IFsrmProperty> for IDispatch
impl From<&IFsrmProperty> for IDispatch
fn from(value: &IFsrmProperty) -> Self
fn from(value: &IFsrmProperty) -> Self
Converts to this type from the input type.
impl From<&IFsrmPropertyBag> for IDispatch
impl From<&IFsrmPropertyBag> for IDispatch
fn from(value: &IFsrmPropertyBag) -> Self
fn from(value: &IFsrmPropertyBag) -> Self
Converts to this type from the input type.
impl From<&IFsrmPropertyBag2> for IDispatch
impl From<&IFsrmPropertyBag2> for IDispatch
fn from(value: &IFsrmPropertyBag2) -> Self
fn from(value: &IFsrmPropertyBag2) -> Self
Converts to this type from the input type.
impl From<&IFsrmPropertyCondition> for IDispatch
impl From<&IFsrmPropertyCondition> for IDispatch
fn from(value: &IFsrmPropertyCondition) -> Self
fn from(value: &IFsrmPropertyCondition) -> Self
Converts to this type from the input type.
impl From<&IFsrmPropertyDefinition> for IDispatch
impl From<&IFsrmPropertyDefinition> for IDispatch
fn from(value: &IFsrmPropertyDefinition) -> Self
fn from(value: &IFsrmPropertyDefinition) -> Self
Converts to this type from the input type.
impl From<&IFsrmPropertyDefinition2> for IDispatch
impl From<&IFsrmPropertyDefinition2> for IDispatch
fn from(value: &IFsrmPropertyDefinition2) -> Self
fn from(value: &IFsrmPropertyDefinition2) -> Self
Converts to this type from the input type.
impl From<&IFsrmPropertyDefinitionValue> for IDispatch
impl From<&IFsrmPropertyDefinitionValue> for IDispatch
fn from(value: &IFsrmPropertyDefinitionValue) -> Self
fn from(value: &IFsrmPropertyDefinitionValue) -> Self
Converts to this type from the input type.
impl From<&IFsrmQuota> for IDispatch
impl From<&IFsrmQuota> for IDispatch
fn from(value: &IFsrmQuota) -> Self
fn from(value: &IFsrmQuota) -> Self
Converts to this type from the input type.
impl From<&IFsrmQuotaBase> for IDispatch
impl From<&IFsrmQuotaBase> for IDispatch
fn from(value: &IFsrmQuotaBase) -> Self
fn from(value: &IFsrmQuotaBase) -> Self
Converts to this type from the input type.
impl From<&IFsrmQuotaManager> for IDispatch
impl From<&IFsrmQuotaManager> for IDispatch
fn from(value: &IFsrmQuotaManager) -> Self
fn from(value: &IFsrmQuotaManager) -> Self
Converts to this type from the input type.
impl From<&IFsrmQuotaManagerEx> for IDispatch
impl From<&IFsrmQuotaManagerEx> for IDispatch
fn from(value: &IFsrmQuotaManagerEx) -> Self
fn from(value: &IFsrmQuotaManagerEx) -> Self
Converts to this type from the input type.
impl From<&IFsrmQuotaObject> for IDispatch
impl From<&IFsrmQuotaObject> for IDispatch
fn from(value: &IFsrmQuotaObject) -> Self
fn from(value: &IFsrmQuotaObject) -> Self
Converts to this type from the input type.
impl From<&IFsrmQuotaTemplate> for IDispatch
impl From<&IFsrmQuotaTemplate> for IDispatch
fn from(value: &IFsrmQuotaTemplate) -> Self
fn from(value: &IFsrmQuotaTemplate) -> Self
Converts to this type from the input type.
impl From<&IFsrmQuotaTemplateImported> for IDispatch
impl From<&IFsrmQuotaTemplateImported> for IDispatch
fn from(value: &IFsrmQuotaTemplateImported) -> Self
fn from(value: &IFsrmQuotaTemplateImported) -> Self
Converts to this type from the input type.
impl From<&IFsrmQuotaTemplateManager> for IDispatch
impl From<&IFsrmQuotaTemplateManager> for IDispatch
fn from(value: &IFsrmQuotaTemplateManager) -> Self
fn from(value: &IFsrmQuotaTemplateManager) -> Self
Converts to this type from the input type.
impl From<&IFsrmReport> for IDispatch
impl From<&IFsrmReport> for IDispatch
fn from(value: &IFsrmReport) -> Self
fn from(value: &IFsrmReport) -> Self
Converts to this type from the input type.
impl From<&IFsrmReportJob> for IDispatch
impl From<&IFsrmReportJob> for IDispatch
fn from(value: &IFsrmReportJob) -> Self
fn from(value: &IFsrmReportJob) -> Self
Converts to this type from the input type.
impl From<&IFsrmReportManager> for IDispatch
impl From<&IFsrmReportManager> for IDispatch
fn from(value: &IFsrmReportManager) -> Self
fn from(value: &IFsrmReportManager) -> Self
Converts to this type from the input type.
impl From<&IFsrmReportScheduler> for IDispatch
impl From<&IFsrmReportScheduler> for IDispatch
fn from(value: &IFsrmReportScheduler) -> Self
fn from(value: &IFsrmReportScheduler) -> Self
Converts to this type from the input type.
impl From<&IFsrmSetting> for IDispatch
impl From<&IFsrmSetting> for IDispatch
fn from(value: &IFsrmSetting) -> Self
fn from(value: &IFsrmSetting) -> Self
Converts to this type from the input type.
impl From<&IFsrmStorageModuleDefinition> for IDispatch
impl From<&IFsrmStorageModuleDefinition> for IDispatch
fn from(value: &IFsrmStorageModuleDefinition) -> Self
fn from(value: &IFsrmStorageModuleDefinition) -> Self
Converts to this type from the input type.
impl From<&IFsrmStorageModuleImplementation> for IDispatch
impl From<&IFsrmStorageModuleImplementation> for IDispatch
fn from(value: &IFsrmStorageModuleImplementation) -> Self
fn from(value: &IFsrmStorageModuleImplementation) -> Self
Converts to this type from the input type.
impl From<&IGPMAsyncCancel> for IDispatch
impl From<&IGPMAsyncCancel> for IDispatch
fn from(value: &IGPMAsyncCancel) -> Self
fn from(value: &IGPMAsyncCancel) -> Self
Converts to this type from the input type.
impl From<&IGPMAsyncProgress> for IDispatch
impl From<&IGPMAsyncProgress> for IDispatch
fn from(value: &IGPMAsyncProgress) -> Self
fn from(value: &IGPMAsyncProgress) -> Self
Converts to this type from the input type.
impl From<&IGPMBackup> for IDispatch
impl From<&IGPMBackup> for IDispatch
fn from(value: &IGPMBackup) -> Self
fn from(value: &IGPMBackup) -> Self
Converts to this type from the input type.
impl From<&IGPMBackupCollection> for IDispatch
impl From<&IGPMBackupCollection> for IDispatch
fn from(value: &IGPMBackupCollection) -> Self
fn from(value: &IGPMBackupCollection) -> Self
Converts to this type from the input type.
impl From<&IGPMBackupDir> for IDispatch
impl From<&IGPMBackupDir> for IDispatch
fn from(value: &IGPMBackupDir) -> Self
fn from(value: &IGPMBackupDir) -> Self
Converts to this type from the input type.
impl From<&IGPMBackupDirEx> for IDispatch
impl From<&IGPMBackupDirEx> for IDispatch
fn from(value: &IGPMBackupDirEx) -> Self
fn from(value: &IGPMBackupDirEx) -> Self
Converts to this type from the input type.
impl From<&IGPMCSECollection> for IDispatch
impl From<&IGPMCSECollection> for IDispatch
fn from(value: &IGPMCSECollection) -> Self
fn from(value: &IGPMCSECollection) -> Self
Converts to this type from the input type.
impl From<&IGPMClientSideExtension> for IDispatch
impl From<&IGPMClientSideExtension> for IDispatch
fn from(value: &IGPMClientSideExtension) -> Self
fn from(value: &IGPMClientSideExtension) -> Self
Converts to this type from the input type.
impl From<&IGPMConstants> for IDispatch
impl From<&IGPMConstants> for IDispatch
fn from(value: &IGPMConstants) -> Self
fn from(value: &IGPMConstants) -> Self
Converts to this type from the input type.
impl From<&IGPMConstants2> for IDispatch
impl From<&IGPMConstants2> for IDispatch
fn from(value: &IGPMConstants2) -> Self
fn from(value: &IGPMConstants2) -> Self
Converts to this type from the input type.
impl From<&IGPMDomain> for IDispatch
impl From<&IGPMDomain> for IDispatch
fn from(value: &IGPMDomain) -> Self
fn from(value: &IGPMDomain) -> Self
Converts to this type from the input type.
impl From<&IGPMDomain2> for IDispatch
impl From<&IGPMDomain2> for IDispatch
fn from(value: &IGPMDomain2) -> Self
fn from(value: &IGPMDomain2) -> Self
Converts to this type from the input type.
impl From<&IGPMDomain3> for IDispatch
impl From<&IGPMDomain3> for IDispatch
fn from(value: &IGPMDomain3) -> Self
fn from(value: &IGPMDomain3) -> Self
Converts to this type from the input type.
impl From<&IGPMGPOCollection> for IDispatch
impl From<&IGPMGPOCollection> for IDispatch
fn from(value: &IGPMGPOCollection) -> Self
fn from(value: &IGPMGPOCollection) -> Self
Converts to this type from the input type.
impl From<&IGPMGPOLink> for IDispatch
impl From<&IGPMGPOLink> for IDispatch
fn from(value: &IGPMGPOLink) -> Self
fn from(value: &IGPMGPOLink) -> Self
Converts to this type from the input type.
impl From<&IGPMGPOLinksCollection> for IDispatch
impl From<&IGPMGPOLinksCollection> for IDispatch
fn from(value: &IGPMGPOLinksCollection) -> Self
fn from(value: &IGPMGPOLinksCollection) -> Self
Converts to this type from the input type.
impl From<&IGPMMapEntry> for IDispatch
impl From<&IGPMMapEntry> for IDispatch
fn from(value: &IGPMMapEntry) -> Self
fn from(value: &IGPMMapEntry) -> Self
Converts to this type from the input type.
impl From<&IGPMMapEntryCollection> for IDispatch
impl From<&IGPMMapEntryCollection> for IDispatch
fn from(value: &IGPMMapEntryCollection) -> Self
fn from(value: &IGPMMapEntryCollection) -> Self
Converts to this type from the input type.
impl From<&IGPMMigrationTable> for IDispatch
impl From<&IGPMMigrationTable> for IDispatch
fn from(value: &IGPMMigrationTable) -> Self
fn from(value: &IGPMMigrationTable) -> Self
Converts to this type from the input type.
impl From<&IGPMPermission> for IDispatch
impl From<&IGPMPermission> for IDispatch
fn from(value: &IGPMPermission) -> Self
fn from(value: &IGPMPermission) -> Self
Converts to this type from the input type.
impl From<&IGPMResult> for IDispatch
impl From<&IGPMResult> for IDispatch
fn from(value: &IGPMResult) -> Self
fn from(value: &IGPMResult) -> Self
Converts to this type from the input type.
impl From<&IGPMSOMCollection> for IDispatch
impl From<&IGPMSOMCollection> for IDispatch
fn from(value: &IGPMSOMCollection) -> Self
fn from(value: &IGPMSOMCollection) -> Self
Converts to this type from the input type.
impl From<&IGPMSearchCriteria> for IDispatch
impl From<&IGPMSearchCriteria> for IDispatch
fn from(value: &IGPMSearchCriteria) -> Self
fn from(value: &IGPMSearchCriteria) -> Self
Converts to this type from the input type.
impl From<&IGPMSecurityInfo> for IDispatch
impl From<&IGPMSecurityInfo> for IDispatch
fn from(value: &IGPMSecurityInfo) -> Self
fn from(value: &IGPMSecurityInfo) -> Self
Converts to this type from the input type.
impl From<&IGPMSitesContainer> for IDispatch
impl From<&IGPMSitesContainer> for IDispatch
fn from(value: &IGPMSitesContainer) -> Self
fn from(value: &IGPMSitesContainer) -> Self
Converts to this type from the input type.
impl From<&IGPMStarterGPO> for IDispatch
impl From<&IGPMStarterGPO> for IDispatch
fn from(value: &IGPMStarterGPO) -> Self
fn from(value: &IGPMStarterGPO) -> Self
Converts to this type from the input type.
impl From<&IGPMStarterGPOBackup> for IDispatch
impl From<&IGPMStarterGPOBackup> for IDispatch
fn from(value: &IGPMStarterGPOBackup) -> Self
fn from(value: &IGPMStarterGPOBackup) -> Self
Converts to this type from the input type.
impl From<&IGPMStarterGPOBackupCollection> for IDispatch
impl From<&IGPMStarterGPOBackupCollection> for IDispatch
fn from(value: &IGPMStarterGPOBackupCollection) -> Self
fn from(value: &IGPMStarterGPOBackupCollection) -> Self
Converts to this type from the input type.
impl From<&IGPMStarterGPOCollection> for IDispatch
impl From<&IGPMStarterGPOCollection> for IDispatch
fn from(value: &IGPMStarterGPOCollection) -> Self
fn from(value: &IGPMStarterGPOCollection) -> Self
Converts to this type from the input type.
impl From<&IGPMStatusMessage> for IDispatch
impl From<&IGPMStatusMessage> for IDispatch
fn from(value: &IGPMStatusMessage) -> Self
fn from(value: &IGPMStatusMessage) -> Self
Converts to this type from the input type.
impl From<&IGPMStatusMsgCollection> for IDispatch
impl From<&IGPMStatusMsgCollection> for IDispatch
fn from(value: &IGPMStatusMsgCollection) -> Self
fn from(value: &IGPMStatusMsgCollection) -> Self
Converts to this type from the input type.
impl From<&IGPMTrustee> for IDispatch
impl From<&IGPMTrustee> for IDispatch
fn from(value: &IGPMTrustee) -> Self
fn from(value: &IGPMTrustee) -> Self
Converts to this type from the input type.
impl From<&IGPMWMIFilter> for IDispatch
impl From<&IGPMWMIFilter> for IDispatch
fn from(value: &IGPMWMIFilter) -> Self
fn from(value: &IGPMWMIFilter) -> Self
Converts to this type from the input type.
impl From<&IGPMWMIFilterCollection> for IDispatch
impl From<&IGPMWMIFilterCollection> for IDispatch
fn from(value: &IGPMWMIFilterCollection) -> Self
fn from(value: &IGPMWMIFilterCollection) -> Self
Converts to this type from the input type.
impl From<&IGetSecurityCallContext> for IDispatch
impl From<&IGetSecurityCallContext> for IDispatch
fn from(value: &IGetSecurityCallContext) -> Self
fn from(value: &IGetSecurityCallContext) -> Self
Converts to this type from the input type.
impl From<&IISDBSLocator> for IDispatch
impl From<&IISDBSLocator> for IDispatch
fn from(value: &IISDBSLocator) -> Self
fn from(value: &IISDBSLocator) -> Self
Converts to this type from the input type.
impl From<&IIdleSettings> for IDispatch
impl From<&IIdleSettings> for IDispatch
fn from(value: &IIdleSettings) -> Self
fn from(value: &IIdleSettings) -> Self
Converts to this type from the input type.
impl From<&IIdleTrigger> for IDispatch
impl From<&IIdleTrigger> for IDispatch
fn from(value: &IIdleTrigger) -> Self
fn from(value: &IIdleTrigger) -> Self
Converts to this type from the input type.
impl From<&IImageInformation> for IDispatch
impl From<&IImageInformation> for IDispatch
fn from(value: &IImageInformation) -> Self
fn from(value: &IImageInformation) -> Self
Converts to this type from the input type.
impl From<&IInkCollector> for IDispatch
impl From<&IInkCollector> for IDispatch
fn from(value: &IInkCollector) -> Self
fn from(value: &IInkCollector) -> Self
Converts to this type from the input type.
impl From<&IInkCursor> for IDispatch
impl From<&IInkCursor> for IDispatch
fn from(value: &IInkCursor) -> Self
fn from(value: &IInkCursor) -> Self
Converts to this type from the input type.
impl From<&IInkCursorButton> for IDispatch
impl From<&IInkCursorButton> for IDispatch
fn from(value: &IInkCursorButton) -> Self
fn from(value: &IInkCursorButton) -> Self
Converts to this type from the input type.
impl From<&IInkCursorButtons> for IDispatch
impl From<&IInkCursorButtons> for IDispatch
fn from(value: &IInkCursorButtons) -> Self
fn from(value: &IInkCursorButtons) -> Self
Converts to this type from the input type.
impl From<&IInkCursors> for IDispatch
impl From<&IInkCursors> for IDispatch
fn from(value: &IInkCursors) -> Self
fn from(value: &IInkCursors) -> Self
Converts to this type from the input type.
impl From<&IInkCustomStrokes> for IDispatch
impl From<&IInkCustomStrokes> for IDispatch
fn from(value: &IInkCustomStrokes) -> Self
fn from(value: &IInkCustomStrokes) -> Self
Converts to this type from the input type.
impl From<&IInkDivider> for IDispatch
impl From<&IInkDivider> for IDispatch
fn from(value: &IInkDivider) -> Self
fn from(value: &IInkDivider) -> Self
Converts to this type from the input type.
impl From<&IInkDivisionResult> for IDispatch
impl From<&IInkDivisionResult> for IDispatch
fn from(value: &IInkDivisionResult) -> Self
fn from(value: &IInkDivisionResult) -> Self
Converts to this type from the input type.
impl From<&IInkDivisionUnit> for IDispatch
impl From<&IInkDivisionUnit> for IDispatch
fn from(value: &IInkDivisionUnit) -> Self
fn from(value: &IInkDivisionUnit) -> Self
Converts to this type from the input type.
impl From<&IInkDivisionUnits> for IDispatch
impl From<&IInkDivisionUnits> for IDispatch
fn from(value: &IInkDivisionUnits) -> Self
fn from(value: &IInkDivisionUnits) -> Self
Converts to this type from the input type.
impl From<&IInkDrawingAttributes> for IDispatch
impl From<&IInkDrawingAttributes> for IDispatch
fn from(value: &IInkDrawingAttributes) -> Self
fn from(value: &IInkDrawingAttributes) -> Self
Converts to this type from the input type.
impl From<&IInkExtendedProperties> for IDispatch
impl From<&IInkExtendedProperties> for IDispatch
fn from(value: &IInkExtendedProperties) -> Self
fn from(value: &IInkExtendedProperties) -> Self
Converts to this type from the input type.
impl From<&IInkExtendedProperty> for IDispatch
impl From<&IInkExtendedProperty> for IDispatch
fn from(value: &IInkExtendedProperty) -> Self
fn from(value: &IInkExtendedProperty) -> Self
Converts to this type from the input type.
impl From<&IInkGesture> for IDispatch
impl From<&IInkGesture> for IDispatch
fn from(value: &IInkGesture) -> Self
fn from(value: &IInkGesture) -> Self
Converts to this type from the input type.
impl From<&IInkOverlay> for IDispatch
impl From<&IInkOverlay> for IDispatch
fn from(value: &IInkOverlay) -> Self
fn from(value: &IInkOverlay) -> Self
Converts to this type from the input type.
impl From<&IInkPicture> for IDispatch
impl From<&IInkPicture> for IDispatch
fn from(value: &IInkPicture) -> Self
fn from(value: &IInkPicture) -> Self
Converts to this type from the input type.
impl From<&IInkRecognitionAlternate> for IDispatch
impl From<&IInkRecognitionAlternate> for IDispatch
fn from(value: &IInkRecognitionAlternate) -> Self
fn from(value: &IInkRecognitionAlternate) -> Self
Converts to this type from the input type.
impl From<&IInkRecognitionAlternates> for IDispatch
impl From<&IInkRecognitionAlternates> for IDispatch
fn from(value: &IInkRecognitionAlternates) -> Self
fn from(value: &IInkRecognitionAlternates) -> Self
Converts to this type from the input type.
impl From<&IInkRecognitionResult> for IDispatch
impl From<&IInkRecognitionResult> for IDispatch
fn from(value: &IInkRecognitionResult) -> Self
fn from(value: &IInkRecognitionResult) -> Self
Converts to this type from the input type.
impl From<&IInkRecognizer> for IDispatch
impl From<&IInkRecognizer> for IDispatch
fn from(value: &IInkRecognizer) -> Self
fn from(value: &IInkRecognizer) -> Self
Converts to this type from the input type.
impl From<&IInkRecognizer2> for IDispatch
impl From<&IInkRecognizer2> for IDispatch
fn from(value: &IInkRecognizer2) -> Self
fn from(value: &IInkRecognizer2) -> Self
Converts to this type from the input type.
impl From<&IInkRecognizerContext> for IDispatch
impl From<&IInkRecognizerContext> for IDispatch
fn from(value: &IInkRecognizerContext) -> Self
fn from(value: &IInkRecognizerContext) -> Self
Converts to this type from the input type.
impl From<&IInkRecognizerContext2> for IDispatch
impl From<&IInkRecognizerContext2> for IDispatch
fn from(value: &IInkRecognizerContext2) -> Self
fn from(value: &IInkRecognizerContext2) -> Self
Converts to this type from the input type.
impl From<&IInkRecognizerGuide> for IDispatch
impl From<&IInkRecognizerGuide> for IDispatch
fn from(value: &IInkRecognizerGuide) -> Self
fn from(value: &IInkRecognizerGuide) -> Self
Converts to this type from the input type.
impl From<&IInkRecognizers> for IDispatch
impl From<&IInkRecognizers> for IDispatch
fn from(value: &IInkRecognizers) -> Self
fn from(value: &IInkRecognizers) -> Self
Converts to this type from the input type.
impl From<&IInkRectangle> for IDispatch
impl From<&IInkRectangle> for IDispatch
fn from(value: &IInkRectangle) -> Self
fn from(value: &IInkRectangle) -> Self
Converts to this type from the input type.
impl From<&IInkRenderer> for IDispatch
impl From<&IInkRenderer> for IDispatch
fn from(value: &IInkRenderer) -> Self
fn from(value: &IInkRenderer) -> Self
Converts to this type from the input type.
impl From<&IInkStrokeDisp> for IDispatch
impl From<&IInkStrokeDisp> for IDispatch
fn from(value: &IInkStrokeDisp) -> Self
fn from(value: &IInkStrokeDisp) -> Self
Converts to this type from the input type.
impl From<&IInkStrokes> for IDispatch
impl From<&IInkStrokes> for IDispatch
fn from(value: &IInkStrokes) -> Self
fn from(value: &IInkStrokes) -> Self
Converts to this type from the input type.
impl From<&IInkTablet> for IDispatch
impl From<&IInkTablet> for IDispatch
fn from(value: &IInkTablet) -> Self
fn from(value: &IInkTablet) -> Self
Converts to this type from the input type.
impl From<&IInkTablet2> for IDispatch
impl From<&IInkTablet2> for IDispatch
fn from(value: &IInkTablet2) -> Self
fn from(value: &IInkTablet2) -> Self
Converts to this type from the input type.
impl From<&IInkTablet3> for IDispatch
impl From<&IInkTablet3> for IDispatch
fn from(value: &IInkTablet3) -> Self
fn from(value: &IInkTablet3) -> Self
Converts to this type from the input type.
impl From<&IInkTablets> for IDispatch
impl From<&IInkTablets> for IDispatch
fn from(value: &IInkTablets) -> Self
fn from(value: &IInkTablets) -> Self
Converts to this type from the input type.
impl From<&IInkTransform> for IDispatch
impl From<&IInkTransform> for IDispatch
fn from(value: &IInkTransform) -> Self
fn from(value: &IInkTransform) -> Self
Converts to this type from the input type.
impl From<&IInkWordList> for IDispatch
impl From<&IInkWordList> for IDispatch
fn from(value: &IInkWordList) -> Self
fn from(value: &IInkWordList) -> Self
Converts to this type from the input type.
impl From<&IInkWordList2> for IDispatch
impl From<&IInkWordList2> for IDispatch
fn from(value: &IInkWordList2) -> Self
fn from(value: &IInkWordList2) -> Self
Converts to this type from the input type.
impl From<&IInstallationAgent> for IDispatch
impl From<&IInstallationAgent> for IDispatch
fn from(value: &IInstallationAgent) -> Self
fn from(value: &IInstallationAgent) -> Self
Converts to this type from the input type.
impl From<&IInstallationBehavior> for IDispatch
impl From<&IInstallationBehavior> for IDispatch
fn from(value: &IInstallationBehavior) -> Self
fn from(value: &IInstallationBehavior) -> Self
Converts to this type from the input type.
impl From<&IInstallationCompletedCallbackArgs> for IDispatch
impl From<&IInstallationCompletedCallbackArgs> for IDispatch
fn from(value: &IInstallationCompletedCallbackArgs) -> Self
fn from(value: &IInstallationCompletedCallbackArgs) -> Self
Converts to this type from the input type.
impl From<&IInstallationJob> for IDispatch
impl From<&IInstallationJob> for IDispatch
fn from(value: &IInstallationJob) -> Self
fn from(value: &IInstallationJob) -> Self
Converts to this type from the input type.
impl From<&IInstallationProgress> for IDispatch
impl From<&IInstallationProgress> for IDispatch
fn from(value: &IInstallationProgress) -> Self
fn from(value: &IInstallationProgress) -> Self
Converts to this type from the input type.
impl From<&IInstallationProgressChangedCallbackArgs> for IDispatch
impl From<&IInstallationProgressChangedCallbackArgs> for IDispatch
fn from(value: &IInstallationProgressChangedCallbackArgs) -> Self
fn from(value: &IInstallationProgressChangedCallbackArgs) -> Self
Converts to this type from the input type.
impl From<&IInstallationResult> for IDispatch
impl From<&IInstallationResult> for IDispatch
fn from(value: &IInstallationResult) -> Self
fn from(value: &IInstallationResult) -> Self
Converts to this type from the input type.
impl From<&IInvalidProductLicenseException> for IDispatch
impl From<&IInvalidProductLicenseException> for IDispatch
fn from(value: &IInvalidProductLicenseException) -> Self
fn from(value: &IInvalidProductLicenseException) -> Self
Converts to this type from the input type.
impl From<&IIsoImageManager> for IDispatch
impl From<&IIsoImageManager> for IDispatch
fn from(value: &IIsoImageManager) -> Self
fn from(value: &IIsoImageManager) -> Self
Converts to this type from the input type.
impl From<&ILanguageComponentType> for IDispatch
impl From<&ILanguageComponentType> for IDispatch
fn from(value: &ILanguageComponentType) -> Self
fn from(value: &ILanguageComponentType) -> Self
Converts to this type from the input type.
impl From<&ILatLongReportFactory> for IDispatch
impl From<&ILatLongReportFactory> for IDispatch
fn from(value: &ILatLongReportFactory) -> Self
fn from(value: &ILatLongReportFactory) -> Self
Converts to this type from the input type.
impl From<&ILocationReportFactory> for IDispatch
impl From<&ILocationReportFactory> for IDispatch
fn from(value: &ILocationReportFactory) -> Self
fn from(value: &ILocationReportFactory) -> Self
Converts to this type from the input type.
impl From<&ILogonTrigger> for IDispatch
impl From<&ILogonTrigger> for IDispatch
fn from(value: &ILogonTrigger) -> Self
fn from(value: &ILogonTrigger) -> Self
Converts to this type from the input type.
impl From<&IMPEG2Component> for IDispatch
impl From<&IMPEG2Component> for IDispatch
fn from(value: &IMPEG2Component) -> Self
fn from(value: &IMPEG2Component) -> Self
Converts to this type from the input type.
impl From<&IMPEG2ComponentType> for IDispatch
impl From<&IMPEG2ComponentType> for IDispatch
fn from(value: &IMPEG2ComponentType) -> Self
fn from(value: &IMPEG2ComponentType) -> Self
Converts to this type from the input type.
impl From<&IMPEG2TuneRequest> for IDispatch
impl From<&IMPEG2TuneRequest> for IDispatch
fn from(value: &IMPEG2TuneRequest) -> Self
fn from(value: &IMPEG2TuneRequest) -> Self
Converts to this type from the input type.
impl From<&IMPEG2TuneRequestFactory> for IDispatch
impl From<&IMPEG2TuneRequestFactory> for IDispatch
fn from(value: &IMPEG2TuneRequestFactory) -> Self
fn from(value: &IMPEG2TuneRequestFactory) -> Self
Converts to this type from the input type.
impl From<&IMSCEPSetup> for IDispatch
impl From<&IMSCEPSetup> for IDispatch
fn from(value: &IMSCEPSetup) -> Self
fn from(value: &IMSCEPSetup) -> Self
Converts to this type from the input type.
impl From<&IMSEventBinder> for IDispatch
impl From<&IMSEventBinder> for IDispatch
fn from(value: &IMSEventBinder) -> Self
fn from(value: &IMSEventBinder) -> Self
Converts to this type from the input type.
impl From<&IMSMQApplication> for IDispatch
impl From<&IMSMQApplication> for IDispatch
fn from(value: &IMSMQApplication) -> Self
fn from(value: &IMSMQApplication) -> Self
Converts to this type from the input type.
impl From<&IMSMQApplication2> for IDispatch
impl From<&IMSMQApplication2> for IDispatch
fn from(value: &IMSMQApplication2) -> Self
fn from(value: &IMSMQApplication2) -> Self
Converts to this type from the input type.
impl From<&IMSMQApplication3> for IDispatch
impl From<&IMSMQApplication3> for IDispatch
fn from(value: &IMSMQApplication3) -> Self
fn from(value: &IMSMQApplication3) -> Self
Converts to this type from the input type.
impl From<&IMSMQCollection> for IDispatch
impl From<&IMSMQCollection> for IDispatch
fn from(value: &IMSMQCollection) -> Self
fn from(value: &IMSMQCollection) -> Self
Converts to this type from the input type.
impl From<&IMSMQCoordinatedTransactionDispenser> for IDispatch
impl From<&IMSMQCoordinatedTransactionDispenser> for IDispatch
fn from(value: &IMSMQCoordinatedTransactionDispenser) -> Self
fn from(value: &IMSMQCoordinatedTransactionDispenser) -> Self
Converts to this type from the input type.
impl From<&IMSMQCoordinatedTransactionDispenser2> for IDispatch
impl From<&IMSMQCoordinatedTransactionDispenser2> for IDispatch
fn from(value: &IMSMQCoordinatedTransactionDispenser2) -> Self
fn from(value: &IMSMQCoordinatedTransactionDispenser2) -> Self
Converts to this type from the input type.
impl From<&IMSMQCoordinatedTransactionDispenser3> for IDispatch
impl From<&IMSMQCoordinatedTransactionDispenser3> for IDispatch
fn from(value: &IMSMQCoordinatedTransactionDispenser3) -> Self
fn from(value: &IMSMQCoordinatedTransactionDispenser3) -> Self
Converts to this type from the input type.
impl From<&IMSMQDestination> for IDispatch
impl From<&IMSMQDestination> for IDispatch
fn from(value: &IMSMQDestination) -> Self
fn from(value: &IMSMQDestination) -> Self
Converts to this type from the input type.
impl From<&IMSMQEvent> for IDispatch
impl From<&IMSMQEvent> for IDispatch
fn from(value: &IMSMQEvent) -> Self
fn from(value: &IMSMQEvent) -> Self
Converts to this type from the input type.
impl From<&IMSMQEvent2> for IDispatch
impl From<&IMSMQEvent2> for IDispatch
fn from(value: &IMSMQEvent2) -> Self
fn from(value: &IMSMQEvent2) -> Self
Converts to this type from the input type.
impl From<&IMSMQEvent3> for IDispatch
impl From<&IMSMQEvent3> for IDispatch
fn from(value: &IMSMQEvent3) -> Self
fn from(value: &IMSMQEvent3) -> Self
Converts to this type from the input type.
impl From<&IMSMQManagement> for IDispatch
impl From<&IMSMQManagement> for IDispatch
fn from(value: &IMSMQManagement) -> Self
fn from(value: &IMSMQManagement) -> Self
Converts to this type from the input type.
impl From<&IMSMQMessage> for IDispatch
impl From<&IMSMQMessage> for IDispatch
fn from(value: &IMSMQMessage) -> Self
fn from(value: &IMSMQMessage) -> Self
Converts to this type from the input type.
impl From<&IMSMQMessage2> for IDispatch
impl From<&IMSMQMessage2> for IDispatch
fn from(value: &IMSMQMessage2) -> Self
fn from(value: &IMSMQMessage2) -> Self
Converts to this type from the input type.
impl From<&IMSMQMessage3> for IDispatch
impl From<&IMSMQMessage3> for IDispatch
fn from(value: &IMSMQMessage3) -> Self
fn from(value: &IMSMQMessage3) -> Self
Converts to this type from the input type.
impl From<&IMSMQMessage4> for IDispatch
impl From<&IMSMQMessage4> for IDispatch
fn from(value: &IMSMQMessage4) -> Self
fn from(value: &IMSMQMessage4) -> Self
Converts to this type from the input type.
impl From<&IMSMQOutgoingQueueManagement> for IDispatch
impl From<&IMSMQOutgoingQueueManagement> for IDispatch
fn from(value: &IMSMQOutgoingQueueManagement) -> Self
fn from(value: &IMSMQOutgoingQueueManagement) -> Self
Converts to this type from the input type.
impl From<&IMSMQPrivateDestination> for IDispatch
impl From<&IMSMQPrivateDestination> for IDispatch
fn from(value: &IMSMQPrivateDestination) -> Self
fn from(value: &IMSMQPrivateDestination) -> Self
Converts to this type from the input type.
impl From<&IMSMQPrivateEvent> for IDispatch
impl From<&IMSMQPrivateEvent> for IDispatch
fn from(value: &IMSMQPrivateEvent) -> Self
fn from(value: &IMSMQPrivateEvent) -> Self
Converts to this type from the input type.
impl From<&IMSMQQuery> for IDispatch
impl From<&IMSMQQuery> for IDispatch
fn from(value: &IMSMQQuery) -> Self
fn from(value: &IMSMQQuery) -> Self
Converts to this type from the input type.
impl From<&IMSMQQuery2> for IDispatch
impl From<&IMSMQQuery2> for IDispatch
fn from(value: &IMSMQQuery2) -> Self
fn from(value: &IMSMQQuery2) -> Self
Converts to this type from the input type.
impl From<&IMSMQQuery3> for IDispatch
impl From<&IMSMQQuery3> for IDispatch
fn from(value: &IMSMQQuery3) -> Self
fn from(value: &IMSMQQuery3) -> Self
Converts to this type from the input type.
impl From<&IMSMQQuery4> for IDispatch
impl From<&IMSMQQuery4> for IDispatch
fn from(value: &IMSMQQuery4) -> Self
fn from(value: &IMSMQQuery4) -> Self
Converts to this type from the input type.
impl From<&IMSMQQueue> for IDispatch
impl From<&IMSMQQueue> for IDispatch
fn from(value: &IMSMQQueue) -> Self
fn from(value: &IMSMQQueue) -> Self
Converts to this type from the input type.
impl From<&IMSMQQueue2> for IDispatch
impl From<&IMSMQQueue2> for IDispatch
fn from(value: &IMSMQQueue2) -> Self
fn from(value: &IMSMQQueue2) -> Self
Converts to this type from the input type.
impl From<&IMSMQQueue3> for IDispatch
impl From<&IMSMQQueue3> for IDispatch
fn from(value: &IMSMQQueue3) -> Self
fn from(value: &IMSMQQueue3) -> Self
Converts to this type from the input type.
impl From<&IMSMQQueue4> for IDispatch
impl From<&IMSMQQueue4> for IDispatch
fn from(value: &IMSMQQueue4) -> Self
fn from(value: &IMSMQQueue4) -> Self
Converts to this type from the input type.
impl From<&IMSMQQueueInfo> for IDispatch
impl From<&IMSMQQueueInfo> for IDispatch
fn from(value: &IMSMQQueueInfo) -> Self
fn from(value: &IMSMQQueueInfo) -> Self
Converts to this type from the input type.
impl From<&IMSMQQueueInfo2> for IDispatch
impl From<&IMSMQQueueInfo2> for IDispatch
fn from(value: &IMSMQQueueInfo2) -> Self
fn from(value: &IMSMQQueueInfo2) -> Self
Converts to this type from the input type.
impl From<&IMSMQQueueInfo3> for IDispatch
impl From<&IMSMQQueueInfo3> for IDispatch
fn from(value: &IMSMQQueueInfo3) -> Self
fn from(value: &IMSMQQueueInfo3) -> Self
Converts to this type from the input type.
impl From<&IMSMQQueueInfo4> for IDispatch
impl From<&IMSMQQueueInfo4> for IDispatch
fn from(value: &IMSMQQueueInfo4) -> Self
fn from(value: &IMSMQQueueInfo4) -> Self
Converts to this type from the input type.
impl From<&IMSMQQueueInfos> for IDispatch
impl From<&IMSMQQueueInfos> for IDispatch
fn from(value: &IMSMQQueueInfos) -> Self
fn from(value: &IMSMQQueueInfos) -> Self
Converts to this type from the input type.
impl From<&IMSMQQueueInfos2> for IDispatch
impl From<&IMSMQQueueInfos2> for IDispatch
fn from(value: &IMSMQQueueInfos2) -> Self
fn from(value: &IMSMQQueueInfos2) -> Self
Converts to this type from the input type.
impl From<&IMSMQQueueInfos3> for IDispatch
impl From<&IMSMQQueueInfos3> for IDispatch
fn from(value: &IMSMQQueueInfos3) -> Self
fn from(value: &IMSMQQueueInfos3) -> Self
Converts to this type from the input type.
impl From<&IMSMQQueueInfos4> for IDispatch
impl From<&IMSMQQueueInfos4> for IDispatch
fn from(value: &IMSMQQueueInfos4) -> Self
fn from(value: &IMSMQQueueInfos4) -> Self
Converts to this type from the input type.
impl From<&IMSMQQueueManagement> for IDispatch
impl From<&IMSMQQueueManagement> for IDispatch
fn from(value: &IMSMQQueueManagement) -> Self
fn from(value: &IMSMQQueueManagement) -> Self
Converts to this type from the input type.
impl From<&IMSMQTransaction> for IDispatch
impl From<&IMSMQTransaction> for IDispatch
fn from(value: &IMSMQTransaction) -> Self
fn from(value: &IMSMQTransaction) -> Self
Converts to this type from the input type.
impl From<&IMSMQTransaction2> for IDispatch
impl From<&IMSMQTransaction2> for IDispatch
fn from(value: &IMSMQTransaction2) -> Self
fn from(value: &IMSMQTransaction2) -> Self
Converts to this type from the input type.
impl From<&IMSMQTransaction3> for IDispatch
impl From<&IMSMQTransaction3> for IDispatch
fn from(value: &IMSMQTransaction3) -> Self
fn from(value: &IMSMQTransaction3) -> Self
Converts to this type from the input type.
impl From<&IMSMQTransactionDispenser> for IDispatch
impl From<&IMSMQTransactionDispenser> for IDispatch
fn from(value: &IMSMQTransactionDispenser) -> Self
fn from(value: &IMSMQTransactionDispenser) -> Self
Converts to this type from the input type.
impl From<&IMSMQTransactionDispenser2> for IDispatch
impl From<&IMSMQTransactionDispenser2> for IDispatch
fn from(value: &IMSMQTransactionDispenser2) -> Self
fn from(value: &IMSMQTransactionDispenser2) -> Self
Converts to this type from the input type.
impl From<&IMSMQTransactionDispenser3> for IDispatch
impl From<&IMSMQTransactionDispenser3> for IDispatch
fn from(value: &IMSMQTransactionDispenser3) -> Self
fn from(value: &IMSMQTransactionDispenser3) -> Self
Converts to this type from the input type.
impl From<&IMSVidAnalogTuner> for IDispatch
impl From<&IMSVidAnalogTuner> for IDispatch
fn from(value: &IMSVidAnalogTuner) -> Self
fn from(value: &IMSVidAnalogTuner) -> Self
Converts to this type from the input type.
impl From<&IMSVidAnalogTuner2> for IDispatch
impl From<&IMSVidAnalogTuner2> for IDispatch
fn from(value: &IMSVidAnalogTuner2) -> Self
fn from(value: &IMSVidAnalogTuner2) -> Self
Converts to this type from the input type.
impl From<&IMSVidAnalogTunerEvent> for IDispatch
impl From<&IMSVidAnalogTunerEvent> for IDispatch
fn from(value: &IMSVidAnalogTunerEvent) -> Self
fn from(value: &IMSVidAnalogTunerEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidAudioRenderer> for IDispatch
impl From<&IMSVidAudioRenderer> for IDispatch
fn from(value: &IMSVidAudioRenderer) -> Self
fn from(value: &IMSVidAudioRenderer) -> Self
Converts to this type from the input type.
impl From<&IMSVidAudioRendererDevices> for IDispatch
impl From<&IMSVidAudioRendererDevices> for IDispatch
fn from(value: &IMSVidAudioRendererDevices) -> Self
fn from(value: &IMSVidAudioRendererDevices) -> Self
Converts to this type from the input type.
impl From<&IMSVidAudioRendererEvent> for IDispatch
impl From<&IMSVidAudioRendererEvent> for IDispatch
fn from(value: &IMSVidAudioRendererEvent) -> Self
fn from(value: &IMSVidAudioRendererEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidAudioRendererEvent2> for IDispatch
impl From<&IMSVidAudioRendererEvent2> for IDispatch
fn from(value: &IMSVidAudioRendererEvent2) -> Self
fn from(value: &IMSVidAudioRendererEvent2) -> Self
Converts to this type from the input type.
impl From<&IMSVidClosedCaptioning> for IDispatch
impl From<&IMSVidClosedCaptioning> for IDispatch
fn from(value: &IMSVidClosedCaptioning) -> Self
fn from(value: &IMSVidClosedCaptioning) -> Self
Converts to this type from the input type.
impl From<&IMSVidClosedCaptioning2> for IDispatch
impl From<&IMSVidClosedCaptioning2> for IDispatch
fn from(value: &IMSVidClosedCaptioning2) -> Self
fn from(value: &IMSVidClosedCaptioning2) -> Self
Converts to this type from the input type.
impl From<&IMSVidClosedCaptioning3> for IDispatch
impl From<&IMSVidClosedCaptioning3> for IDispatch
fn from(value: &IMSVidClosedCaptioning3) -> Self
fn from(value: &IMSVidClosedCaptioning3) -> Self
Converts to this type from the input type.
impl From<&IMSVidDataServices> for IDispatch
impl From<&IMSVidDataServices> for IDispatch
fn from(value: &IMSVidDataServices) -> Self
fn from(value: &IMSVidDataServices) -> Self
Converts to this type from the input type.
impl From<&IMSVidDataServicesEvent> for IDispatch
impl From<&IMSVidDataServicesEvent> for IDispatch
fn from(value: &IMSVidDataServicesEvent) -> Self
fn from(value: &IMSVidDataServicesEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidDevice> for IDispatch
impl From<&IMSVidDevice> for IDispatch
fn from(value: &IMSVidDevice) -> Self
fn from(value: &IMSVidDevice) -> Self
Converts to this type from the input type.
impl From<&IMSVidDeviceEvent> for IDispatch
impl From<&IMSVidDeviceEvent> for IDispatch
fn from(value: &IMSVidDeviceEvent) -> Self
fn from(value: &IMSVidDeviceEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidEVREvent> for IDispatch
impl From<&IMSVidEVREvent> for IDispatch
fn from(value: &IMSVidEVREvent) -> Self
fn from(value: &IMSVidEVREvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidEncoder> for IDispatch
impl From<&IMSVidEncoder> for IDispatch
fn from(value: &IMSVidEncoder) -> Self
fn from(value: &IMSVidEncoder) -> Self
Converts to this type from the input type.
impl From<&IMSVidFeature> for IDispatch
impl From<&IMSVidFeature> for IDispatch
fn from(value: &IMSVidFeature) -> Self
fn from(value: &IMSVidFeature) -> Self
Converts to this type from the input type.
impl From<&IMSVidFeatureEvent> for IDispatch
impl From<&IMSVidFeatureEvent> for IDispatch
fn from(value: &IMSVidFeatureEvent) -> Self
fn from(value: &IMSVidFeatureEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidFeatures> for IDispatch
impl From<&IMSVidFeatures> for IDispatch
fn from(value: &IMSVidFeatures) -> Self
fn from(value: &IMSVidFeatures) -> Self
Converts to this type from the input type.
impl From<&IMSVidFilePlayback> for IDispatch
impl From<&IMSVidFilePlayback> for IDispatch
fn from(value: &IMSVidFilePlayback) -> Self
fn from(value: &IMSVidFilePlayback) -> Self
Converts to this type from the input type.
impl From<&IMSVidFilePlayback2> for IDispatch
impl From<&IMSVidFilePlayback2> for IDispatch
fn from(value: &IMSVidFilePlayback2) -> Self
fn from(value: &IMSVidFilePlayback2) -> Self
Converts to this type from the input type.
impl From<&IMSVidFilePlaybackEvent> for IDispatch
impl From<&IMSVidFilePlaybackEvent> for IDispatch
fn from(value: &IMSVidFilePlaybackEvent) -> Self
fn from(value: &IMSVidFilePlaybackEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidGenericSink> for IDispatch
impl From<&IMSVidGenericSink> for IDispatch
fn from(value: &IMSVidGenericSink) -> Self
fn from(value: &IMSVidGenericSink) -> Self
Converts to this type from the input type.
impl From<&IMSVidGenericSink2> for IDispatch
impl From<&IMSVidGenericSink2> for IDispatch
fn from(value: &IMSVidGenericSink2) -> Self
fn from(value: &IMSVidGenericSink2) -> Self
Converts to this type from the input type.
impl From<&IMSVidInputDevice> for IDispatch
impl From<&IMSVidInputDevice> for IDispatch
fn from(value: &IMSVidInputDevice) -> Self
fn from(value: &IMSVidInputDevice) -> Self
Converts to this type from the input type.
impl From<&IMSVidInputDeviceEvent> for IDispatch
impl From<&IMSVidInputDeviceEvent> for IDispatch
fn from(value: &IMSVidInputDeviceEvent) -> Self
fn from(value: &IMSVidInputDeviceEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidInputDevices> for IDispatch
impl From<&IMSVidInputDevices> for IDispatch
fn from(value: &IMSVidInputDevices) -> Self
fn from(value: &IMSVidInputDevices) -> Self
Converts to this type from the input type.
impl From<&IMSVidOutputDevice> for IDispatch
impl From<&IMSVidOutputDevice> for IDispatch
fn from(value: &IMSVidOutputDevice) -> Self
fn from(value: &IMSVidOutputDevice) -> Self
Converts to this type from the input type.
impl From<&IMSVidOutputDeviceEvent> for IDispatch
impl From<&IMSVidOutputDeviceEvent> for IDispatch
fn from(value: &IMSVidOutputDeviceEvent) -> Self
fn from(value: &IMSVidOutputDeviceEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidOutputDevices> for IDispatch
impl From<&IMSVidOutputDevices> for IDispatch
fn from(value: &IMSVidOutputDevices) -> Self
fn from(value: &IMSVidOutputDevices) -> Self
Converts to this type from the input type.
impl From<&IMSVidPlayback> for IDispatch
impl From<&IMSVidPlayback> for IDispatch
fn from(value: &IMSVidPlayback) -> Self
fn from(value: &IMSVidPlayback) -> Self
Converts to this type from the input type.
impl From<&IMSVidPlaybackEvent> for IDispatch
impl From<&IMSVidPlaybackEvent> for IDispatch
fn from(value: &IMSVidPlaybackEvent) -> Self
fn from(value: &IMSVidPlaybackEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidRect> for IDispatch
impl From<&IMSVidRect> for IDispatch
fn from(value: &IMSVidRect) -> Self
fn from(value: &IMSVidRect) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferRecordingControl> for IDispatch
impl From<&IMSVidStreamBufferRecordingControl> for IDispatch
fn from(value: &IMSVidStreamBufferRecordingControl) -> Self
fn from(value: &IMSVidStreamBufferRecordingControl) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferSink> for IDispatch
impl From<&IMSVidStreamBufferSink> for IDispatch
fn from(value: &IMSVidStreamBufferSink) -> Self
fn from(value: &IMSVidStreamBufferSink) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferSink2> for IDispatch
impl From<&IMSVidStreamBufferSink2> for IDispatch
fn from(value: &IMSVidStreamBufferSink2) -> Self
fn from(value: &IMSVidStreamBufferSink2) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferSink3> for IDispatch
impl From<&IMSVidStreamBufferSink3> for IDispatch
fn from(value: &IMSVidStreamBufferSink3) -> Self
fn from(value: &IMSVidStreamBufferSink3) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferSinkEvent> for IDispatch
impl From<&IMSVidStreamBufferSinkEvent> for IDispatch
fn from(value: &IMSVidStreamBufferSinkEvent) -> Self
fn from(value: &IMSVidStreamBufferSinkEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferSinkEvent2> for IDispatch
impl From<&IMSVidStreamBufferSinkEvent2> for IDispatch
fn from(value: &IMSVidStreamBufferSinkEvent2) -> Self
fn from(value: &IMSVidStreamBufferSinkEvent2) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferSinkEvent3> for IDispatch
impl From<&IMSVidStreamBufferSinkEvent3> for IDispatch
fn from(value: &IMSVidStreamBufferSinkEvent3) -> Self
fn from(value: &IMSVidStreamBufferSinkEvent3) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferSinkEvent4> for IDispatch
impl From<&IMSVidStreamBufferSinkEvent4> for IDispatch
fn from(value: &IMSVidStreamBufferSinkEvent4) -> Self
fn from(value: &IMSVidStreamBufferSinkEvent4) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferSource> for IDispatch
impl From<&IMSVidStreamBufferSource> for IDispatch
fn from(value: &IMSVidStreamBufferSource) -> Self
fn from(value: &IMSVidStreamBufferSource) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferSource2> for IDispatch
impl From<&IMSVidStreamBufferSource2> for IDispatch
fn from(value: &IMSVidStreamBufferSource2) -> Self
fn from(value: &IMSVidStreamBufferSource2) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferSourceEvent> for IDispatch
impl From<&IMSVidStreamBufferSourceEvent> for IDispatch
fn from(value: &IMSVidStreamBufferSourceEvent) -> Self
fn from(value: &IMSVidStreamBufferSourceEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferSourceEvent2> for IDispatch
impl From<&IMSVidStreamBufferSourceEvent2> for IDispatch
fn from(value: &IMSVidStreamBufferSourceEvent2) -> Self
fn from(value: &IMSVidStreamBufferSourceEvent2) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferSourceEvent3> for IDispatch
impl From<&IMSVidStreamBufferSourceEvent3> for IDispatch
fn from(value: &IMSVidStreamBufferSourceEvent3) -> Self
fn from(value: &IMSVidStreamBufferSourceEvent3) -> Self
Converts to this type from the input type.
impl From<&IMSVidStreamBufferV2SourceEvent> for IDispatch
impl From<&IMSVidStreamBufferV2SourceEvent> for IDispatch
fn from(value: &IMSVidStreamBufferV2SourceEvent) -> Self
fn from(value: &IMSVidStreamBufferV2SourceEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidTuner> for IDispatch
impl From<&IMSVidTuner> for IDispatch
fn from(value: &IMSVidTuner) -> Self
fn from(value: &IMSVidTuner) -> Self
Converts to this type from the input type.
impl From<&IMSVidTunerEvent> for IDispatch
impl From<&IMSVidTunerEvent> for IDispatch
fn from(value: &IMSVidTunerEvent) -> Self
fn from(value: &IMSVidTunerEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidVMR9> for IDispatch
impl From<&IMSVidVMR9> for IDispatch
fn from(value: &IMSVidVMR9) -> Self
fn from(value: &IMSVidVMR9) -> Self
Converts to this type from the input type.
impl From<&IMSVidVideoInputDevice> for IDispatch
impl From<&IMSVidVideoInputDevice> for IDispatch
fn from(value: &IMSVidVideoInputDevice) -> Self
fn from(value: &IMSVidVideoInputDevice) -> Self
Converts to this type from the input type.
impl From<&IMSVidVideoRenderer> for IDispatch
impl From<&IMSVidVideoRenderer> for IDispatch
fn from(value: &IMSVidVideoRenderer) -> Self
fn from(value: &IMSVidVideoRenderer) -> Self
Converts to this type from the input type.
impl From<&IMSVidVideoRenderer2> for IDispatch
impl From<&IMSVidVideoRenderer2> for IDispatch
fn from(value: &IMSVidVideoRenderer2) -> Self
fn from(value: &IMSVidVideoRenderer2) -> Self
Converts to this type from the input type.
impl From<&IMSVidVideoRendererDevices> for IDispatch
impl From<&IMSVidVideoRendererDevices> for IDispatch
fn from(value: &IMSVidVideoRendererDevices) -> Self
fn from(value: &IMSVidVideoRendererDevices) -> Self
Converts to this type from the input type.
impl From<&IMSVidVideoRendererEvent> for IDispatch
impl From<&IMSVidVideoRendererEvent> for IDispatch
fn from(value: &IMSVidVideoRendererEvent) -> Self
fn from(value: &IMSVidVideoRendererEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidVideoRendererEvent2> for IDispatch
impl From<&IMSVidVideoRendererEvent2> for IDispatch
fn from(value: &IMSVidVideoRendererEvent2) -> Self
fn from(value: &IMSVidVideoRendererEvent2) -> Self
Converts to this type from the input type.
impl From<&IMSVidWebDVD> for IDispatch
impl From<&IMSVidWebDVD> for IDispatch
fn from(value: &IMSVidWebDVD) -> Self
fn from(value: &IMSVidWebDVD) -> Self
Converts to this type from the input type.
impl From<&IMSVidWebDVD2> for IDispatch
impl From<&IMSVidWebDVD2> for IDispatch
fn from(value: &IMSVidWebDVD2) -> Self
fn from(value: &IMSVidWebDVD2) -> Self
Converts to this type from the input type.
impl From<&IMSVidWebDVDAdm> for IDispatch
impl From<&IMSVidWebDVDAdm> for IDispatch
fn from(value: &IMSVidWebDVDAdm) -> Self
fn from(value: &IMSVidWebDVDAdm) -> Self
Converts to this type from the input type.
impl From<&IMSVidWebDVDEvent> for IDispatch
impl From<&IMSVidWebDVDEvent> for IDispatch
fn from(value: &IMSVidWebDVDEvent) -> Self
fn from(value: &IMSVidWebDVDEvent) -> Self
Converts to this type from the input type.
impl From<&IMSVidXDSEvent> for IDispatch
impl From<&IMSVidXDSEvent> for IDispatch
fn from(value: &IMSVidXDSEvent) -> Self
fn from(value: &IMSVidXDSEvent) -> Self
Converts to this type from the input type.
impl From<&IMTSLocator> for IDispatch
impl From<&IMTSLocator> for IDispatch
fn from(value: &IMTSLocator) -> Self
fn from(value: &IMTSLocator) -> Self
Converts to this type from the input type.
impl From<&IMXAttributes> for IDispatch
impl From<&IMXAttributes> for IDispatch
fn from(value: &IMXAttributes) -> Self
fn from(value: &IMXAttributes) -> Self
Converts to this type from the input type.
impl From<&IMXNamespacePrefixes> for IDispatch
impl From<&IMXNamespacePrefixes> for IDispatch
fn from(value: &IMXNamespacePrefixes) -> Self
fn from(value: &IMXNamespacePrefixes) -> Self
Converts to this type from the input type.
impl From<&IMXReaderControl> for IDispatch
impl From<&IMXReaderControl> for IDispatch
fn from(value: &IMXReaderControl) -> Self
fn from(value: &IMXReaderControl) -> Self
Converts to this type from the input type.
impl From<&IMXSchemaDeclHandler> for IDispatch
impl From<&IMXSchemaDeclHandler> for IDispatch
fn from(value: &IMXSchemaDeclHandler) -> Self
fn from(value: &IMXSchemaDeclHandler) -> Self
Converts to this type from the input type.
impl From<&IMXXMLFilter> for IDispatch
impl From<&IMXXMLFilter> for IDispatch
fn from(value: &IMXXMLFilter) -> Self
fn from(value: &IMXXMLFilter) -> Self
Converts to this type from the input type.
impl From<&IMaintenanceSettings> for IDispatch
impl From<&IMaintenanceSettings> for IDispatch
fn from(value: &IMaintenanceSettings) -> Self
fn from(value: &IMaintenanceSettings) -> Self
Converts to this type from the input type.
impl From<&IMathInputControl> for IDispatch
impl From<&IMathInputControl> for IDispatch
fn from(value: &IMathInputControl) -> Self
fn from(value: &IMathInputControl) -> Self
Converts to this type from the input type.
impl From<&IMcastAddressAllocation> for IDispatch
impl From<&IMcastAddressAllocation> for IDispatch
fn from(value: &IMcastAddressAllocation) -> Self
fn from(value: &IMcastAddressAllocation) -> Self
Converts to this type from the input type.
impl From<&IMcastLeaseInfo> for IDispatch
impl From<&IMcastLeaseInfo> for IDispatch
fn from(value: &IMcastLeaseInfo) -> Self
fn from(value: &IMcastLeaseInfo) -> Self
Converts to this type from the input type.
impl From<&IMcastScope> for IDispatch
impl From<&IMcastScope> for IDispatch
fn from(value: &IMcastScope) -> Self
fn from(value: &IMcastScope) -> Self
Converts to this type from the input type.
impl From<&IMediaControl> for IDispatch
impl From<&IMediaControl> for IDispatch
fn from(value: &IMediaControl) -> Self
fn from(value: &IMediaControl) -> Self
Converts to this type from the input type.
impl From<&IMediaEvent> for IDispatch
impl From<&IMediaEvent> for IDispatch
fn from(value: &IMediaEvent) -> Self
fn from(value: &IMediaEvent) -> Self
Converts to this type from the input type.
impl From<&IMediaEventEx> for IDispatch
impl From<&IMediaEventEx> for IDispatch
fn from(value: &IMediaEventEx) -> Self
fn from(value: &IMediaEventEx) -> Self
Converts to this type from the input type.
impl From<&IMediaPosition> for IDispatch
impl From<&IMediaPosition> for IDispatch
fn from(value: &IMediaPosition) -> Self
fn from(value: &IMediaPosition) -> Self
Converts to this type from the input type.
impl From<&IMediaTypeInfo> for IDispatch
impl From<&IMediaTypeInfo> for IDispatch
fn from(value: &IMediaTypeInfo) -> Self
fn from(value: &IMediaTypeInfo) -> Self
Converts to this type from the input type.
impl From<&IMessageMover> for IDispatch
impl From<&IMessageMover> for IDispatch
fn from(value: &IMessageMover) -> Self
fn from(value: &IMessageMover) -> Self
Converts to this type from the input type.
impl From<&IMonthlyDOWTrigger> for IDispatch
impl From<&IMonthlyDOWTrigger> for IDispatch
fn from(value: &IMonthlyDOWTrigger) -> Self
fn from(value: &IMonthlyDOWTrigger) -> Self
Converts to this type from the input type.
impl From<&IMonthlyTrigger> for IDispatch
impl From<&IMonthlyTrigger> for IDispatch
fn from(value: &IMonthlyTrigger) -> Self
fn from(value: &IMonthlyTrigger) -> Self
Converts to this type from the input type.
impl From<&IMsmDependencies> for IDispatch
impl From<&IMsmDependencies> for IDispatch
fn from(value: &IMsmDependencies) -> Self
fn from(value: &IMsmDependencies) -> Self
Converts to this type from the input type.
impl From<&IMsmDependency> for IDispatch
impl From<&IMsmDependency> for IDispatch
fn from(value: &IMsmDependency) -> Self
fn from(value: &IMsmDependency) -> Self
Converts to this type from the input type.
impl From<&IMsmErrors> for IDispatch
impl From<&IMsmErrors> for IDispatch
fn from(value: &IMsmErrors) -> Self
fn from(value: &IMsmErrors) -> Self
Converts to this type from the input type.
impl From<&IMsmGetFiles> for IDispatch
impl From<&IMsmGetFiles> for IDispatch
fn from(value: &IMsmGetFiles) -> Self
fn from(value: &IMsmGetFiles) -> Self
Converts to this type from the input type.
impl From<&IMsmStrings> for IDispatch
impl From<&IMsmStrings> for IDispatch
fn from(value: &IMsmStrings) -> Self
fn from(value: &IMsmStrings) -> Self
Converts to this type from the input type.
impl From<&IMtsEventInfo> for IDispatch
impl From<&IMtsEventInfo> for IDispatch
fn from(value: &IMtsEventInfo) -> Self
fn from(value: &IMtsEventInfo) -> Self
Converts to this type from the input type.
impl From<&IMtsEvents> for IDispatch
impl From<&IMtsEvents> for IDispatch
fn from(value: &IMtsEvents) -> Self
fn from(value: &IMtsEvents) -> Self
Converts to this type from the input type.
impl From<&IMultisession> for IDispatch
impl From<&IMultisession> for IDispatch
fn from(value: &IMultisession) -> Self
fn from(value: &IMultisession) -> Self
Converts to this type from the input type.
impl From<&IMultisessionRandomWrite> for IDispatch
impl From<&IMultisessionRandomWrite> for IDispatch
fn from(value: &IMultisessionRandomWrite) -> Self
fn from(value: &IMultisessionRandomWrite) -> Self
Converts to this type from the input type.
impl From<&IMultisessionSequential> for IDispatch
impl From<&IMultisessionSequential> for IDispatch
fn from(value: &IMultisessionSequential) -> Self
fn from(value: &IMultisessionSequential) -> Self
Converts to this type from the input type.
impl From<&IMultisessionSequential2> for IDispatch
impl From<&IMultisessionSequential2> for IDispatch
fn from(value: &IMultisessionSequential2) -> Self
fn from(value: &IMultisessionSequential2) -> Self
Converts to this type from the input type.
impl From<&INATEventManager> for IDispatch
impl From<&INATEventManager> for IDispatch
fn from(value: &INATEventManager) -> Self
fn from(value: &INATEventManager) -> Self
Converts to this type from the input type.
impl From<&INetConnectionProps> for IDispatch
impl From<&INetConnectionProps> for IDispatch
fn from(value: &INetConnectionProps) -> Self
fn from(value: &INetConnectionProps) -> Self
Converts to this type from the input type.
impl From<&INetFwAuthorizedApplication> for IDispatch
impl From<&INetFwAuthorizedApplication> for IDispatch
fn from(value: &INetFwAuthorizedApplication) -> Self
fn from(value: &INetFwAuthorizedApplication) -> Self
Converts to this type from the input type.
impl From<&INetFwAuthorizedApplications> for IDispatch
impl From<&INetFwAuthorizedApplications> for IDispatch
fn from(value: &INetFwAuthorizedApplications) -> Self
fn from(value: &INetFwAuthorizedApplications) -> Self
Converts to this type from the input type.
impl From<&INetFwIcmpSettings> for IDispatch
impl From<&INetFwIcmpSettings> for IDispatch
fn from(value: &INetFwIcmpSettings) -> Self
fn from(value: &INetFwIcmpSettings) -> Self
Converts to this type from the input type.
impl From<&INetFwOpenPort> for IDispatch
impl From<&INetFwOpenPort> for IDispatch
fn from(value: &INetFwOpenPort) -> Self
fn from(value: &INetFwOpenPort) -> Self
Converts to this type from the input type.
impl From<&INetFwOpenPorts> for IDispatch
impl From<&INetFwOpenPorts> for IDispatch
fn from(value: &INetFwOpenPorts) -> Self
fn from(value: &INetFwOpenPorts) -> Self
Converts to this type from the input type.
impl From<&INetFwPolicy> for IDispatch
impl From<&INetFwPolicy> for IDispatch
fn from(value: &INetFwPolicy) -> Self
fn from(value: &INetFwPolicy) -> Self
Converts to this type from the input type.
impl From<&INetFwPolicy2> for IDispatch
impl From<&INetFwPolicy2> for IDispatch
fn from(value: &INetFwPolicy2) -> Self
fn from(value: &INetFwPolicy2) -> Self
Converts to this type from the input type.
impl From<&INetFwProduct> for IDispatch
impl From<&INetFwProduct> for IDispatch
fn from(value: &INetFwProduct) -> Self
fn from(value: &INetFwProduct) -> Self
Converts to this type from the input type.
impl From<&INetFwProducts> for IDispatch
impl From<&INetFwProducts> for IDispatch
fn from(value: &INetFwProducts) -> Self
fn from(value: &INetFwProducts) -> Self
Converts to this type from the input type.
impl From<&INetFwProfile> for IDispatch
impl From<&INetFwProfile> for IDispatch
fn from(value: &INetFwProfile) -> Self
fn from(value: &INetFwProfile) -> Self
Converts to this type from the input type.
impl From<&INetFwRemoteAdminSettings> for IDispatch
impl From<&INetFwRemoteAdminSettings> for IDispatch
fn from(value: &INetFwRemoteAdminSettings) -> Self
fn from(value: &INetFwRemoteAdminSettings) -> Self
Converts to this type from the input type.
impl From<&INetFwRule> for IDispatch
impl From<&INetFwRule> for IDispatch
fn from(value: &INetFwRule) -> Self
fn from(value: &INetFwRule) -> Self
Converts to this type from the input type.
impl From<&INetFwRule2> for IDispatch
impl From<&INetFwRule2> for IDispatch
fn from(value: &INetFwRule2) -> Self
fn from(value: &INetFwRule2) -> Self
Converts to this type from the input type.
impl From<&INetFwRule3> for IDispatch
impl From<&INetFwRule3> for IDispatch
fn from(value: &INetFwRule3) -> Self
fn from(value: &INetFwRule3) -> Self
Converts to this type from the input type.
impl From<&INetFwRules> for IDispatch
impl From<&INetFwRules> for IDispatch
fn from(value: &INetFwRules) -> Self
fn from(value: &INetFwRules) -> Self
Converts to this type from the input type.
impl From<&INetFwService> for IDispatch
impl From<&INetFwService> for IDispatch
fn from(value: &INetFwService) -> Self
fn from(value: &INetFwService) -> Self
Converts to this type from the input type.
impl From<&INetFwServiceRestriction> for IDispatch
impl From<&INetFwServiceRestriction> for IDispatch
fn from(value: &INetFwServiceRestriction) -> Self
fn from(value: &INetFwServiceRestriction) -> Self
Converts to this type from the input type.
impl From<&INetFwServices> for IDispatch
impl From<&INetFwServices> for IDispatch
fn from(value: &INetFwServices) -> Self
fn from(value: &INetFwServices) -> Self
Converts to this type from the input type.
impl From<&INetSharingConfiguration> for IDispatch
impl From<&INetSharingConfiguration> for IDispatch
fn from(value: &INetSharingConfiguration) -> Self
fn from(value: &INetSharingConfiguration) -> Self
Converts to this type from the input type.
impl From<&INetSharingEveryConnectionCollection> for IDispatch
impl From<&INetSharingEveryConnectionCollection> for IDispatch
fn from(value: &INetSharingEveryConnectionCollection) -> Self
fn from(value: &INetSharingEveryConnectionCollection) -> Self
Converts to this type from the input type.
impl From<&INetSharingManager> for IDispatch
impl From<&INetSharingManager> for IDispatch
fn from(value: &INetSharingManager) -> Self
fn from(value: &INetSharingManager) -> Self
Converts to this type from the input type.
impl From<&INetSharingPortMapping> for IDispatch
impl From<&INetSharingPortMapping> for IDispatch
fn from(value: &INetSharingPortMapping) -> Self
fn from(value: &INetSharingPortMapping) -> Self
Converts to this type from the input type.
impl From<&INetSharingPortMappingCollection> for IDispatch
impl From<&INetSharingPortMappingCollection> for IDispatch
fn from(value: &INetSharingPortMappingCollection) -> Self
fn from(value: &INetSharingPortMappingCollection) -> Self
Converts to this type from the input type.
impl From<&INetSharingPortMappingProps> for IDispatch
impl From<&INetSharingPortMappingProps> for IDispatch
fn from(value: &INetSharingPortMappingProps) -> Self
fn from(value: &INetSharingPortMappingProps) -> Self
Converts to this type from the input type.
impl From<&INetSharingPrivateConnectionCollection> for IDispatch
impl From<&INetSharingPrivateConnectionCollection> for IDispatch
fn from(value: &INetSharingPrivateConnectionCollection) -> Self
fn from(value: &INetSharingPrivateConnectionCollection) -> Self
Converts to this type from the input type.
impl From<&INetSharingPublicConnectionCollection> for IDispatch
impl From<&INetSharingPublicConnectionCollection> for IDispatch
fn from(value: &INetSharingPublicConnectionCollection) -> Self
fn from(value: &INetSharingPublicConnectionCollection) -> Self
Converts to this type from the input type.
impl From<&INetworkConnection> for IDispatch
impl From<&INetworkConnection> for IDispatch
fn from(value: &INetworkConnection) -> Self
fn from(value: &INetworkConnection) -> Self
Converts to this type from the input type.
impl From<&INetworkListManager> for IDispatch
impl From<&INetworkListManager> for IDispatch
fn from(value: &INetworkListManager) -> Self
fn from(value: &INetworkListManager) -> Self
Converts to this type from the input type.
impl From<&INetworkSettings> for IDispatch
impl From<&INetworkSettings> for IDispatch
fn from(value: &INetworkSettings) -> Self
fn from(value: &INetworkSettings) -> Self
Converts to this type from the input type.
impl From<&INewWDEvents> for IDispatch
impl From<&INewWDEvents> for IDispatch
fn from(value: &INewWDEvents) -> Self
fn from(value: &INewWDEvents) -> Self
Converts to this type from the input type.
impl From<&IOCSPAdmin> for IDispatch
impl From<&IOCSPAdmin> for IDispatch
fn from(value: &IOCSPAdmin) -> Self
fn from(value: &IOCSPAdmin) -> Self
Converts to this type from the input type.
impl From<&IOCSPCAConfiguration> for IDispatch
impl From<&IOCSPCAConfiguration> for IDispatch
fn from(value: &IOCSPCAConfiguration) -> Self
fn from(value: &IOCSPCAConfiguration) -> Self
Converts to this type from the input type.
impl From<&IOCSPCAConfigurationCollection> for IDispatch
impl From<&IOCSPCAConfigurationCollection> for IDispatch
fn from(value: &IOCSPCAConfigurationCollection) -> Self
fn from(value: &IOCSPCAConfigurationCollection) -> Self
Converts to this type from the input type.
impl From<&IOCSPProperty> for IDispatch
impl From<&IOCSPProperty> for IDispatch
fn from(value: &IOCSPProperty) -> Self
fn from(value: &IOCSPProperty) -> Self
Converts to this type from the input type.
impl From<&IOCSPPropertyCollection> for IDispatch
impl From<&IOCSPPropertyCollection> for IDispatch
fn from(value: &IOCSPPropertyCollection) -> Self
fn from(value: &IOCSPPropertyCollection) -> Self
Converts to this type from the input type.
impl From<&IObjectConstructString> for IDispatch
impl From<&IObjectConstructString> for IDispatch
fn from(value: &IObjectConstructString) -> Self
fn from(value: &IObjectConstructString) -> Self
Converts to this type from the input type.
impl From<&IObjectIds> for IDispatch
impl From<&IObjectIds> for IDispatch
fn from(value: &IObjectIds) -> Self
fn from(value: &IObjectIds) -> Self
Converts to this type from the input type.
impl From<&IPackageUtil> for IDispatch
impl From<&IPackageUtil> for IDispatch
fn from(value: &IPackageUtil) -> Self
fn from(value: &IPackageUtil) -> Self
Converts to this type from the input type.
impl From<&IPenInputPanel> for IDispatch
impl From<&IPenInputPanel> for IDispatch
fn from(value: &IPenInputPanel) -> Self
fn from(value: &IPenInputPanel) -> Self
Converts to this type from the input type.
impl From<&IPerformanceCounterDataCollector> for IDispatch
impl From<&IPerformanceCounterDataCollector> for IDispatch
fn from(value: &IPerformanceCounterDataCollector) -> Self
fn from(value: &IPerformanceCounterDataCollector) -> Self
Converts to this type from the input type.
impl From<&IPictureDisp> for IDispatch
impl From<&IPictureDisp> for IDispatch
fn from(value: &IPictureDisp) -> Self
fn from(value: &IPictureDisp) -> Self
Converts to this type from the input type.
impl From<&IPolicyQualifier> for IDispatch
impl From<&IPolicyQualifier> for IDispatch
fn from(value: &IPolicyQualifier) -> Self
fn from(value: &IPolicyQualifier) -> Self
Converts to this type from the input type.
impl From<&IPolicyQualifiers> for IDispatch
impl From<&IPolicyQualifiers> for IDispatch
fn from(value: &IPolicyQualifiers) -> Self
fn from(value: &IPolicyQualifiers) -> Self
Converts to this type from the input type.
impl From<&IPoolManager> for IDispatch
impl From<&IPoolManager> for IDispatch
fn from(value: &IPoolManager) -> Self
fn from(value: &IPoolManager) -> Self
Converts to this type from the input type.
impl From<&IPortableDeviceWebControl> for IDispatch
impl From<&IPortableDeviceWebControl> for IDispatch
fn from(value: &IPortableDeviceWebControl) -> Self
fn from(value: &IPortableDeviceWebControl) -> Self
Converts to this type from the input type.
impl From<&IPrincipal> for IDispatch
impl From<&IPrincipal> for IDispatch
fn from(value: &IPrincipal) -> Self
fn from(value: &IPrincipal) -> Self
Converts to this type from the input type.
impl From<&IPrincipal2> for IDispatch
impl From<&IPrincipal2> for IDispatch
fn from(value: &IPrincipal2) -> Self
fn from(value: &IPrincipal2) -> Self
Converts to this type from the input type.
impl From<&IPrintDocumentPackageStatusEvent> for IDispatch
impl From<&IPrintDocumentPackageStatusEvent> for IDispatch
fn from(value: &IPrintDocumentPackageStatusEvent) -> Self
fn from(value: &IPrintDocumentPackageStatusEvent) -> Self
Converts to this type from the input type.
impl From<&IPrintJobCollection> for IDispatch
impl From<&IPrintJobCollection> for IDispatch
fn from(value: &IPrintJobCollection) -> Self
fn from(value: &IPrintJobCollection) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaAsyncOperation> for IDispatch
impl From<&IPrintSchemaAsyncOperation> for IDispatch
fn from(value: &IPrintSchemaAsyncOperation) -> Self
fn from(value: &IPrintSchemaAsyncOperation) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaAsyncOperationEvent> for IDispatch
impl From<&IPrintSchemaAsyncOperationEvent> for IDispatch
fn from(value: &IPrintSchemaAsyncOperationEvent) -> Self
fn from(value: &IPrintSchemaAsyncOperationEvent) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaCapabilities> for IDispatch
impl From<&IPrintSchemaCapabilities> for IDispatch
fn from(value: &IPrintSchemaCapabilities) -> Self
fn from(value: &IPrintSchemaCapabilities) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaCapabilities2> for IDispatch
impl From<&IPrintSchemaCapabilities2> for IDispatch
fn from(value: &IPrintSchemaCapabilities2) -> Self
fn from(value: &IPrintSchemaCapabilities2) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaDisplayableElement> for IDispatch
impl From<&IPrintSchemaDisplayableElement> for IDispatch
fn from(value: &IPrintSchemaDisplayableElement) -> Self
fn from(value: &IPrintSchemaDisplayableElement) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaElement> for IDispatch
impl From<&IPrintSchemaElement> for IDispatch
fn from(value: &IPrintSchemaElement) -> Self
fn from(value: &IPrintSchemaElement) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaFeature> for IDispatch
impl From<&IPrintSchemaFeature> for IDispatch
fn from(value: &IPrintSchemaFeature) -> Self
fn from(value: &IPrintSchemaFeature) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaNUpOption> for IDispatch
impl From<&IPrintSchemaNUpOption> for IDispatch
fn from(value: &IPrintSchemaNUpOption) -> Self
fn from(value: &IPrintSchemaNUpOption) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaOption> for IDispatch
impl From<&IPrintSchemaOption> for IDispatch
fn from(value: &IPrintSchemaOption) -> Self
fn from(value: &IPrintSchemaOption) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaOptionCollection> for IDispatch
impl From<&IPrintSchemaOptionCollection> for IDispatch
fn from(value: &IPrintSchemaOptionCollection) -> Self
fn from(value: &IPrintSchemaOptionCollection) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaPageImageableSize> for IDispatch
impl From<&IPrintSchemaPageImageableSize> for IDispatch
fn from(value: &IPrintSchemaPageImageableSize) -> Self
fn from(value: &IPrintSchemaPageImageableSize) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaPageMediaSizeOption> for IDispatch
impl From<&IPrintSchemaPageMediaSizeOption> for IDispatch
fn from(value: &IPrintSchemaPageMediaSizeOption) -> Self
fn from(value: &IPrintSchemaPageMediaSizeOption) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaParameterDefinition> for IDispatch
impl From<&IPrintSchemaParameterDefinition> for IDispatch
fn from(value: &IPrintSchemaParameterDefinition) -> Self
fn from(value: &IPrintSchemaParameterDefinition) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaParameterInitializer> for IDispatch
impl From<&IPrintSchemaParameterInitializer> for IDispatch
fn from(value: &IPrintSchemaParameterInitializer) -> Self
fn from(value: &IPrintSchemaParameterInitializer) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaTicket> for IDispatch
impl From<&IPrintSchemaTicket> for IDispatch
fn from(value: &IPrintSchemaTicket) -> Self
fn from(value: &IPrintSchemaTicket) -> Self
Converts to this type from the input type.
impl From<&IPrintSchemaTicket2> for IDispatch
impl From<&IPrintSchemaTicket2> for IDispatch
fn from(value: &IPrintSchemaTicket2) -> Self
fn from(value: &IPrintSchemaTicket2) -> Self
Converts to this type from the input type.
impl From<&IPrinterExtensionContext> for IDispatch
impl From<&IPrinterExtensionContext> for IDispatch
fn from(value: &IPrinterExtensionContext) -> Self
fn from(value: &IPrinterExtensionContext) -> Self
Converts to this type from the input type.
impl From<&IPrinterExtensionContextCollection> for IDispatch
impl From<&IPrinterExtensionContextCollection> for IDispatch
fn from(value: &IPrinterExtensionContextCollection) -> Self
fn from(value: &IPrinterExtensionContextCollection) -> Self
Converts to this type from the input type.
impl From<&IPrinterExtensionEvent> for IDispatch
impl From<&IPrinterExtensionEvent> for IDispatch
fn from(value: &IPrinterExtensionEvent) -> Self
fn from(value: &IPrinterExtensionEvent) -> Self
Converts to this type from the input type.
impl From<&IPrinterExtensionEventArgs> for IDispatch
impl From<&IPrinterExtensionEventArgs> for IDispatch
fn from(value: &IPrinterExtensionEventArgs) -> Self
fn from(value: &IPrinterExtensionEventArgs) -> Self
Converts to this type from the input type.
impl From<&IPrinterExtensionRequest> for IDispatch
impl From<&IPrinterExtensionRequest> for IDispatch
fn from(value: &IPrinterExtensionRequest) -> Self
fn from(value: &IPrinterExtensionRequest) -> Self
Converts to this type from the input type.
impl From<&IPrinterPropertyBag> for IDispatch
impl From<&IPrinterPropertyBag> for IDispatch
fn from(value: &IPrinterPropertyBag) -> Self
fn from(value: &IPrinterPropertyBag) -> Self
Converts to this type from the input type.
impl From<&IPrinterQueue> for IDispatch
impl From<&IPrinterQueue> for IDispatch
fn from(value: &IPrinterQueue) -> Self
fn from(value: &IPrinterQueue) -> Self
Converts to this type from the input type.
impl From<&IPrinterQueue2> for IDispatch
impl From<&IPrinterQueue2> for IDispatch
fn from(value: &IPrinterQueue2) -> Self
fn from(value: &IPrinterQueue2) -> Self
Converts to this type from the input type.
impl From<&IPrinterQueueEvent> for IDispatch
impl From<&IPrinterQueueEvent> for IDispatch
fn from(value: &IPrinterQueueEvent) -> Self
fn from(value: &IPrinterQueueEvent) -> Self
Converts to this type from the input type.
impl From<&IPrinterQueueView> for IDispatch
impl From<&IPrinterQueueView> for IDispatch
fn from(value: &IPrinterQueueView) -> Self
fn from(value: &IPrinterQueueView) -> Self
Converts to this type from the input type.
impl From<&IPrinterQueueViewEvent> for IDispatch
impl From<&IPrinterQueueViewEvent> for IDispatch
fn from(value: &IPrinterQueueViewEvent) -> Self
fn from(value: &IPrinterQueueViewEvent) -> Self
Converts to this type from the input type.
impl From<&IPrinterScriptContext> for IDispatch
impl From<&IPrinterScriptContext> for IDispatch
fn from(value: &IPrinterScriptContext) -> Self
fn from(value: &IPrinterScriptContext) -> Self
Converts to this type from the input type.
impl From<&IPrinterScriptablePropertyBag> for IDispatch
impl From<&IPrinterScriptablePropertyBag> for IDispatch
fn from(value: &IPrinterScriptablePropertyBag) -> Self
fn from(value: &IPrinterScriptablePropertyBag) -> Self
Converts to this type from the input type.
impl From<&IPrinterScriptablePropertyBag2> for IDispatch
impl From<&IPrinterScriptablePropertyBag2> for IDispatch
fn from(value: &IPrinterScriptablePropertyBag2) -> Self
fn from(value: &IPrinterScriptablePropertyBag2) -> Self
Converts to this type from the input type.
impl From<&IPrinterScriptableSequentialStream> for IDispatch
impl From<&IPrinterScriptableSequentialStream> for IDispatch
fn from(value: &IPrinterScriptableSequentialStream) -> Self
fn from(value: &IPrinterScriptableSequentialStream) -> Self
Converts to this type from the input type.
impl From<&IPrinterScriptableStream> for IDispatch
impl From<&IPrinterScriptableStream> for IDispatch
fn from(value: &IPrinterScriptableStream) -> Self
fn from(value: &IPrinterScriptableStream) -> Self
Converts to this type from the input type.
impl From<&IProgressItem> for IDispatch
impl From<&IProgressItem> for IDispatch
fn from(value: &IProgressItem) -> Self
fn from(value: &IProgressItem) -> Self
Converts to this type from the input type.
impl From<&IProgressItems> for IDispatch
impl From<&IProgressItems> for IDispatch
fn from(value: &IProgressItems) -> Self
fn from(value: &IProgressItems) -> Self
Converts to this type from the input type.
impl From<&IProvideWinSATAssessmentInfo> for IDispatch
impl From<&IProvideWinSATAssessmentInfo> for IDispatch
fn from(value: &IProvideWinSATAssessmentInfo) -> Self
fn from(value: &IProvideWinSATAssessmentInfo) -> Self
Converts to this type from the input type.
impl From<&IProvideWinSATResultsInfo> for IDispatch
impl From<&IProvideWinSATResultsInfo> for IDispatch
fn from(value: &IProvideWinSATResultsInfo) -> Self
fn from(value: &IProvideWinSATResultsInfo) -> Self
Converts to this type from the input type.
impl From<&IQueryAllWinSATAssessments> for IDispatch
impl From<&IQueryAllWinSATAssessments> for IDispatch
fn from(value: &IQueryAllWinSATAssessments) -> Self
fn from(value: &IQueryAllWinSATAssessments) -> Self
Converts to this type from the input type.
impl From<&IQueryRecentWinSATAssessment> for IDispatch
impl From<&IQueryRecentWinSATAssessment> for IDispatch
fn from(value: &IQueryRecentWinSATAssessment) -> Self
fn from(value: &IQueryRecentWinSATAssessment) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIApplication> for IDispatch
impl From<&IRDPSRAPIApplication> for IDispatch
fn from(value: &IRDPSRAPIApplication) -> Self
fn from(value: &IRDPSRAPIApplication) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIApplicationFilter> for IDispatch
impl From<&IRDPSRAPIApplicationFilter> for IDispatch
fn from(value: &IRDPSRAPIApplicationFilter) -> Self
fn from(value: &IRDPSRAPIApplicationFilter) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIApplicationList> for IDispatch
impl From<&IRDPSRAPIApplicationList> for IDispatch
fn from(value: &IRDPSRAPIApplicationList) -> Self
fn from(value: &IRDPSRAPIApplicationList) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIAttendee> for IDispatch
impl From<&IRDPSRAPIAttendee> for IDispatch
fn from(value: &IRDPSRAPIAttendee) -> Self
fn from(value: &IRDPSRAPIAttendee) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIAttendeeDisconnectInfo> for IDispatch
impl From<&IRDPSRAPIAttendeeDisconnectInfo> for IDispatch
fn from(value: &IRDPSRAPIAttendeeDisconnectInfo) -> Self
fn from(value: &IRDPSRAPIAttendeeDisconnectInfo) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIAttendeeManager> for IDispatch
impl From<&IRDPSRAPIAttendeeManager> for IDispatch
fn from(value: &IRDPSRAPIAttendeeManager) -> Self
fn from(value: &IRDPSRAPIAttendeeManager) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIFrameBuffer> for IDispatch
impl From<&IRDPSRAPIFrameBuffer> for IDispatch
fn from(value: &IRDPSRAPIFrameBuffer) -> Self
fn from(value: &IRDPSRAPIFrameBuffer) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIInvitation> for IDispatch
impl From<&IRDPSRAPIInvitation> for IDispatch
fn from(value: &IRDPSRAPIInvitation) -> Self
fn from(value: &IRDPSRAPIInvitation) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIInvitationManager> for IDispatch
impl From<&IRDPSRAPIInvitationManager> for IDispatch
fn from(value: &IRDPSRAPIInvitationManager) -> Self
fn from(value: &IRDPSRAPIInvitationManager) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPISessionProperties> for IDispatch
impl From<&IRDPSRAPISessionProperties> for IDispatch
fn from(value: &IRDPSRAPISessionProperties) -> Self
fn from(value: &IRDPSRAPISessionProperties) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPISharingSession> for IDispatch
impl From<&IRDPSRAPISharingSession> for IDispatch
fn from(value: &IRDPSRAPISharingSession) -> Self
fn from(value: &IRDPSRAPISharingSession) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPISharingSession2> for IDispatch
impl From<&IRDPSRAPISharingSession2> for IDispatch
fn from(value: &IRDPSRAPISharingSession2) -> Self
fn from(value: &IRDPSRAPISharingSession2) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPITcpConnectionInfo> for IDispatch
impl From<&IRDPSRAPITcpConnectionInfo> for IDispatch
fn from(value: &IRDPSRAPITcpConnectionInfo) -> Self
fn from(value: &IRDPSRAPITcpConnectionInfo) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIViewer> for IDispatch
impl From<&IRDPSRAPIViewer> for IDispatch
fn from(value: &IRDPSRAPIViewer) -> Self
fn from(value: &IRDPSRAPIViewer) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIVirtualChannel> for IDispatch
impl From<&IRDPSRAPIVirtualChannel> for IDispatch
fn from(value: &IRDPSRAPIVirtualChannel) -> Self
fn from(value: &IRDPSRAPIVirtualChannel) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIVirtualChannelManager> for IDispatch
impl From<&IRDPSRAPIVirtualChannelManager> for IDispatch
fn from(value: &IRDPSRAPIVirtualChannelManager) -> Self
fn from(value: &IRDPSRAPIVirtualChannelManager) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIWindow> for IDispatch
impl From<&IRDPSRAPIWindow> for IDispatch
fn from(value: &IRDPSRAPIWindow) -> Self
fn from(value: &IRDPSRAPIWindow) -> Self
Converts to this type from the input type.
impl From<&IRDPSRAPIWindowList> for IDispatch
impl From<&IRDPSRAPIWindowList> for IDispatch
fn from(value: &IRDPSRAPIWindowList) -> Self
fn from(value: &IRDPSRAPIWindowList) -> Self
Converts to this type from the input type.
impl From<&IRTCBuddyEvent> for IDispatch
impl From<&IRTCBuddyEvent> for IDispatch
fn from(value: &IRTCBuddyEvent) -> Self
fn from(value: &IRTCBuddyEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCBuddyEvent2> for IDispatch
impl From<&IRTCBuddyEvent2> for IDispatch
fn from(value: &IRTCBuddyEvent2) -> Self
fn from(value: &IRTCBuddyEvent2) -> Self
Converts to this type from the input type.
impl From<&IRTCBuddyGroupEvent> for IDispatch
impl From<&IRTCBuddyGroupEvent> for IDispatch
fn from(value: &IRTCBuddyGroupEvent) -> Self
fn from(value: &IRTCBuddyGroupEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCClientEvent> for IDispatch
impl From<&IRTCClientEvent> for IDispatch
fn from(value: &IRTCClientEvent) -> Self
fn from(value: &IRTCClientEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCCollection> for IDispatch
impl From<&IRTCCollection> for IDispatch
fn from(value: &IRTCCollection) -> Self
fn from(value: &IRTCCollection) -> Self
Converts to this type from the input type.
impl From<&IRTCDispatchEventNotification> for IDispatch
impl From<&IRTCDispatchEventNotification> for IDispatch
fn from(value: &IRTCDispatchEventNotification) -> Self
fn from(value: &IRTCDispatchEventNotification) -> Self
Converts to this type from the input type.
impl From<&IRTCInfoEvent> for IDispatch
impl From<&IRTCInfoEvent> for IDispatch
fn from(value: &IRTCInfoEvent) -> Self
fn from(value: &IRTCInfoEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCIntensityEvent> for IDispatch
impl From<&IRTCIntensityEvent> for IDispatch
fn from(value: &IRTCIntensityEvent) -> Self
fn from(value: &IRTCIntensityEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCMediaEvent> for IDispatch
impl From<&IRTCMediaEvent> for IDispatch
fn from(value: &IRTCMediaEvent) -> Self
fn from(value: &IRTCMediaEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCMediaRequestEvent> for IDispatch
impl From<&IRTCMediaRequestEvent> for IDispatch
fn from(value: &IRTCMediaRequestEvent) -> Self
fn from(value: &IRTCMediaRequestEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCMessagingEvent> for IDispatch
impl From<&IRTCMessagingEvent> for IDispatch
fn from(value: &IRTCMessagingEvent) -> Self
fn from(value: &IRTCMessagingEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCParticipantStateChangeEvent> for IDispatch
impl From<&IRTCParticipantStateChangeEvent> for IDispatch
fn from(value: &IRTCParticipantStateChangeEvent) -> Self
fn from(value: &IRTCParticipantStateChangeEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCPresenceDataEvent> for IDispatch
impl From<&IRTCPresenceDataEvent> for IDispatch
fn from(value: &IRTCPresenceDataEvent) -> Self
fn from(value: &IRTCPresenceDataEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCPresencePropertyEvent> for IDispatch
impl From<&IRTCPresencePropertyEvent> for IDispatch
fn from(value: &IRTCPresencePropertyEvent) -> Self
fn from(value: &IRTCPresencePropertyEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCPresenceStatusEvent> for IDispatch
impl From<&IRTCPresenceStatusEvent> for IDispatch
fn from(value: &IRTCPresenceStatusEvent) -> Self
fn from(value: &IRTCPresenceStatusEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCProfileEvent> for IDispatch
impl From<&IRTCProfileEvent> for IDispatch
fn from(value: &IRTCProfileEvent) -> Self
fn from(value: &IRTCProfileEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCProfileEvent2> for IDispatch
impl From<&IRTCProfileEvent2> for IDispatch
fn from(value: &IRTCProfileEvent2) -> Self
fn from(value: &IRTCProfileEvent2) -> Self
Converts to this type from the input type.
impl From<&IRTCReInviteEvent> for IDispatch
impl From<&IRTCReInviteEvent> for IDispatch
fn from(value: &IRTCReInviteEvent) -> Self
fn from(value: &IRTCReInviteEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCRegistrationStateChangeEvent> for IDispatch
impl From<&IRTCRegistrationStateChangeEvent> for IDispatch
fn from(value: &IRTCRegistrationStateChangeEvent) -> Self
fn from(value: &IRTCRegistrationStateChangeEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCRoamingEvent> for IDispatch
impl From<&IRTCRoamingEvent> for IDispatch
fn from(value: &IRTCRoamingEvent) -> Self
fn from(value: &IRTCRoamingEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCSessionOperationCompleteEvent> for IDispatch
impl From<&IRTCSessionOperationCompleteEvent> for IDispatch
fn from(value: &IRTCSessionOperationCompleteEvent) -> Self
fn from(value: &IRTCSessionOperationCompleteEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCSessionOperationCompleteEvent2> for IDispatch
impl From<&IRTCSessionOperationCompleteEvent2> for IDispatch
fn from(value: &IRTCSessionOperationCompleteEvent2) -> Self
fn from(value: &IRTCSessionOperationCompleteEvent2) -> Self
Converts to this type from the input type.
impl From<&IRTCSessionReferStatusEvent> for IDispatch
impl From<&IRTCSessionReferStatusEvent> for IDispatch
fn from(value: &IRTCSessionReferStatusEvent) -> Self
fn from(value: &IRTCSessionReferStatusEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCSessionReferredEvent> for IDispatch
impl From<&IRTCSessionReferredEvent> for IDispatch
fn from(value: &IRTCSessionReferredEvent) -> Self
fn from(value: &IRTCSessionReferredEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCSessionStateChangeEvent> for IDispatch
impl From<&IRTCSessionStateChangeEvent> for IDispatch
fn from(value: &IRTCSessionStateChangeEvent) -> Self
fn from(value: &IRTCSessionStateChangeEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCSessionStateChangeEvent2> for IDispatch
impl From<&IRTCSessionStateChangeEvent2> for IDispatch
fn from(value: &IRTCSessionStateChangeEvent2) -> Self
fn from(value: &IRTCSessionStateChangeEvent2) -> Self
Converts to this type from the input type.
impl From<&IRTCUserSearchResultsEvent> for IDispatch
impl From<&IRTCUserSearchResultsEvent> for IDispatch
fn from(value: &IRTCUserSearchResultsEvent) -> Self
fn from(value: &IRTCUserSearchResultsEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCWatcherEvent> for IDispatch
impl From<&IRTCWatcherEvent> for IDispatch
fn from(value: &IRTCWatcherEvent) -> Self
fn from(value: &IRTCWatcherEvent) -> Self
Converts to this type from the input type.
impl From<&IRTCWatcherEvent2> for IDispatch
impl From<&IRTCWatcherEvent2> for IDispatch
fn from(value: &IRTCWatcherEvent2) -> Self
fn from(value: &IRTCWatcherEvent2) -> Self
Converts to this type from the input type.
impl From<&IRawCDImageCreator> for IDispatch
impl From<&IRawCDImageCreator> for IDispatch
fn from(value: &IRawCDImageCreator) -> Self
fn from(value: &IRawCDImageCreator) -> Self
Converts to this type from the input type.
impl From<&IRawCDImageTrackInfo> for IDispatch
impl From<&IRawCDImageTrackInfo> for IDispatch
fn from(value: &IRawCDImageTrackInfo) -> Self
fn from(value: &IRawCDImageTrackInfo) -> Self
Converts to this type from the input type.
impl From<&IRegFilterInfo> for IDispatch
impl From<&IRegFilterInfo> for IDispatch
fn from(value: &IRegFilterInfo) -> Self
fn from(value: &IRegFilterInfo) -> Self
Converts to this type from the input type.
impl From<&IRegisteredTask> for IDispatch
impl From<&IRegisteredTask> for IDispatch
fn from(value: &IRegisteredTask) -> Self
fn from(value: &IRegisteredTask) -> Self
Converts to this type from the input type.
impl From<&IRegisteredTaskCollection> for IDispatch
impl From<&IRegisteredTaskCollection> for IDispatch
fn from(value: &IRegisteredTaskCollection) -> Self
fn from(value: &IRegisteredTaskCollection) -> Self
Converts to this type from the input type.
impl From<&IRegistrationInfo> for IDispatch
impl From<&IRegistrationInfo> for IDispatch
fn from(value: &IRegistrationInfo) -> Self
fn from(value: &IRegistrationInfo) -> Self
Converts to this type from the input type.
impl From<&IRegistrationTrigger> for IDispatch
impl From<&IRegistrationTrigger> for IDispatch
fn from(value: &IRegistrationTrigger) -> Self
fn from(value: &IRegistrationTrigger) -> Self
Converts to this type from the input type.
impl From<&IRemoteComponentUtil> for IDispatch
impl From<&IRemoteComponentUtil> for IDispatch
fn from(value: &IRemoteComponentUtil) -> Self
fn from(value: &IRemoteComponentUtil) -> Self
Converts to this type from the input type.
impl From<&IRemoteDesktopClient> for IDispatch
impl From<&IRemoteDesktopClient> for IDispatch
fn from(value: &IRemoteDesktopClient) -> Self
fn from(value: &IRemoteDesktopClient) -> Self
Converts to this type from the input type.
impl From<&IRemoteDesktopClientActions> for IDispatch
impl From<&IRemoteDesktopClientActions> for IDispatch
fn from(value: &IRemoteDesktopClientActions) -> Self
fn from(value: &IRemoteDesktopClientActions) -> Self
Converts to this type from the input type.
impl From<&IRemoteDesktopClientSettings> for IDispatch
impl From<&IRemoteDesktopClientSettings> for IDispatch
fn from(value: &IRemoteDesktopClientSettings) -> Self
fn from(value: &IRemoteDesktopClientSettings) -> Self
Converts to this type from the input type.
impl From<&IRemoteDesktopClientTouchPointer> for IDispatch
impl From<&IRemoteDesktopClientTouchPointer> for IDispatch
fn from(value: &IRemoteDesktopClientTouchPointer) -> Self
fn from(value: &IRemoteDesktopClientTouchPointer) -> Self
Converts to this type from the input type.
impl From<&IRepetitionPattern> for IDispatch
impl From<&IRepetitionPattern> for IDispatch
fn from(value: &IRepetitionPattern) -> Self
fn from(value: &IRepetitionPattern) -> Self
Converts to this type from the input type.
impl From<&IRoleAssociationUtil> for IDispatch
impl From<&IRoleAssociationUtil> for IDispatch
fn from(value: &IRoleAssociationUtil) -> Self
fn from(value: &IRoleAssociationUtil) -> Self
Converts to this type from the input type.
impl From<&IRunningTask> for IDispatch
impl From<&IRunningTask> for IDispatch
fn from(value: &IRunningTask) -> Self
fn from(value: &IRunningTask) -> Self
Converts to this type from the input type.
impl From<&IRunningTaskCollection> for IDispatch
impl From<&IRunningTaskCollection> for IDispatch
fn from(value: &IRunningTaskCollection) -> Self
fn from(value: &IRunningTaskCollection) -> Self
Converts to this type from the input type.
impl From<&ISClusApplication> for IDispatch
impl From<&ISClusApplication> for IDispatch
fn from(value: &ISClusApplication) -> Self
fn from(value: &ISClusApplication) -> Self
Converts to this type from the input type.
impl From<&ISClusCryptoKeys> for IDispatch
impl From<&ISClusCryptoKeys> for IDispatch
fn from(value: &ISClusCryptoKeys) -> Self
fn from(value: &ISClusCryptoKeys) -> Self
Converts to this type from the input type.
impl From<&ISClusDisk> for IDispatch
impl From<&ISClusDisk> for IDispatch
fn from(value: &ISClusDisk) -> Self
fn from(value: &ISClusDisk) -> Self
Converts to this type from the input type.
impl From<&ISClusDisks> for IDispatch
impl From<&ISClusDisks> for IDispatch
fn from(value: &ISClusDisks) -> Self
fn from(value: &ISClusDisks) -> Self
Converts to this type from the input type.
impl From<&ISClusNetInterface> for IDispatch
impl From<&ISClusNetInterface> for IDispatch
fn from(value: &ISClusNetInterface) -> Self
fn from(value: &ISClusNetInterface) -> Self
Converts to this type from the input type.
impl From<&ISClusNetInterfaces> for IDispatch
impl From<&ISClusNetInterfaces> for IDispatch
fn from(value: &ISClusNetInterfaces) -> Self
fn from(value: &ISClusNetInterfaces) -> Self
Converts to this type from the input type.
impl From<&ISClusNetwork> for IDispatch
impl From<&ISClusNetwork> for IDispatch
fn from(value: &ISClusNetwork) -> Self
fn from(value: &ISClusNetwork) -> Self
Converts to this type from the input type.
impl From<&ISClusNetworkNetInterfaces> for IDispatch
impl From<&ISClusNetworkNetInterfaces> for IDispatch
fn from(value: &ISClusNetworkNetInterfaces) -> Self
fn from(value: &ISClusNetworkNetInterfaces) -> Self
Converts to this type from the input type.
impl From<&ISClusNetworks> for IDispatch
impl From<&ISClusNetworks> for IDispatch
fn from(value: &ISClusNetworks) -> Self
fn from(value: &ISClusNetworks) -> Self
Converts to this type from the input type.
impl From<&ISClusNode> for IDispatch
impl From<&ISClusNode> for IDispatch
fn from(value: &ISClusNode) -> Self
fn from(value: &ISClusNode) -> Self
Converts to this type from the input type.
impl From<&ISClusNodeNetInterfaces> for IDispatch
impl From<&ISClusNodeNetInterfaces> for IDispatch
fn from(value: &ISClusNodeNetInterfaces) -> Self
fn from(value: &ISClusNodeNetInterfaces) -> Self
Converts to this type from the input type.
impl From<&ISClusNodes> for IDispatch
impl From<&ISClusNodes> for IDispatch
fn from(value: &ISClusNodes) -> Self
fn from(value: &ISClusNodes) -> Self
Converts to this type from the input type.
impl From<&ISClusPartition> for IDispatch
impl From<&ISClusPartition> for IDispatch
fn from(value: &ISClusPartition) -> Self
fn from(value: &ISClusPartition) -> Self
Converts to this type from the input type.
impl From<&ISClusPartitionEx> for IDispatch
impl From<&ISClusPartitionEx> for IDispatch
fn from(value: &ISClusPartitionEx) -> Self
fn from(value: &ISClusPartitionEx) -> Self
Converts to this type from the input type.
impl From<&ISClusPartitions> for IDispatch
impl From<&ISClusPartitions> for IDispatch
fn from(value: &ISClusPartitions) -> Self
fn from(value: &ISClusPartitions) -> Self
Converts to this type from the input type.
impl From<&ISClusProperties> for IDispatch
impl From<&ISClusProperties> for IDispatch
fn from(value: &ISClusProperties) -> Self
fn from(value: &ISClusProperties) -> Self
Converts to this type from the input type.
impl From<&ISClusProperty> for IDispatch
impl From<&ISClusProperty> for IDispatch
fn from(value: &ISClusProperty) -> Self
fn from(value: &ISClusProperty) -> Self
Converts to this type from the input type.
impl From<&ISClusPropertyValue> for IDispatch
impl From<&ISClusPropertyValue> for IDispatch
fn from(value: &ISClusPropertyValue) -> Self
fn from(value: &ISClusPropertyValue) -> Self
Converts to this type from the input type.
impl From<&ISClusPropertyValueData> for IDispatch
impl From<&ISClusPropertyValueData> for IDispatch
fn from(value: &ISClusPropertyValueData) -> Self
fn from(value: &ISClusPropertyValueData) -> Self
Converts to this type from the input type.
impl From<&ISClusPropertyValues> for IDispatch
impl From<&ISClusPropertyValues> for IDispatch
fn from(value: &ISClusPropertyValues) -> Self
fn from(value: &ISClusPropertyValues) -> Self
Converts to this type from the input type.
impl From<&ISClusRefObject> for IDispatch
impl From<&ISClusRefObject> for IDispatch
fn from(value: &ISClusRefObject) -> Self
fn from(value: &ISClusRefObject) -> Self
Converts to this type from the input type.
impl From<&ISClusRegistryKeys> for IDispatch
impl From<&ISClusRegistryKeys> for IDispatch
fn from(value: &ISClusRegistryKeys) -> Self
fn from(value: &ISClusRegistryKeys) -> Self
Converts to this type from the input type.
impl From<&ISClusResDependencies> for IDispatch
impl From<&ISClusResDependencies> for IDispatch
fn from(value: &ISClusResDependencies) -> Self
fn from(value: &ISClusResDependencies) -> Self
Converts to this type from the input type.
impl From<&ISClusResDependents> for IDispatch
impl From<&ISClusResDependents> for IDispatch
fn from(value: &ISClusResDependents) -> Self
fn from(value: &ISClusResDependents) -> Self
Converts to this type from the input type.
impl From<&ISClusResGroup> for IDispatch
impl From<&ISClusResGroup> for IDispatch
fn from(value: &ISClusResGroup) -> Self
fn from(value: &ISClusResGroup) -> Self
Converts to this type from the input type.
impl From<&ISClusResGroupPreferredOwnerNodes> for IDispatch
impl From<&ISClusResGroupPreferredOwnerNodes> for IDispatch
fn from(value: &ISClusResGroupPreferredOwnerNodes) -> Self
fn from(value: &ISClusResGroupPreferredOwnerNodes) -> Self
Converts to this type from the input type.
impl From<&ISClusResGroupResources> for IDispatch
impl From<&ISClusResGroupResources> for IDispatch
fn from(value: &ISClusResGroupResources) -> Self
fn from(value: &ISClusResGroupResources) -> Self
Converts to this type from the input type.
impl From<&ISClusResGroups> for IDispatch
impl From<&ISClusResGroups> for IDispatch
fn from(value: &ISClusResGroups) -> Self
fn from(value: &ISClusResGroups) -> Self
Converts to this type from the input type.
impl From<&ISClusResPossibleOwnerNodes> for IDispatch
impl From<&ISClusResPossibleOwnerNodes> for IDispatch
fn from(value: &ISClusResPossibleOwnerNodes) -> Self
fn from(value: &ISClusResPossibleOwnerNodes) -> Self
Converts to this type from the input type.
impl From<&ISClusResType> for IDispatch
impl From<&ISClusResType> for IDispatch
fn from(value: &ISClusResType) -> Self
fn from(value: &ISClusResType) -> Self
Converts to this type from the input type.
impl From<&ISClusResTypePossibleOwnerNodes> for IDispatch
impl From<&ISClusResTypePossibleOwnerNodes> for IDispatch
fn from(value: &ISClusResTypePossibleOwnerNodes) -> Self
fn from(value: &ISClusResTypePossibleOwnerNodes) -> Self
Converts to this type from the input type.
impl From<&ISClusResTypeResources> for IDispatch
impl From<&ISClusResTypeResources> for IDispatch
fn from(value: &ISClusResTypeResources) -> Self
fn from(value: &ISClusResTypeResources) -> Self
Converts to this type from the input type.
impl From<&ISClusResTypes> for IDispatch
impl From<&ISClusResTypes> for IDispatch
fn from(value: &ISClusResTypes) -> Self
fn from(value: &ISClusResTypes) -> Self
Converts to this type from the input type.
impl From<&ISClusResource> for IDispatch
impl From<&ISClusResource> for IDispatch
fn from(value: &ISClusResource) -> Self
fn from(value: &ISClusResource) -> Self
Converts to this type from the input type.
impl From<&ISClusResources> for IDispatch
impl From<&ISClusResources> for IDispatch
fn from(value: &ISClusResources) -> Self
fn from(value: &ISClusResources) -> Self
Converts to this type from the input type.
impl From<&ISClusScsiAddress> for IDispatch
impl From<&ISClusScsiAddress> for IDispatch
fn from(value: &ISClusScsiAddress) -> Self
fn from(value: &ISClusScsiAddress) -> Self
Converts to this type from the input type.
impl From<&ISClusVersion> for IDispatch
impl From<&ISClusVersion> for IDispatch
fn from(value: &ISClusVersion) -> Self
fn from(value: &ISClusVersion) -> Self
Converts to this type from the input type.
impl From<&ISClusterNames> for IDispatch
impl From<&ISClusterNames> for IDispatch
fn from(value: &ISClusterNames) -> Self
fn from(value: &ISClusterNames) -> Self
Converts to this type from the input type.
impl From<&ISDomainNames> for IDispatch
impl From<&ISDomainNames> for IDispatch
fn from(value: &ISDomainNames) -> Self
fn from(value: &ISDomainNames) -> Self
Converts to this type from the input type.
impl From<&ISWbemDateTime> for IDispatch
impl From<&ISWbemDateTime> for IDispatch
fn from(value: &ISWbemDateTime) -> Self
fn from(value: &ISWbemDateTime) -> Self
Converts to this type from the input type.
impl From<&ISWbemEventSource> for IDispatch
impl From<&ISWbemEventSource> for IDispatch
fn from(value: &ISWbemEventSource) -> Self
fn from(value: &ISWbemEventSource) -> Self
Converts to this type from the input type.
impl From<&ISWbemLastError> for IDispatch
impl From<&ISWbemLastError> for IDispatch
fn from(value: &ISWbemLastError) -> Self
fn from(value: &ISWbemLastError) -> Self
Converts to this type from the input type.
impl From<&ISWbemLocator> for IDispatch
impl From<&ISWbemLocator> for IDispatch
fn from(value: &ISWbemLocator) -> Self
fn from(value: &ISWbemLocator) -> Self
Converts to this type from the input type.
impl From<&ISWbemMethod> for IDispatch
impl From<&ISWbemMethod> for IDispatch
fn from(value: &ISWbemMethod) -> Self
fn from(value: &ISWbemMethod) -> Self
Converts to this type from the input type.
impl From<&ISWbemMethodSet> for IDispatch
impl From<&ISWbemMethodSet> for IDispatch
fn from(value: &ISWbemMethodSet) -> Self
fn from(value: &ISWbemMethodSet) -> Self
Converts to this type from the input type.
impl From<&ISWbemNamedValue> for IDispatch
impl From<&ISWbemNamedValue> for IDispatch
fn from(value: &ISWbemNamedValue) -> Self
fn from(value: &ISWbemNamedValue) -> Self
Converts to this type from the input type.
impl From<&ISWbemNamedValueSet> for IDispatch
impl From<&ISWbemNamedValueSet> for IDispatch
fn from(value: &ISWbemNamedValueSet) -> Self
fn from(value: &ISWbemNamedValueSet) -> Self
Converts to this type from the input type.
impl From<&ISWbemObject> for IDispatch
impl From<&ISWbemObject> for IDispatch
fn from(value: &ISWbemObject) -> Self
fn from(value: &ISWbemObject) -> Self
Converts to this type from the input type.
impl From<&ISWbemObjectEx> for IDispatch
impl From<&ISWbemObjectEx> for IDispatch
fn from(value: &ISWbemObjectEx) -> Self
fn from(value: &ISWbemObjectEx) -> Self
Converts to this type from the input type.
impl From<&ISWbemObjectPath> for IDispatch
impl From<&ISWbemObjectPath> for IDispatch
fn from(value: &ISWbemObjectPath) -> Self
fn from(value: &ISWbemObjectPath) -> Self
Converts to this type from the input type.
impl From<&ISWbemObjectSet> for IDispatch
impl From<&ISWbemObjectSet> for IDispatch
fn from(value: &ISWbemObjectSet) -> Self
fn from(value: &ISWbemObjectSet) -> Self
Converts to this type from the input type.
impl From<&ISWbemPrivilege> for IDispatch
impl From<&ISWbemPrivilege> for IDispatch
fn from(value: &ISWbemPrivilege) -> Self
fn from(value: &ISWbemPrivilege) -> Self
Converts to this type from the input type.
impl From<&ISWbemPrivilegeSet> for IDispatch
impl From<&ISWbemPrivilegeSet> for IDispatch
fn from(value: &ISWbemPrivilegeSet) -> Self
fn from(value: &ISWbemPrivilegeSet) -> Self
Converts to this type from the input type.
impl From<&ISWbemProperty> for IDispatch
impl From<&ISWbemProperty> for IDispatch
fn from(value: &ISWbemProperty) -> Self
fn from(value: &ISWbemProperty) -> Self
Converts to this type from the input type.
impl From<&ISWbemPropertySet> for IDispatch
impl From<&ISWbemPropertySet> for IDispatch
fn from(value: &ISWbemPropertySet) -> Self
fn from(value: &ISWbemPropertySet) -> Self
Converts to this type from the input type.
impl From<&ISWbemQualifier> for IDispatch
impl From<&ISWbemQualifier> for IDispatch
fn from(value: &ISWbemQualifier) -> Self
fn from(value: &ISWbemQualifier) -> Self
Converts to this type from the input type.
impl From<&ISWbemQualifierSet> for IDispatch
impl From<&ISWbemQualifierSet> for IDispatch
fn from(value: &ISWbemQualifierSet) -> Self
fn from(value: &ISWbemQualifierSet) -> Self
Converts to this type from the input type.
impl From<&ISWbemRefreshableItem> for IDispatch
impl From<&ISWbemRefreshableItem> for IDispatch
fn from(value: &ISWbemRefreshableItem) -> Self
fn from(value: &ISWbemRefreshableItem) -> Self
Converts to this type from the input type.
impl From<&ISWbemRefresher> for IDispatch
impl From<&ISWbemRefresher> for IDispatch
fn from(value: &ISWbemRefresher) -> Self
fn from(value: &ISWbemRefresher) -> Self
Converts to this type from the input type.
impl From<&ISWbemSecurity> for IDispatch
impl From<&ISWbemSecurity> for IDispatch
fn from(value: &ISWbemSecurity) -> Self
fn from(value: &ISWbemSecurity) -> Self
Converts to this type from the input type.
impl From<&ISWbemServices> for IDispatch
impl From<&ISWbemServices> for IDispatch
fn from(value: &ISWbemServices) -> Self
fn from(value: &ISWbemServices) -> Self
Converts to this type from the input type.
impl From<&ISWbemServicesEx> for IDispatch
impl From<&ISWbemServicesEx> for IDispatch
fn from(value: &ISWbemServicesEx) -> Self
fn from(value: &ISWbemServicesEx) -> Self
Converts to this type from the input type.
impl From<&ISWbemSink> for IDispatch
impl From<&ISWbemSink> for IDispatch
fn from(value: &ISWbemSink) -> Self
fn from(value: &ISWbemSink) -> Self
Converts to this type from the input type.
impl From<&ISWbemSinkEvents> for IDispatch
impl From<&ISWbemSinkEvents> for IDispatch
fn from(value: &ISWbemSinkEvents) -> Self
fn from(value: &ISWbemSinkEvents) -> Self
Converts to this type from the input type.
impl From<&IScheduleCollection> for IDispatch
impl From<&IScheduleCollection> for IDispatch
fn from(value: &IScheduleCollection) -> Self
fn from(value: &IScheduleCollection) -> Self
Converts to this type from the input type.
impl From<&ISchemaAny> for IDispatch
impl From<&ISchemaAny> for IDispatch
fn from(value: &ISchemaAny) -> Self
fn from(value: &ISchemaAny) -> Self
Converts to this type from the input type.
impl From<&ISchemaAttribute> for IDispatch
impl From<&ISchemaAttribute> for IDispatch
fn from(value: &ISchemaAttribute) -> Self
fn from(value: &ISchemaAttribute) -> Self
Converts to this type from the input type.
impl From<&ISchemaAttributeGroup> for IDispatch
impl From<&ISchemaAttributeGroup> for IDispatch
fn from(value: &ISchemaAttributeGroup) -> Self
fn from(value: &ISchemaAttributeGroup) -> Self
Converts to this type from the input type.
impl From<&ISchemaComplexType> for IDispatch
impl From<&ISchemaComplexType> for IDispatch
fn from(value: &ISchemaComplexType) -> Self
fn from(value: &ISchemaComplexType) -> Self
Converts to this type from the input type.
impl From<&ISchemaElement> for IDispatch
impl From<&ISchemaElement> for IDispatch
fn from(value: &ISchemaElement) -> Self
fn from(value: &ISchemaElement) -> Self
Converts to this type from the input type.
impl From<&ISchemaIdentityConstraint> for IDispatch
impl From<&ISchemaIdentityConstraint> for IDispatch
fn from(value: &ISchemaIdentityConstraint) -> Self
fn from(value: &ISchemaIdentityConstraint) -> Self
Converts to this type from the input type.
impl From<&ISchemaItem> for IDispatch
impl From<&ISchemaItem> for IDispatch
fn from(value: &ISchemaItem) -> Self
fn from(value: &ISchemaItem) -> Self
Converts to this type from the input type.
impl From<&ISchemaItemCollection> for IDispatch
impl From<&ISchemaItemCollection> for IDispatch
fn from(value: &ISchemaItemCollection) -> Self
fn from(value: &ISchemaItemCollection) -> Self
Converts to this type from the input type.
impl From<&ISchemaModelGroup> for IDispatch
impl From<&ISchemaModelGroup> for IDispatch
fn from(value: &ISchemaModelGroup) -> Self
fn from(value: &ISchemaModelGroup) -> Self
Converts to this type from the input type.
impl From<&ISchemaNotation> for IDispatch
impl From<&ISchemaNotation> for IDispatch
fn from(value: &ISchemaNotation) -> Self
fn from(value: &ISchemaNotation) -> Self
Converts to this type from the input type.
impl From<&ISchemaParticle> for IDispatch
impl From<&ISchemaParticle> for IDispatch
fn from(value: &ISchemaParticle) -> Self
fn from(value: &ISchemaParticle) -> Self
Converts to this type from the input type.
impl From<&ISchemaStringCollection> for IDispatch
impl From<&ISchemaStringCollection> for IDispatch
fn from(value: &ISchemaStringCollection) -> Self
fn from(value: &ISchemaStringCollection) -> Self
Converts to this type from the input type.
impl From<&ISchemaType> for IDispatch
impl From<&ISchemaType> for IDispatch
fn from(value: &ISchemaType) -> Self
fn from(value: &ISchemaType) -> Self
Converts to this type from the input type.
impl From<&IScriptErrorList> for IDispatch
impl From<&IScriptErrorList> for IDispatch
fn from(value: &IScriptErrorList) -> Self
fn from(value: &IScriptErrorList) -> Self
Converts to this type from the input type.
impl From<&ISdoCollection> for IDispatch
impl From<&ISdoCollection> for IDispatch
fn from(value: &ISdoCollection) -> Self
fn from(value: &ISdoCollection) -> Self
Converts to this type from the input type.
impl From<&ISdoDictionaryOld> for IDispatch
impl From<&ISdoDictionaryOld> for IDispatch
fn from(value: &ISdoDictionaryOld) -> Self
fn from(value: &ISdoDictionaryOld) -> Self
Converts to this type from the input type.
impl From<&ISdoMachine> for IDispatch
impl From<&ISdoMachine> for IDispatch
fn from(value: &ISdoMachine) -> Self
fn from(value: &ISdoMachine) -> Self
Converts to this type from the input type.
impl From<&ISdoMachine2> for IDispatch
impl From<&ISdoMachine2> for IDispatch
fn from(value: &ISdoMachine2) -> Self
fn from(value: &ISdoMachine2) -> Self
Converts to this type from the input type.
impl From<&ISdoServiceControl> for IDispatch
impl From<&ISdoServiceControl> for IDispatch
fn from(value: &ISdoServiceControl) -> Self
fn from(value: &ISdoServiceControl) -> Self
Converts to this type from the input type.
impl From<&ISearchCompletedCallbackArgs> for IDispatch
impl From<&ISearchCompletedCallbackArgs> for IDispatch
fn from(value: &ISearchCompletedCallbackArgs) -> Self
fn from(value: &ISearchCompletedCallbackArgs) -> Self
Converts to this type from the input type.
impl From<&ISearchJob> for IDispatch
impl From<&ISearchJob> for IDispatch
fn from(value: &ISearchJob) -> Self
fn from(value: &ISearchJob) -> Self
Converts to this type from the input type.
impl From<&ISearchResult> for IDispatch
impl From<&ISearchResult> for IDispatch
fn from(value: &ISearchResult) -> Self
fn from(value: &ISearchResult) -> Self
Converts to this type from the input type.
impl From<&ISecurityCallContext> for IDispatch
impl From<&ISecurityCallContext> for IDispatch
fn from(value: &ISecurityCallContext) -> Self
fn from(value: &ISecurityCallContext) -> Self
Converts to this type from the input type.
impl From<&ISecurityCallersColl> for IDispatch
impl From<&ISecurityCallersColl> for IDispatch
fn from(value: &ISecurityCallersColl) -> Self
fn from(value: &ISecurityCallersColl) -> Self
Converts to this type from the input type.
impl From<&ISecurityIdentityColl> for IDispatch
impl From<&ISecurityIdentityColl> for IDispatch
fn from(value: &ISecurityIdentityColl) -> Self
fn from(value: &ISecurityIdentityColl) -> Self
Converts to this type from the input type.
impl From<&ISensLogon> for IDispatch
impl From<&ISensLogon> for IDispatch
fn from(value: &ISensLogon) -> Self
fn from(value: &ISensLogon) -> Self
Converts to this type from the input type.
impl From<&ISensLogon2> for IDispatch
impl From<&ISensLogon2> for IDispatch
fn from(value: &ISensLogon2) -> Self
fn from(value: &ISensLogon2) -> Self
Converts to this type from the input type.
impl From<&ISensNetwork> for IDispatch
impl From<&ISensNetwork> for IDispatch
fn from(value: &ISensNetwork) -> Self
fn from(value: &ISensNetwork) -> Self
Converts to this type from the input type.
impl From<&ISensOnNow> for IDispatch
impl From<&ISensOnNow> for IDispatch
fn from(value: &ISensOnNow) -> Self
fn from(value: &ISensOnNow) -> Self
Converts to this type from the input type.
impl From<&IServerXMLHTTPRequest> for IDispatch
impl From<&IServerXMLHTTPRequest> for IDispatch
fn from(value: &IServerXMLHTTPRequest) -> Self
fn from(value: &IServerXMLHTTPRequest) -> Self
Converts to this type from the input type.
impl From<&IServerXMLHTTPRequest2> for IDispatch
impl From<&IServerXMLHTTPRequest2> for IDispatch
fn from(value: &IServerXMLHTTPRequest2) -> Self
fn from(value: &IServerXMLHTTPRequest2) -> Self
Converts to this type from the input type.
impl From<&ISessionStateChangeTrigger> for IDispatch
impl From<&ISessionStateChangeTrigger> for IDispatch
fn from(value: &ISessionStateChangeTrigger) -> Self
fn from(value: &ISessionStateChangeTrigger) -> Self
Converts to this type from the input type.
fn from(value: &ISharedProperty) -> Self
fn from(value: &ISharedProperty) -> Self
Converts to this type from the input type.
fn from(value: &ISharedPropertyGroup) -> Self
fn from(value: &ISharedPropertyGroup) -> Self
Converts to this type from the input type.
fn from(value: &ISharedPropertyGroupManager) -> Self
fn from(value: &ISharedPropertyGroupManager) -> Self
Converts to this type from the input type.
impl From<&IShellDispatch> for IDispatch
impl From<&IShellDispatch> for IDispatch
fn from(value: &IShellDispatch) -> Self
fn from(value: &IShellDispatch) -> Self
Converts to this type from the input type.
impl From<&IShellDispatch2> for IDispatch
impl From<&IShellDispatch2> for IDispatch
fn from(value: &IShellDispatch2) -> Self
fn from(value: &IShellDispatch2) -> Self
Converts to this type from the input type.
impl From<&IShellDispatch3> for IDispatch
impl From<&IShellDispatch3> for IDispatch
fn from(value: &IShellDispatch3) -> Self
fn from(value: &IShellDispatch3) -> Self
Converts to this type from the input type.
impl From<&IShellDispatch4> for IDispatch
impl From<&IShellDispatch4> for IDispatch
fn from(value: &IShellDispatch4) -> Self
fn from(value: &IShellDispatch4) -> Self
Converts to this type from the input type.
impl From<&IShellDispatch5> for IDispatch
impl From<&IShellDispatch5> for IDispatch
fn from(value: &IShellDispatch5) -> Self
fn from(value: &IShellDispatch5) -> Self
Converts to this type from the input type.
impl From<&IShellDispatch6> for IDispatch
impl From<&IShellDispatch6> for IDispatch
fn from(value: &IShellDispatch6) -> Self
fn from(value: &IShellDispatch6) -> Self
Converts to this type from the input type.
impl From<&IShellFavoritesNameSpace> for IDispatch
impl From<&IShellFavoritesNameSpace> for IDispatch
fn from(value: &IShellFavoritesNameSpace) -> Self
fn from(value: &IShellFavoritesNameSpace) -> Self
Converts to this type from the input type.
impl From<&IShellFolderViewDual> for IDispatch
impl From<&IShellFolderViewDual> for IDispatch
fn from(value: &IShellFolderViewDual) -> Self
fn from(value: &IShellFolderViewDual) -> Self
Converts to this type from the input type.
impl From<&IShellFolderViewDual2> for IDispatch
impl From<&IShellFolderViewDual2> for IDispatch
fn from(value: &IShellFolderViewDual2) -> Self
fn from(value: &IShellFolderViewDual2) -> Self
Converts to this type from the input type.
impl From<&IShellFolderViewDual3> for IDispatch
impl From<&IShellFolderViewDual3> for IDispatch
fn from(value: &IShellFolderViewDual3) -> Self
fn from(value: &IShellFolderViewDual3) -> Self
Converts to this type from the input type.
impl From<&IShellLinkDual> for IDispatch
impl From<&IShellLinkDual> for IDispatch
fn from(value: &IShellLinkDual) -> Self
fn from(value: &IShellLinkDual) -> Self
Converts to this type from the input type.
impl From<&IShellLinkDual2> for IDispatch
impl From<&IShellLinkDual2> for IDispatch
fn from(value: &IShellLinkDual2) -> Self
fn from(value: &IShellLinkDual2) -> Self
Converts to this type from the input type.
impl From<&IShellNameSpace> for IDispatch
impl From<&IShellNameSpace> for IDispatch
fn from(value: &IShellNameSpace) -> Self
fn from(value: &IShellNameSpace) -> Self
Converts to this type from the input type.
impl From<&IShellUIHelper> for IDispatch
impl From<&IShellUIHelper> for IDispatch
fn from(value: &IShellUIHelper) -> Self
fn from(value: &IShellUIHelper) -> Self
Converts to this type from the input type.
impl From<&IShellUIHelper2> for IDispatch
impl From<&IShellUIHelper2> for IDispatch
fn from(value: &IShellUIHelper2) -> Self
fn from(value: &IShellUIHelper2) -> Self
Converts to this type from the input type.
impl From<&IShellUIHelper3> for IDispatch
impl From<&IShellUIHelper3> for IDispatch
fn from(value: &IShellUIHelper3) -> Self
fn from(value: &IShellUIHelper3) -> Self
Converts to this type from the input type.
impl From<&IShellUIHelper4> for IDispatch
impl From<&IShellUIHelper4> for IDispatch
fn from(value: &IShellUIHelper4) -> Self
fn from(value: &IShellUIHelper4) -> Self
Converts to this type from the input type.
impl From<&IShellUIHelper5> for IDispatch
impl From<&IShellUIHelper5> for IDispatch
fn from(value: &IShellUIHelper5) -> Self
fn from(value: &IShellUIHelper5) -> Self
Converts to this type from the input type.
impl From<&IShellUIHelper6> for IDispatch
impl From<&IShellUIHelper6> for IDispatch
fn from(value: &IShellUIHelper6) -> Self
fn from(value: &IShellUIHelper6) -> Self
Converts to this type from the input type.
impl From<&IShellUIHelper7> for IDispatch
impl From<&IShellUIHelper7> for IDispatch
fn from(value: &IShellUIHelper7) -> Self
fn from(value: &IShellUIHelper7) -> Self
Converts to this type from the input type.
impl From<&IShellUIHelper8> for IDispatch
impl From<&IShellUIHelper8> for IDispatch
fn from(value: &IShellUIHelper8) -> Self
fn from(value: &IShellUIHelper8) -> Self
Converts to this type from the input type.
impl From<&IShellUIHelper9> for IDispatch
impl From<&IShellUIHelper9> for IDispatch
fn from(value: &IShellUIHelper9) -> Self
fn from(value: &IShellUIHelper9) -> Self
Converts to this type from the input type.
impl From<&IShellWindows> for IDispatch
impl From<&IShellWindows> for IDispatch
fn from(value: &IShellWindows) -> Self
fn from(value: &IShellWindows) -> Self
Converts to this type from the input type.
impl From<&IShowMessageAction> for IDispatch
impl From<&IShowMessageAction> for IDispatch
fn from(value: &IShowMessageAction) -> Self
fn from(value: &IShowMessageAction) -> Self
Converts to this type from the input type.
impl From<&ISignerCertificate> for IDispatch
impl From<&ISignerCertificate> for IDispatch
fn from(value: &ISignerCertificate) -> Self
fn from(value: &ISignerCertificate) -> Self
Converts to this type from the input type.
impl From<&ISignerCertificates> for IDispatch
impl From<&ISignerCertificates> for IDispatch
fn from(value: &ISignerCertificates) -> Self
fn from(value: &ISignerCertificates) -> Self
Converts to this type from the input type.
impl From<&ISketchInk> for IDispatch
impl From<&ISketchInk> for IDispatch
fn from(value: &ISketchInk) -> Self
fn from(value: &ISketchInk) -> Self
Converts to this type from the input type.
impl From<&ISmimeCapabilities> for IDispatch
impl From<&ISmimeCapabilities> for IDispatch
fn from(value: &ISmimeCapabilities) -> Self
fn from(value: &ISmimeCapabilities) -> Self
Converts to this type from the input type.
impl From<&ISmimeCapability> for IDispatch
impl From<&ISmimeCapability> for IDispatch
fn from(value: &ISmimeCapability) -> Self
fn from(value: &ISmimeCapability) -> Self
Converts to this type from the input type.
impl From<&ISpeechAudio> for IDispatch
impl From<&ISpeechAudio> for IDispatch
fn from(value: &ISpeechAudio) -> Self
fn from(value: &ISpeechAudio) -> Self
Converts to this type from the input type.
impl From<&ISpeechAudioBufferInfo> for IDispatch
impl From<&ISpeechAudioBufferInfo> for IDispatch
fn from(value: &ISpeechAudioBufferInfo) -> Self
fn from(value: &ISpeechAudioBufferInfo) -> Self
Converts to this type from the input type.
impl From<&ISpeechAudioFormat> for IDispatch
impl From<&ISpeechAudioFormat> for IDispatch
fn from(value: &ISpeechAudioFormat) -> Self
fn from(value: &ISpeechAudioFormat) -> Self
Converts to this type from the input type.
impl From<&ISpeechAudioStatus> for IDispatch
impl From<&ISpeechAudioStatus> for IDispatch
fn from(value: &ISpeechAudioStatus) -> Self
fn from(value: &ISpeechAudioStatus) -> Self
Converts to this type from the input type.
impl From<&ISpeechBaseStream> for IDispatch
impl From<&ISpeechBaseStream> for IDispatch
fn from(value: &ISpeechBaseStream) -> Self
fn from(value: &ISpeechBaseStream) -> Self
Converts to this type from the input type.
impl From<&ISpeechCustomStream> for IDispatch
impl From<&ISpeechCustomStream> for IDispatch
fn from(value: &ISpeechCustomStream) -> Self
fn from(value: &ISpeechCustomStream) -> Self
Converts to this type from the input type.
impl From<&ISpeechDataKey> for IDispatch
impl From<&ISpeechDataKey> for IDispatch
fn from(value: &ISpeechDataKey) -> Self
fn from(value: &ISpeechDataKey) -> Self
Converts to this type from the input type.
impl From<&ISpeechFileStream> for IDispatch
impl From<&ISpeechFileStream> for IDispatch
fn from(value: &ISpeechFileStream) -> Self
fn from(value: &ISpeechFileStream) -> Self
Converts to this type from the input type.
impl From<&ISpeechGrammarRule> for IDispatch
impl From<&ISpeechGrammarRule> for IDispatch
fn from(value: &ISpeechGrammarRule) -> Self
fn from(value: &ISpeechGrammarRule) -> Self
Converts to this type from the input type.
impl From<&ISpeechGrammarRuleState> for IDispatch
impl From<&ISpeechGrammarRuleState> for IDispatch
fn from(value: &ISpeechGrammarRuleState) -> Self
fn from(value: &ISpeechGrammarRuleState) -> Self
Converts to this type from the input type.
impl From<&ISpeechGrammarRuleStateTransition> for IDispatch
impl From<&ISpeechGrammarRuleStateTransition> for IDispatch
fn from(value: &ISpeechGrammarRuleStateTransition) -> Self
fn from(value: &ISpeechGrammarRuleStateTransition) -> Self
Converts to this type from the input type.
impl From<&ISpeechGrammarRuleStateTransitions> for IDispatch
impl From<&ISpeechGrammarRuleStateTransitions> for IDispatch
fn from(value: &ISpeechGrammarRuleStateTransitions) -> Self
fn from(value: &ISpeechGrammarRuleStateTransitions) -> Self
Converts to this type from the input type.
impl From<&ISpeechGrammarRules> for IDispatch
impl From<&ISpeechGrammarRules> for IDispatch
fn from(value: &ISpeechGrammarRules) -> Self
fn from(value: &ISpeechGrammarRules) -> Self
Converts to this type from the input type.
impl From<&ISpeechLexicon> for IDispatch
impl From<&ISpeechLexicon> for IDispatch
fn from(value: &ISpeechLexicon) -> Self
fn from(value: &ISpeechLexicon) -> Self
Converts to this type from the input type.
impl From<&ISpeechLexiconPronunciation> for IDispatch
impl From<&ISpeechLexiconPronunciation> for IDispatch
fn from(value: &ISpeechLexiconPronunciation) -> Self
fn from(value: &ISpeechLexiconPronunciation) -> Self
Converts to this type from the input type.
impl From<&ISpeechLexiconPronunciations> for IDispatch
impl From<&ISpeechLexiconPronunciations> for IDispatch
fn from(value: &ISpeechLexiconPronunciations) -> Self
fn from(value: &ISpeechLexiconPronunciations) -> Self
Converts to this type from the input type.
impl From<&ISpeechLexiconWord> for IDispatch
impl From<&ISpeechLexiconWord> for IDispatch
fn from(value: &ISpeechLexiconWord) -> Self
fn from(value: &ISpeechLexiconWord) -> Self
Converts to this type from the input type.
impl From<&ISpeechLexiconWords> for IDispatch
impl From<&ISpeechLexiconWords> for IDispatch
fn from(value: &ISpeechLexiconWords) -> Self
fn from(value: &ISpeechLexiconWords) -> Self
Converts to this type from the input type.
impl From<&ISpeechMMSysAudio> for IDispatch
impl From<&ISpeechMMSysAudio> for IDispatch
fn from(value: &ISpeechMMSysAudio) -> Self
fn from(value: &ISpeechMMSysAudio) -> Self
Converts to this type from the input type.
impl From<&ISpeechMemoryStream> for IDispatch
impl From<&ISpeechMemoryStream> for IDispatch
fn from(value: &ISpeechMemoryStream) -> Self
fn from(value: &ISpeechMemoryStream) -> Self
Converts to this type from the input type.
impl From<&ISpeechObjectToken> for IDispatch
impl From<&ISpeechObjectToken> for IDispatch
fn from(value: &ISpeechObjectToken) -> Self
fn from(value: &ISpeechObjectToken) -> Self
Converts to this type from the input type.
impl From<&ISpeechObjectTokenCategory> for IDispatch
impl From<&ISpeechObjectTokenCategory> for IDispatch
fn from(value: &ISpeechObjectTokenCategory) -> Self
fn from(value: &ISpeechObjectTokenCategory) -> Self
Converts to this type from the input type.
impl From<&ISpeechObjectTokens> for IDispatch
impl From<&ISpeechObjectTokens> for IDispatch
fn from(value: &ISpeechObjectTokens) -> Self
fn from(value: &ISpeechObjectTokens) -> Self
Converts to this type from the input type.
impl From<&ISpeechPhoneConverter> for IDispatch
impl From<&ISpeechPhoneConverter> for IDispatch
fn from(value: &ISpeechPhoneConverter) -> Self
fn from(value: &ISpeechPhoneConverter) -> Self
Converts to this type from the input type.
impl From<&ISpeechPhraseAlternate> for IDispatch
impl From<&ISpeechPhraseAlternate> for IDispatch
fn from(value: &ISpeechPhraseAlternate) -> Self
fn from(value: &ISpeechPhraseAlternate) -> Self
Converts to this type from the input type.
impl From<&ISpeechPhraseAlternates> for IDispatch
impl From<&ISpeechPhraseAlternates> for IDispatch
fn from(value: &ISpeechPhraseAlternates) -> Self
fn from(value: &ISpeechPhraseAlternates) -> Self
Converts to this type from the input type.
impl From<&ISpeechPhraseElement> for IDispatch
impl From<&ISpeechPhraseElement> for IDispatch
fn from(value: &ISpeechPhraseElement) -> Self
fn from(value: &ISpeechPhraseElement) -> Self
Converts to this type from the input type.
impl From<&ISpeechPhraseElements> for IDispatch
impl From<&ISpeechPhraseElements> for IDispatch
fn from(value: &ISpeechPhraseElements) -> Self
fn from(value: &ISpeechPhraseElements) -> Self
Converts to this type from the input type.
impl From<&ISpeechPhraseInfo> for IDispatch
impl From<&ISpeechPhraseInfo> for IDispatch
fn from(value: &ISpeechPhraseInfo) -> Self
fn from(value: &ISpeechPhraseInfo) -> Self
Converts to this type from the input type.
impl From<&ISpeechPhraseInfoBuilder> for IDispatch
impl From<&ISpeechPhraseInfoBuilder> for IDispatch
fn from(value: &ISpeechPhraseInfoBuilder) -> Self
fn from(value: &ISpeechPhraseInfoBuilder) -> Self
Converts to this type from the input type.
impl From<&ISpeechPhraseProperties> for IDispatch
impl From<&ISpeechPhraseProperties> for IDispatch
fn from(value: &ISpeechPhraseProperties) -> Self
fn from(value: &ISpeechPhraseProperties) -> Self
Converts to this type from the input type.
impl From<&ISpeechPhraseProperty> for IDispatch
impl From<&ISpeechPhraseProperty> for IDispatch
fn from(value: &ISpeechPhraseProperty) -> Self
fn from(value: &ISpeechPhraseProperty) -> Self
Converts to this type from the input type.
impl From<&ISpeechPhraseReplacement> for IDispatch
impl From<&ISpeechPhraseReplacement> for IDispatch
fn from(value: &ISpeechPhraseReplacement) -> Self
fn from(value: &ISpeechPhraseReplacement) -> Self
Converts to this type from the input type.
impl From<&ISpeechPhraseReplacements> for IDispatch
impl From<&ISpeechPhraseReplacements> for IDispatch
fn from(value: &ISpeechPhraseReplacements) -> Self
fn from(value: &ISpeechPhraseReplacements) -> Self
Converts to this type from the input type.
impl From<&ISpeechPhraseRule> for IDispatch
impl From<&ISpeechPhraseRule> for IDispatch
fn from(value: &ISpeechPhraseRule) -> Self
fn from(value: &ISpeechPhraseRule) -> Self
Converts to this type from the input type.
impl From<&ISpeechPhraseRules> for IDispatch
impl From<&ISpeechPhraseRules> for IDispatch
fn from(value: &ISpeechPhraseRules) -> Self
fn from(value: &ISpeechPhraseRules) -> Self
Converts to this type from the input type.
impl From<&ISpeechRecoContext> for IDispatch
impl From<&ISpeechRecoContext> for IDispatch
fn from(value: &ISpeechRecoContext) -> Self
fn from(value: &ISpeechRecoContext) -> Self
Converts to this type from the input type.
impl From<&ISpeechRecoGrammar> for IDispatch
impl From<&ISpeechRecoGrammar> for IDispatch
fn from(value: &ISpeechRecoGrammar) -> Self
fn from(value: &ISpeechRecoGrammar) -> Self
Converts to this type from the input type.
impl From<&ISpeechRecoResult> for IDispatch
impl From<&ISpeechRecoResult> for IDispatch
fn from(value: &ISpeechRecoResult) -> Self
fn from(value: &ISpeechRecoResult) -> Self
Converts to this type from the input type.
impl From<&ISpeechRecoResult2> for IDispatch
impl From<&ISpeechRecoResult2> for IDispatch
fn from(value: &ISpeechRecoResult2) -> Self
fn from(value: &ISpeechRecoResult2) -> Self
Converts to this type from the input type.
impl From<&ISpeechRecoResultDispatch> for IDispatch
impl From<&ISpeechRecoResultDispatch> for IDispatch
fn from(value: &ISpeechRecoResultDispatch) -> Self
fn from(value: &ISpeechRecoResultDispatch) -> Self
Converts to this type from the input type.
impl From<&ISpeechRecoResultTimes> for IDispatch
impl From<&ISpeechRecoResultTimes> for IDispatch
fn from(value: &ISpeechRecoResultTimes) -> Self
fn from(value: &ISpeechRecoResultTimes) -> Self
Converts to this type from the input type.
impl From<&ISpeechRecognizer> for IDispatch
impl From<&ISpeechRecognizer> for IDispatch
fn from(value: &ISpeechRecognizer) -> Self
fn from(value: &ISpeechRecognizer) -> Self
Converts to this type from the input type.
impl From<&ISpeechRecognizerStatus> for IDispatch
impl From<&ISpeechRecognizerStatus> for IDispatch
fn from(value: &ISpeechRecognizerStatus) -> Self
fn from(value: &ISpeechRecognizerStatus) -> Self
Converts to this type from the input type.
impl From<&ISpeechResourceLoader> for IDispatch
impl From<&ISpeechResourceLoader> for IDispatch
fn from(value: &ISpeechResourceLoader) -> Self
fn from(value: &ISpeechResourceLoader) -> Self
Converts to this type from the input type.
impl From<&ISpeechTextSelectionInformation> for IDispatch
impl From<&ISpeechTextSelectionInformation> for IDispatch
fn from(value: &ISpeechTextSelectionInformation) -> Self
fn from(value: &ISpeechTextSelectionInformation) -> Self
Converts to this type from the input type.
impl From<&ISpeechVoice> for IDispatch
impl From<&ISpeechVoice> for IDispatch
fn from(value: &ISpeechVoice) -> Self
fn from(value: &ISpeechVoice) -> Self
Converts to this type from the input type.
impl From<&ISpeechVoiceStatus> for IDispatch
impl From<&ISpeechVoiceStatus> for IDispatch
fn from(value: &ISpeechVoiceStatus) -> Self
fn from(value: &ISpeechVoiceStatus) -> Self
Converts to this type from the input type.
impl From<&ISpeechWaveFormatEx> for IDispatch
impl From<&ISpeechWaveFormatEx> for IDispatch
fn from(value: &ISpeechWaveFormatEx) -> Self
fn from(value: &ISpeechWaveFormatEx) -> Self
Converts to this type from the input type.
impl From<&ISpeechXMLRecoResult> for IDispatch
impl From<&ISpeechXMLRecoResult> for IDispatch
fn from(value: &ISpeechXMLRecoResult) -> Self
fn from(value: &ISpeechXMLRecoResult) -> Self
Converts to this type from the input type.
impl From<&IStaticPortMapping> for IDispatch
impl From<&IStaticPortMapping> for IDispatch
fn from(value: &IStaticPortMapping) -> Self
fn from(value: &IStaticPortMapping) -> Self
Converts to this type from the input type.
impl From<&IStaticPortMappingCollection> for IDispatch
impl From<&IStaticPortMappingCollection> for IDispatch
fn from(value: &IStaticPortMappingCollection) -> Self
fn from(value: &IStaticPortMappingCollection) -> Self
Converts to this type from the input type.
impl From<&IStringCollection> for IDispatch
impl From<&IStringCollection> for IDispatch
fn from(value: &IStringCollection) -> Self
fn from(value: &IStringCollection) -> Self
Converts to this type from the input type.
impl From<&ISystemInformation> for IDispatch
impl From<&ISystemInformation> for IDispatch
fn from(value: &ISystemInformation) -> Self
fn from(value: &ISystemInformation) -> Self
Converts to this type from the input type.
impl From<&ITACDGroup> for IDispatch
impl From<&ITACDGroup> for IDispatch
fn from(value: &ITACDGroup) -> Self
fn from(value: &ITACDGroup) -> Self
Converts to this type from the input type.
impl From<&ITACDGroupEvent> for IDispatch
impl From<&ITACDGroupEvent> for IDispatch
fn from(value: &ITACDGroupEvent) -> Self
fn from(value: &ITACDGroupEvent) -> Self
Converts to this type from the input type.
impl From<&ITASRTerminalEvent> for IDispatch
impl From<&ITASRTerminalEvent> for IDispatch
fn from(value: &ITASRTerminalEvent) -> Self
fn from(value: &ITASRTerminalEvent) -> Self
Converts to this type from the input type.
impl From<&ITAddress2> for IDispatch
impl From<&ITAddress2> for IDispatch
fn from(value: &ITAddress2) -> Self
fn from(value: &ITAddress2) -> Self
Converts to this type from the input type.
impl From<&ITAddressCapabilities> for IDispatch
impl From<&ITAddressCapabilities> for IDispatch
fn from(value: &ITAddressCapabilities) -> Self
fn from(value: &ITAddressCapabilities) -> Self
Converts to this type from the input type.
impl From<&ITAddressDeviceSpecificEvent> for IDispatch
impl From<&ITAddressDeviceSpecificEvent> for IDispatch
fn from(value: &ITAddressDeviceSpecificEvent) -> Self
fn from(value: &ITAddressDeviceSpecificEvent) -> Self
Converts to this type from the input type.
impl From<&ITAddressEvent> for IDispatch
impl From<&ITAddressEvent> for IDispatch
fn from(value: &ITAddressEvent) -> Self
fn from(value: &ITAddressEvent) -> Self
Converts to this type from the input type.
impl From<&ITAddressTranslation> for IDispatch
impl From<&ITAddressTranslation> for IDispatch
fn from(value: &ITAddressTranslation) -> Self
fn from(value: &ITAddressTranslation) -> Self
Converts to this type from the input type.
impl From<&ITAddressTranslationInfo> for IDispatch
impl From<&ITAddressTranslationInfo> for IDispatch
fn from(value: &ITAddressTranslationInfo) -> Self
fn from(value: &ITAddressTranslationInfo) -> Self
Converts to this type from the input type.
impl From<&ITAgentEvent> for IDispatch
impl From<&ITAgentEvent> for IDispatch
fn from(value: &ITAgentEvent) -> Self
fn from(value: &ITAgentEvent) -> Self
Converts to this type from the input type.
impl From<&ITAgentHandler> for IDispatch
impl From<&ITAgentHandler> for IDispatch
fn from(value: &ITAgentHandler) -> Self
fn from(value: &ITAgentHandler) -> Self
Converts to this type from the input type.
impl From<&ITAgentHandlerEvent> for IDispatch
impl From<&ITAgentHandlerEvent> for IDispatch
fn from(value: &ITAgentHandlerEvent) -> Self
fn from(value: &ITAgentHandlerEvent) -> Self
Converts to this type from the input type.
impl From<&ITAgentSession> for IDispatch
impl From<&ITAgentSession> for IDispatch
fn from(value: &ITAgentSession) -> Self
fn from(value: &ITAgentSession) -> Self
Converts to this type from the input type.
impl From<&ITAgentSessionEvent> for IDispatch
impl From<&ITAgentSessionEvent> for IDispatch
fn from(value: &ITAgentSessionEvent) -> Self
fn from(value: &ITAgentSessionEvent) -> Self
Converts to this type from the input type.
impl From<&ITAutomatedPhoneControl> for IDispatch
impl From<&ITAutomatedPhoneControl> for IDispatch
fn from(value: &ITAutomatedPhoneControl) -> Self
fn from(value: &ITAutomatedPhoneControl) -> Self
Converts to this type from the input type.
impl From<&ITBasicAudioTerminal> for IDispatch
impl From<&ITBasicAudioTerminal> for IDispatch
fn from(value: &ITBasicAudioTerminal) -> Self
fn from(value: &ITBasicAudioTerminal) -> Self
Converts to this type from the input type.
impl From<&ITBasicCallControl> for IDispatch
impl From<&ITBasicCallControl> for IDispatch
fn from(value: &ITBasicCallControl) -> Self
fn from(value: &ITBasicCallControl) -> Self
Converts to this type from the input type.
impl From<&ITBasicCallControl2> for IDispatch
impl From<&ITBasicCallControl2> for IDispatch
fn from(value: &ITBasicCallControl2) -> Self
fn from(value: &ITBasicCallControl2) -> Self
Converts to this type from the input type.
impl From<&ITCallHubEvent> for IDispatch
impl From<&ITCallHubEvent> for IDispatch
fn from(value: &ITCallHubEvent) -> Self
fn from(value: &ITCallHubEvent) -> Self
Converts to this type from the input type.
impl From<&ITCallInfo> for IDispatch
impl From<&ITCallInfo> for IDispatch
fn from(value: &ITCallInfo) -> Self
fn from(value: &ITCallInfo) -> Self
Converts to this type from the input type.
impl From<&ITCallInfo2> for IDispatch
impl From<&ITCallInfo2> for IDispatch
fn from(value: &ITCallInfo2) -> Self
fn from(value: &ITCallInfo2) -> Self
Converts to this type from the input type.
impl From<&ITCallInfoChangeEvent> for IDispatch
impl From<&ITCallInfoChangeEvent> for IDispatch
fn from(value: &ITCallInfoChangeEvent) -> Self
fn from(value: &ITCallInfoChangeEvent) -> Self
Converts to this type from the input type.
impl From<&ITCallMediaEvent> for IDispatch
impl From<&ITCallMediaEvent> for IDispatch
fn from(value: &ITCallMediaEvent) -> Self
fn from(value: &ITCallMediaEvent) -> Self
Converts to this type from the input type.
impl From<&ITCallNotificationEvent> for IDispatch
impl From<&ITCallNotificationEvent> for IDispatch
fn from(value: &ITCallNotificationEvent) -> Self
fn from(value: &ITCallNotificationEvent) -> Self
Converts to this type from the input type.
impl From<&ITCallStateEvent> for IDispatch
impl From<&ITCallStateEvent> for IDispatch
fn from(value: &ITCallStateEvent) -> Self
fn from(value: &ITCallStateEvent) -> Self
Converts to this type from the input type.
impl From<&ITCallingCard> for IDispatch
impl From<&ITCallingCard> for IDispatch
fn from(value: &ITCallingCard) -> Self
fn from(value: &ITCallingCard) -> Self
Converts to this type from the input type.
impl From<&ITCollection> for IDispatch
impl From<&ITCollection> for IDispatch
fn from(value: &ITCollection) -> Self
fn from(value: &ITCollection) -> Self
Converts to this type from the input type.
impl From<&ITCollection2> for IDispatch
impl From<&ITCollection2> for IDispatch
fn from(value: &ITCollection2) -> Self
fn from(value: &ITCollection2) -> Self
Converts to this type from the input type.
impl From<&ITCustomTone> for IDispatch
impl From<&ITCustomTone> for IDispatch
fn from(value: &ITCustomTone) -> Self
fn from(value: &ITCustomTone) -> Self
Converts to this type from the input type.
impl From<&ITDetectTone> for IDispatch
impl From<&ITDetectTone> for IDispatch
fn from(value: &ITDetectTone) -> Self
fn from(value: &ITDetectTone) -> Self
Converts to this type from the input type.
impl From<&ITDigitDetectionEvent> for IDispatch
impl From<&ITDigitDetectionEvent> for IDispatch
fn from(value: &ITDigitDetectionEvent) -> Self
fn from(value: &ITDigitDetectionEvent) -> Self
Converts to this type from the input type.
impl From<&ITDigitGenerationEvent> for IDispatch
impl From<&ITDigitGenerationEvent> for IDispatch
fn from(value: &ITDigitGenerationEvent) -> Self
fn from(value: &ITDigitGenerationEvent) -> Self
Converts to this type from the input type.
impl From<&ITDigitsGatheredEvent> for IDispatch
impl From<&ITDigitsGatheredEvent> for IDispatch
fn from(value: &ITDigitsGatheredEvent) -> Self
fn from(value: &ITDigitsGatheredEvent) -> Self
Converts to this type from the input type.
impl From<&ITDirectory> for IDispatch
impl From<&ITDirectory> for IDispatch
fn from(value: &ITDirectory) -> Self
fn from(value: &ITDirectory) -> Self
Converts to this type from the input type.
impl From<&ITDirectoryObject> for IDispatch
impl From<&ITDirectoryObject> for IDispatch
fn from(value: &ITDirectoryObject) -> Self
fn from(value: &ITDirectoryObject) -> Self
Converts to this type from the input type.
impl From<&ITDirectoryObjectConference> for IDispatch
impl From<&ITDirectoryObjectConference> for IDispatch
fn from(value: &ITDirectoryObjectConference) -> Self
fn from(value: &ITDirectoryObjectConference) -> Self
Converts to this type from the input type.
impl From<&ITDirectoryObjectUser> for IDispatch
impl From<&ITDirectoryObjectUser> for IDispatch
fn from(value: &ITDirectoryObjectUser) -> Self
fn from(value: &ITDirectoryObjectUser) -> Self
Converts to this type from the input type.
impl From<&ITDispatchMapper> for IDispatch
impl From<&ITDispatchMapper> for IDispatch
fn from(value: &ITDispatchMapper) -> Self
fn from(value: &ITDispatchMapper) -> Self
Converts to this type from the input type.
impl From<&ITFileTerminalEvent> for IDispatch
impl From<&ITFileTerminalEvent> for IDispatch
fn from(value: &ITFileTerminalEvent) -> Self
fn from(value: &ITFileTerminalEvent) -> Self
Converts to this type from the input type.
impl From<&ITFileTrack> for IDispatch
impl From<&ITFileTrack> for IDispatch
fn from(value: &ITFileTrack) -> Self
fn from(value: &ITFileTrack) -> Self
Converts to this type from the input type.
impl From<&ITForwardInformation> for IDispatch
impl From<&ITForwardInformation> for IDispatch
fn from(value: &ITForwardInformation) -> Self
fn from(value: &ITForwardInformation) -> Self
Converts to this type from the input type.
impl From<&ITForwardInformation2> for IDispatch
impl From<&ITForwardInformation2> for IDispatch
fn from(value: &ITForwardInformation2) -> Self
fn from(value: &ITForwardInformation2) -> Self
Converts to this type from the input type.
impl From<&ITILSConfig> for IDispatch
impl From<&ITILSConfig> for IDispatch
fn from(value: &ITILSConfig) -> Self
fn from(value: &ITILSConfig) -> Self
Converts to this type from the input type.
impl From<&ITLegacyCallMediaControl> for IDispatch
impl From<&ITLegacyCallMediaControl> for IDispatch
fn from(value: &ITLegacyCallMediaControl) -> Self
fn from(value: &ITLegacyCallMediaControl) -> Self
Converts to this type from the input type.
impl From<&ITLegacyCallMediaControl2> for IDispatch
impl From<&ITLegacyCallMediaControl2> for IDispatch
fn from(value: &ITLegacyCallMediaControl2) -> Self
fn from(value: &ITLegacyCallMediaControl2) -> Self
Converts to this type from the input type.
impl From<&ITLegacyWaveSupport> for IDispatch
impl From<&ITLegacyWaveSupport> for IDispatch
fn from(value: &ITLegacyWaveSupport) -> Self
fn from(value: &ITLegacyWaveSupport) -> Self
Converts to this type from the input type.
impl From<&ITLocationInfo> for IDispatch
impl From<&ITLocationInfo> for IDispatch
fn from(value: &ITLocationInfo) -> Self
fn from(value: &ITLocationInfo) -> Self
Converts to this type from the input type.
impl From<&ITMediaControl> for IDispatch
impl From<&ITMediaControl> for IDispatch
fn from(value: &ITMediaControl) -> Self
fn from(value: &ITMediaControl) -> Self
Converts to this type from the input type.
impl From<&ITMediaPlayback> for IDispatch
impl From<&ITMediaPlayback> for IDispatch
fn from(value: &ITMediaPlayback) -> Self
fn from(value: &ITMediaPlayback) -> Self
Converts to this type from the input type.
impl From<&ITMediaRecord> for IDispatch
impl From<&ITMediaRecord> for IDispatch
fn from(value: &ITMediaRecord) -> Self
fn from(value: &ITMediaRecord) -> Self
Converts to this type from the input type.
impl From<&ITMediaSupport> for IDispatch
impl From<&ITMediaSupport> for IDispatch
fn from(value: &ITMediaSupport) -> Self
fn from(value: &ITMediaSupport) -> Self
Converts to this type from the input type.
impl From<&ITMultiTrackTerminal> for IDispatch
impl From<&ITMultiTrackTerminal> for IDispatch
fn from(value: &ITMultiTrackTerminal) -> Self
fn from(value: &ITMultiTrackTerminal) -> Self
Converts to this type from the input type.
impl From<&ITPhoneDeviceSpecificEvent> for IDispatch
impl From<&ITPhoneDeviceSpecificEvent> for IDispatch
fn from(value: &ITPhoneDeviceSpecificEvent) -> Self
fn from(value: &ITPhoneDeviceSpecificEvent) -> Self
Converts to this type from the input type.
impl From<&ITPhoneEvent> for IDispatch
impl From<&ITPhoneEvent> for IDispatch
fn from(value: &ITPhoneEvent) -> Self
fn from(value: &ITPhoneEvent) -> Self
Converts to this type from the input type.
impl From<&ITPluggableTerminalClassInfo> for IDispatch
impl From<&ITPluggableTerminalClassInfo> for IDispatch
fn from(value: &ITPluggableTerminalClassInfo) -> Self
fn from(value: &ITPluggableTerminalClassInfo) -> Self
Converts to this type from the input type.
impl From<&ITPluggableTerminalSuperclassInfo> for IDispatch
impl From<&ITPluggableTerminalSuperclassInfo> for IDispatch
fn from(value: &ITPluggableTerminalSuperclassInfo) -> Self
fn from(value: &ITPluggableTerminalSuperclassInfo) -> Self
Converts to this type from the input type.
impl From<&ITPrivateEvent> for IDispatch
impl From<&ITPrivateEvent> for IDispatch
fn from(value: &ITPrivateEvent) -> Self
fn from(value: &ITPrivateEvent) -> Self
Converts to this type from the input type.
impl From<&ITQOSEvent> for IDispatch
impl From<&ITQOSEvent> for IDispatch
fn from(value: &ITQOSEvent) -> Self
fn from(value: &ITQOSEvent) -> Self
Converts to this type from the input type.
impl From<&ITQueueEvent> for IDispatch
impl From<&ITQueueEvent> for IDispatch
fn from(value: &ITQueueEvent) -> Self
fn from(value: &ITQueueEvent) -> Self
Converts to this type from the input type.
impl From<&ITRendezvous> for IDispatch
impl From<&ITRendezvous> for IDispatch
fn from(value: &ITRendezvous) -> Self
fn from(value: &ITRendezvous) -> Self
Converts to this type from the input type.
impl From<&ITRequestEvent> for IDispatch
impl From<&ITRequestEvent> for IDispatch
fn from(value: &ITRequestEvent) -> Self
fn from(value: &ITRequestEvent) -> Self
Converts to this type from the input type.
impl From<&ITScriptableAudioFormat> for IDispatch
impl From<&ITScriptableAudioFormat> for IDispatch
fn from(value: &ITScriptableAudioFormat) -> Self
fn from(value: &ITScriptableAudioFormat) -> Self
Converts to this type from the input type.
impl From<&ITStaticAudioTerminal> for IDispatch
impl From<&ITStaticAudioTerminal> for IDispatch
fn from(value: &ITStaticAudioTerminal) -> Self
fn from(value: &ITStaticAudioTerminal) -> Self
Converts to this type from the input type.
impl From<&ITStreamControl> for IDispatch
impl From<&ITStreamControl> for IDispatch
fn from(value: &ITStreamControl) -> Self
fn from(value: &ITStreamControl) -> Self
Converts to this type from the input type.
impl From<&ITSubStream> for IDispatch
impl From<&ITSubStream> for IDispatch
fn from(value: &ITSubStream) -> Self
fn from(value: &ITSubStream) -> Self
Converts to this type from the input type.
impl From<&ITSubStreamControl> for IDispatch
impl From<&ITSubStreamControl> for IDispatch
fn from(value: &ITSubStreamControl) -> Self
fn from(value: &ITSubStreamControl) -> Self
Converts to this type from the input type.
impl From<&ITTAPICallCenter> for IDispatch
impl From<&ITTAPICallCenter> for IDispatch
fn from(value: &ITTAPICallCenter) -> Self
fn from(value: &ITTAPICallCenter) -> Self
Converts to this type from the input type.
impl From<&ITTAPIDispatchEventNotification> for IDispatch
impl From<&ITTAPIDispatchEventNotification> for IDispatch
fn from(value: &ITTAPIDispatchEventNotification) -> Self
fn from(value: &ITTAPIDispatchEventNotification) -> Self
Converts to this type from the input type.
impl From<&ITTAPIObjectEvent> for IDispatch
impl From<&ITTAPIObjectEvent> for IDispatch
fn from(value: &ITTAPIObjectEvent) -> Self
fn from(value: &ITTAPIObjectEvent) -> Self
Converts to this type from the input type.
impl From<&ITTAPIObjectEvent2> for IDispatch
impl From<&ITTAPIObjectEvent2> for IDispatch
fn from(value: &ITTAPIObjectEvent2) -> Self
fn from(value: &ITTAPIObjectEvent2) -> Self
Converts to this type from the input type.
impl From<&ITTTSTerminalEvent> for IDispatch
impl From<&ITTTSTerminalEvent> for IDispatch
fn from(value: &ITTTSTerminalEvent) -> Self
fn from(value: &ITTTSTerminalEvent) -> Self
Converts to this type from the input type.
impl From<&ITTerminal> for IDispatch
impl From<&ITTerminal> for IDispatch
fn from(value: &ITTerminal) -> Self
fn from(value: &ITTerminal) -> Self
Converts to this type from the input type.
impl From<&ITTerminalSupport> for IDispatch
impl From<&ITTerminalSupport> for IDispatch
fn from(value: &ITTerminalSupport) -> Self
fn from(value: &ITTerminalSupport) -> Self
Converts to this type from the input type.
impl From<&ITTerminalSupport2> for IDispatch
impl From<&ITTerminalSupport2> for IDispatch
fn from(value: &ITTerminalSupport2) -> Self
fn from(value: &ITTerminalSupport2) -> Self
Converts to this type from the input type.
impl From<&ITToneDetectionEvent> for IDispatch
impl From<&ITToneDetectionEvent> for IDispatch
fn from(value: &ITToneDetectionEvent) -> Self
fn from(value: &ITToneDetectionEvent) -> Self
Converts to this type from the input type.
impl From<&ITToneTerminalEvent> for IDispatch
impl From<&ITToneTerminalEvent> for IDispatch
fn from(value: &ITToneTerminalEvent) -> Self
fn from(value: &ITToneTerminalEvent) -> Self
Converts to this type from the input type.
impl From<&ITaskDefinition> for IDispatch
impl From<&ITaskDefinition> for IDispatch
fn from(value: &ITaskDefinition) -> Self
fn from(value: &ITaskDefinition) -> Self
Converts to this type from the input type.
impl From<&ITaskFolder> for IDispatch
impl From<&ITaskFolder> for IDispatch
fn from(value: &ITaskFolder) -> Self
fn from(value: &ITaskFolder) -> Self
Converts to this type from the input type.
impl From<&ITaskFolderCollection> for IDispatch
impl From<&ITaskFolderCollection> for IDispatch
fn from(value: &ITaskFolderCollection) -> Self
fn from(value: &ITaskFolderCollection) -> Self
Converts to this type from the input type.
impl From<&ITaskNamedValueCollection> for IDispatch
impl From<&ITaskNamedValueCollection> for IDispatch
fn from(value: &ITaskNamedValueCollection) -> Self
fn from(value: &ITaskNamedValueCollection) -> Self
Converts to this type from the input type.
impl From<&ITaskNamedValuePair> for IDispatch
impl From<&ITaskNamedValuePair> for IDispatch
fn from(value: &ITaskNamedValuePair) -> Self
fn from(value: &ITaskNamedValuePair) -> Self
Converts to this type from the input type.
impl From<&ITaskService> for IDispatch
impl From<&ITaskService> for IDispatch
fn from(value: &ITaskService) -> Self
fn from(value: &ITaskService) -> Self
Converts to this type from the input type.
impl From<&ITaskSettings> for IDispatch
impl From<&ITaskSettings> for IDispatch
fn from(value: &ITaskSettings) -> Self
fn from(value: &ITaskSettings) -> Self
Converts to this type from the input type.
impl From<&ITaskSettings2> for IDispatch
impl From<&ITaskSettings2> for IDispatch
fn from(value: &ITaskSettings2) -> Self
fn from(value: &ITaskSettings2) -> Self
Converts to this type from the input type.
impl From<&ITaskSettings3> for IDispatch
impl From<&ITaskSettings3> for IDispatch
fn from(value: &ITaskSettings3) -> Self
fn from(value: &ITaskSettings3) -> Self
Converts to this type from the input type.
impl From<&ITemplateSdo> for IDispatch
impl From<&ITemplateSdo> for IDispatch
fn from(value: &ITemplateSdo) -> Self
fn from(value: &ITemplateSdo) -> Self
Converts to this type from the input type.
impl From<&ITextDisplays> for IDispatch
impl From<&ITextDisplays> for IDispatch
fn from(value: &ITextDisplays) -> Self
fn from(value: &ITextDisplays) -> Self
Converts to this type from the input type.
impl From<&ITextDocument> for IDispatch
impl From<&ITextDocument> for IDispatch
fn from(value: &ITextDocument) -> Self
fn from(value: &ITextDocument) -> Self
Converts to this type from the input type.
impl From<&ITextDocument2> for IDispatch
impl From<&ITextDocument2> for IDispatch
fn from(value: &ITextDocument2) -> Self
fn from(value: &ITextDocument2) -> Self
Converts to this type from the input type.
impl From<&ITextDocument2Old> for IDispatch
impl From<&ITextDocument2Old> for IDispatch
fn from(value: &ITextDocument2Old) -> Self
fn from(value: &ITextDocument2Old) -> Self
Converts to this type from the input type.
impl From<&ITextFont2> for IDispatch
impl From<&ITextFont2> for IDispatch
fn from(value: &ITextFont2) -> Self
fn from(value: &ITextFont2) -> Self
Converts to this type from the input type.
impl From<&ITextPara2> for IDispatch
impl From<&ITextPara2> for IDispatch
fn from(value: &ITextPara2) -> Self
fn from(value: &ITextPara2) -> Self
Converts to this type from the input type.
impl From<&ITextRange> for IDispatch
impl From<&ITextRange> for IDispatch
fn from(value: &ITextRange) -> Self
fn from(value: &ITextRange) -> Self
Converts to this type from the input type.
impl From<&ITextRange2> for IDispatch
impl From<&ITextRange2> for IDispatch
fn from(value: &ITextRange2) -> Self
fn from(value: &ITextRange2) -> Self
Converts to this type from the input type.
impl From<&ITextSelection> for IDispatch
impl From<&ITextSelection> for IDispatch
fn from(value: &ITextSelection) -> Self
fn from(value: &ITextSelection) -> Self
Converts to this type from the input type.
impl From<&ITextSelection2> for IDispatch
impl From<&ITextSelection2> for IDispatch
fn from(value: &ITextSelection2) -> Self
fn from(value: &ITextSelection2) -> Self
Converts to this type from the input type.
impl From<&ITextStoryRanges> for IDispatch
impl From<&ITextStoryRanges> for IDispatch
fn from(value: &ITextStoryRanges) -> Self
fn from(value: &ITextStoryRanges) -> Self
Converts to this type from the input type.
impl From<&ITextStoryRanges2> for IDispatch
impl From<&ITextStoryRanges2> for IDispatch
fn from(value: &ITextStoryRanges2) -> Self
fn from(value: &ITextStoryRanges2) -> Self
Converts to this type from the input type.
impl From<&ITextStrings> for IDispatch
impl From<&ITextStrings> for IDispatch
fn from(value: &ITextStrings) -> Self
fn from(value: &ITextStrings) -> Self
Converts to this type from the input type.
impl From<&ITimeTrigger> for IDispatch
impl From<&ITimeTrigger> for IDispatch
fn from(value: &ITimeTrigger) -> Self
fn from(value: &ITimeTrigger) -> Self
Converts to this type from the input type.
impl From<&ITraceDataCollector> for IDispatch
impl From<&ITraceDataCollector> for IDispatch
fn from(value: &ITraceDataCollector) -> Self
fn from(value: &ITraceDataCollector) -> Self
Converts to this type from the input type.
impl From<&ITraceDataProvider> for IDispatch
impl From<&ITraceDataProvider> for IDispatch
fn from(value: &ITraceDataProvider) -> Self
fn from(value: &ITraceDataProvider) -> Self
Converts to this type from the input type.
impl From<&ITraceDataProviderCollection> for IDispatch
impl From<&ITraceDataProviderCollection> for IDispatch
fn from(value: &ITraceDataProviderCollection) -> Self
fn from(value: &ITraceDataProviderCollection) -> Self
Converts to this type from the input type.
impl From<&ITransactionContext> for IDispatch
impl From<&ITransactionContext> for IDispatch
fn from(value: &ITransactionContext) -> Self
fn from(value: &ITransactionContext) -> Self
Converts to this type from the input type.
impl From<&ITriggerCollection> for IDispatch
impl From<&ITriggerCollection> for IDispatch
fn from(value: &ITriggerCollection) -> Self
fn from(value: &ITriggerCollection) -> Self
Converts to this type from the input type.
impl From<&ITuneRequest> for IDispatch
impl From<&ITuneRequest> for IDispatch
fn from(value: &ITuneRequest) -> Self
fn from(value: &ITuneRequest) -> Self
Converts to this type from the input type.
impl From<&ITuningSpace> for IDispatch
impl From<&ITuningSpace> for IDispatch
fn from(value: &ITuningSpace) -> Self
fn from(value: &ITuningSpace) -> Self
Converts to this type from the input type.
impl From<&ITuningSpaceContainer> for IDispatch
impl From<&ITuningSpaceContainer> for IDispatch
fn from(value: &ITuningSpaceContainer) -> Self
fn from(value: &ITuningSpaceContainer) -> Self
Converts to this type from the input type.
impl From<&ITuningSpaces> for IDispatch
impl From<&ITuningSpaces> for IDispatch
fn from(value: &ITuningSpaces) -> Self
fn from(value: &ITuningSpaces) -> Self
Converts to this type from the input type.
impl From<&IUPnPDescriptionDocument> for IDispatch
impl From<&IUPnPDescriptionDocument> for IDispatch
fn from(value: &IUPnPDescriptionDocument) -> Self
fn from(value: &IUPnPDescriptionDocument) -> Self
Converts to this type from the input type.
impl From<&IUPnPDevice> for IDispatch
impl From<&IUPnPDevice> for IDispatch
fn from(value: &IUPnPDevice) -> Self
fn from(value: &IUPnPDevice) -> Self
Converts to this type from the input type.
impl From<&IUPnPDeviceFinder> for IDispatch
impl From<&IUPnPDeviceFinder> for IDispatch
fn from(value: &IUPnPDeviceFinder) -> Self
fn from(value: &IUPnPDeviceFinder) -> Self
Converts to this type from the input type.
impl From<&IUPnPDevices> for IDispatch
impl From<&IUPnPDevices> for IDispatch
fn from(value: &IUPnPDevices) -> Self
fn from(value: &IUPnPDevices) -> Self
Converts to this type from the input type.
impl From<&IUPnPService> for IDispatch
impl From<&IUPnPService> for IDispatch
fn from(value: &IUPnPService) -> Self
fn from(value: &IUPnPService) -> Self
Converts to this type from the input type.
impl From<&IUPnPServices> for IDispatch
impl From<&IUPnPServices> for IDispatch
fn from(value: &IUPnPServices) -> Self
fn from(value: &IUPnPServices) -> Self
Converts to this type from the input type.
impl From<&IUpdateCollection> for IDispatch
impl From<&IUpdateCollection> for IDispatch
fn from(value: &IUpdateCollection) -> Self
fn from(value: &IUpdateCollection) -> Self
Converts to this type from the input type.
impl From<&IUpdateDownloadContent> for IDispatch
impl From<&IUpdateDownloadContent> for IDispatch
fn from(value: &IUpdateDownloadContent) -> Self
fn from(value: &IUpdateDownloadContent) -> Self
Converts to this type from the input type.
impl From<&IUpdateDownloadContent2> for IDispatch
impl From<&IUpdateDownloadContent2> for IDispatch
fn from(value: &IUpdateDownloadContent2) -> Self
fn from(value: &IUpdateDownloadContent2) -> Self
Converts to this type from the input type.
impl From<&IUpdateDownloadContentCollection> for IDispatch
impl From<&IUpdateDownloadContentCollection> for IDispatch
fn from(value: &IUpdateDownloadContentCollection) -> Self
fn from(value: &IUpdateDownloadContentCollection) -> Self
Converts to this type from the input type.
impl From<&IUpdateDownloadResult> for IDispatch
impl From<&IUpdateDownloadResult> for IDispatch
fn from(value: &IUpdateDownloadResult) -> Self
fn from(value: &IUpdateDownloadResult) -> Self
Converts to this type from the input type.
impl From<&IUpdateDownloader> for IDispatch
impl From<&IUpdateDownloader> for IDispatch
fn from(value: &IUpdateDownloader) -> Self
fn from(value: &IUpdateDownloader) -> Self
Converts to this type from the input type.
impl From<&IUpdateException> for IDispatch
impl From<&IUpdateException> for IDispatch
fn from(value: &IUpdateException) -> Self
fn from(value: &IUpdateException) -> Self
Converts to this type from the input type.
impl From<&IUpdateExceptionCollection> for IDispatch
impl From<&IUpdateExceptionCollection> for IDispatch
fn from(value: &IUpdateExceptionCollection) -> Self
fn from(value: &IUpdateExceptionCollection) -> Self
Converts to this type from the input type.
impl From<&IUpdateHistoryEntry> for IDispatch
impl From<&IUpdateHistoryEntry> for IDispatch
fn from(value: &IUpdateHistoryEntry) -> Self
fn from(value: &IUpdateHistoryEntry) -> Self
Converts to this type from the input type.
impl From<&IUpdateHistoryEntry2> for IDispatch
impl From<&IUpdateHistoryEntry2> for IDispatch
fn from(value: &IUpdateHistoryEntry2) -> Self
fn from(value: &IUpdateHistoryEntry2) -> Self
Converts to this type from the input type.
impl From<&IUpdateHistoryEntryCollection> for IDispatch
impl From<&IUpdateHistoryEntryCollection> for IDispatch
fn from(value: &IUpdateHistoryEntryCollection) -> Self
fn from(value: &IUpdateHistoryEntryCollection) -> Self
Converts to this type from the input type.
impl From<&IUpdateIdentity> for IDispatch
impl From<&IUpdateIdentity> for IDispatch
fn from(value: &IUpdateIdentity) -> Self
fn from(value: &IUpdateIdentity) -> Self
Converts to this type from the input type.
impl From<&IUpdateInstallationResult> for IDispatch
impl From<&IUpdateInstallationResult> for IDispatch
fn from(value: &IUpdateInstallationResult) -> Self
fn from(value: &IUpdateInstallationResult) -> Self
Converts to this type from the input type.
impl From<&IUpdateInstaller> for IDispatch
impl From<&IUpdateInstaller> for IDispatch
fn from(value: &IUpdateInstaller) -> Self
fn from(value: &IUpdateInstaller) -> Self
Converts to this type from the input type.
impl From<&IUpdateInstaller2> for IDispatch
impl From<&IUpdateInstaller2> for IDispatch
fn from(value: &IUpdateInstaller2) -> Self
fn from(value: &IUpdateInstaller2) -> Self
Converts to this type from the input type.
impl From<&IUpdateInstaller3> for IDispatch
impl From<&IUpdateInstaller3> for IDispatch
fn from(value: &IUpdateInstaller3) -> Self
fn from(value: &IUpdateInstaller3) -> Self
Converts to this type from the input type.
impl From<&IUpdateInstaller4> for IDispatch
impl From<&IUpdateInstaller4> for IDispatch
fn from(value: &IUpdateInstaller4) -> Self
fn from(value: &IUpdateInstaller4) -> Self
Converts to this type from the input type.
impl From<&IUpdateSearcher> for IDispatch
impl From<&IUpdateSearcher> for IDispatch
fn from(value: &IUpdateSearcher) -> Self
fn from(value: &IUpdateSearcher) -> Self
Converts to this type from the input type.
impl From<&IUpdateSearcher2> for IDispatch
impl From<&IUpdateSearcher2> for IDispatch
fn from(value: &IUpdateSearcher2) -> Self
fn from(value: &IUpdateSearcher2) -> Self
Converts to this type from the input type.
impl From<&IUpdateSearcher3> for IDispatch
impl From<&IUpdateSearcher3> for IDispatch
fn from(value: &IUpdateSearcher3) -> Self
fn from(value: &IUpdateSearcher3) -> Self
Converts to this type from the input type.
impl From<&IUpdateService> for IDispatch
impl From<&IUpdateService> for IDispatch
fn from(value: &IUpdateService) -> Self
fn from(value: &IUpdateService) -> Self
Converts to this type from the input type.
impl From<&IUpdateService2> for IDispatch
impl From<&IUpdateService2> for IDispatch
fn from(value: &IUpdateService2) -> Self
fn from(value: &IUpdateService2) -> Self
Converts to this type from the input type.
impl From<&IUpdateServiceCollection> for IDispatch
impl From<&IUpdateServiceCollection> for IDispatch
fn from(value: &IUpdateServiceCollection) -> Self
fn from(value: &IUpdateServiceCollection) -> Self
Converts to this type from the input type.
impl From<&IUpdateServiceManager> for IDispatch
impl From<&IUpdateServiceManager> for IDispatch
fn from(value: &IUpdateServiceManager) -> Self
fn from(value: &IUpdateServiceManager) -> Self
Converts to this type from the input type.
impl From<&IUpdateServiceManager2> for IDispatch
impl From<&IUpdateServiceManager2> for IDispatch
fn from(value: &IUpdateServiceManager2) -> Self
fn from(value: &IUpdateServiceManager2) -> Self
Converts to this type from the input type.
impl From<&IUpdateServiceRegistration> for IDispatch
impl From<&IUpdateServiceRegistration> for IDispatch
fn from(value: &IUpdateServiceRegistration) -> Self
fn from(value: &IUpdateServiceRegistration) -> Self
Converts to this type from the input type.
impl From<&IUpdateSession> for IDispatch
impl From<&IUpdateSession> for IDispatch
fn from(value: &IUpdateSession) -> Self
fn from(value: &IUpdateSession) -> Self
Converts to this type from the input type.
impl From<&IUpdateSession2> for IDispatch
impl From<&IUpdateSession2> for IDispatch
fn from(value: &IUpdateSession2) -> Self
fn from(value: &IUpdateSession2) -> Self
Converts to this type from the input type.
impl From<&IUpdateSession3> for IDispatch
impl From<&IUpdateSession3> for IDispatch
fn from(value: &IUpdateSession3) -> Self
fn from(value: &IUpdateSession3) -> Self
Converts to this type from the input type.
impl From<&IVBMXNamespaceManager> for IDispatch
impl From<&IVBMXNamespaceManager> for IDispatch
fn from(value: &IVBMXNamespaceManager) -> Self
fn from(value: &IVBMXNamespaceManager) -> Self
Converts to this type from the input type.
impl From<&IVBSAXAttributes> for IDispatch
impl From<&IVBSAXAttributes> for IDispatch
fn from(value: &IVBSAXAttributes) -> Self
fn from(value: &IVBSAXAttributes) -> Self
Converts to this type from the input type.
impl From<&IVBSAXContentHandler> for IDispatch
impl From<&IVBSAXContentHandler> for IDispatch
fn from(value: &IVBSAXContentHandler) -> Self
fn from(value: &IVBSAXContentHandler) -> Self
Converts to this type from the input type.
impl From<&IVBSAXDTDHandler> for IDispatch
impl From<&IVBSAXDTDHandler> for IDispatch
fn from(value: &IVBSAXDTDHandler) -> Self
fn from(value: &IVBSAXDTDHandler) -> Self
Converts to this type from the input type.
impl From<&IVBSAXDeclHandler> for IDispatch
impl From<&IVBSAXDeclHandler> for IDispatch
fn from(value: &IVBSAXDeclHandler) -> Self
fn from(value: &IVBSAXDeclHandler) -> Self
Converts to this type from the input type.
impl From<&IVBSAXEntityResolver> for IDispatch
impl From<&IVBSAXEntityResolver> for IDispatch
fn from(value: &IVBSAXEntityResolver) -> Self
fn from(value: &IVBSAXEntityResolver) -> Self
Converts to this type from the input type.
impl From<&IVBSAXErrorHandler> for IDispatch
impl From<&IVBSAXErrorHandler> for IDispatch
fn from(value: &IVBSAXErrorHandler) -> Self
fn from(value: &IVBSAXErrorHandler) -> Self
Converts to this type from the input type.
impl From<&IVBSAXLexicalHandler> for IDispatch
impl From<&IVBSAXLexicalHandler> for IDispatch
fn from(value: &IVBSAXLexicalHandler) -> Self
fn from(value: &IVBSAXLexicalHandler) -> Self
Converts to this type from the input type.
impl From<&IVBSAXLocator> for IDispatch
impl From<&IVBSAXLocator> for IDispatch
fn from(value: &IVBSAXLocator) -> Self
fn from(value: &IVBSAXLocator) -> Self
Converts to this type from the input type.
impl From<&IVBSAXXMLFilter> for IDispatch
impl From<&IVBSAXXMLFilter> for IDispatch
fn from(value: &IVBSAXXMLFilter) -> Self
fn from(value: &IVBSAXXMLFilter) -> Self
Converts to this type from the input type.
impl From<&IVBSAXXMLReader> for IDispatch
impl From<&IVBSAXXMLReader> for IDispatch
fn from(value: &IVBSAXXMLReader) -> Self
fn from(value: &IVBSAXXMLReader) -> Self
Converts to this type from the input type.
impl From<&IValueMapItem> for IDispatch
impl From<&IValueMapItem> for IDispatch
fn from(value: &IValueMapItem) -> Self
fn from(value: &IValueMapItem) -> Self
Converts to this type from the input type.
impl From<&IVideoWindow> for IDispatch
impl From<&IVideoWindow> for IDispatch
fn from(value: &IVideoWindow) -> Self
fn from(value: &IVideoWindow) -> Self
Converts to this type from the input type.
impl From<&IWMIExtension> for IDispatch
impl From<&IWMIExtension> for IDispatch
fn from(value: &IWMIExtension) -> Self
fn from(value: &IWMIExtension) -> Self
Converts to this type from the input type.
impl From<&IWMPCdromCollection> for IDispatch
impl From<&IWMPCdromCollection> for IDispatch
fn from(value: &IWMPCdromCollection) -> Self
fn from(value: &IWMPCdromCollection) -> Self
Converts to this type from the input type.
impl From<&IWMPClosedCaption> for IDispatch
impl From<&IWMPClosedCaption> for IDispatch
fn from(value: &IWMPClosedCaption) -> Self
fn from(value: &IWMPClosedCaption) -> Self
Converts to this type from the input type.
impl From<&IWMPClosedCaption2> for IDispatch
impl From<&IWMPClosedCaption2> for IDispatch
fn from(value: &IWMPClosedCaption2) -> Self
fn from(value: &IWMPClosedCaption2) -> Self
Converts to this type from the input type.
impl From<&IWMPControls> for IDispatch
impl From<&IWMPControls> for IDispatch
fn from(value: &IWMPControls) -> Self
fn from(value: &IWMPControls) -> Self
Converts to this type from the input type.
impl From<&IWMPControls2> for IDispatch
impl From<&IWMPControls2> for IDispatch
fn from(value: &IWMPControls2) -> Self
fn from(value: &IWMPControls2) -> Self
Converts to this type from the input type.
impl From<&IWMPControls3> for IDispatch
impl From<&IWMPControls3> for IDispatch
fn from(value: &IWMPControls3) -> Self
fn from(value: &IWMPControls3) -> Self
Converts to this type from the input type.
impl From<&IWMPDownloadCollection> for IDispatch
impl From<&IWMPDownloadCollection> for IDispatch
fn from(value: &IWMPDownloadCollection) -> Self
fn from(value: &IWMPDownloadCollection) -> Self
Converts to this type from the input type.
impl From<&IWMPDownloadItem> for IDispatch
impl From<&IWMPDownloadItem> for IDispatch
fn from(value: &IWMPDownloadItem) -> Self
fn from(value: &IWMPDownloadItem) -> Self
Converts to this type from the input type.
impl From<&IWMPDownloadItem2> for IDispatch
impl From<&IWMPDownloadItem2> for IDispatch
fn from(value: &IWMPDownloadItem2) -> Self
fn from(value: &IWMPDownloadItem2) -> Self
Converts to this type from the input type.
impl From<&IWMPDownloadManager> for IDispatch
impl From<&IWMPDownloadManager> for IDispatch
fn from(value: &IWMPDownloadManager) -> Self
fn from(value: &IWMPDownloadManager) -> Self
Converts to this type from the input type.
impl From<&IWMPErrorItem> for IDispatch
impl From<&IWMPErrorItem> for IDispatch
fn from(value: &IWMPErrorItem) -> Self
fn from(value: &IWMPErrorItem) -> Self
Converts to this type from the input type.
impl From<&IWMPErrorItem2> for IDispatch
impl From<&IWMPErrorItem2> for IDispatch
fn from(value: &IWMPErrorItem2) -> Self
fn from(value: &IWMPErrorItem2) -> Self
Converts to this type from the input type.
impl From<&IWMPMedia2> for IDispatch
impl From<&IWMPMedia2> for IDispatch
fn from(value: &IWMPMedia2) -> Self
fn from(value: &IWMPMedia2) -> Self
Converts to this type from the input type.
impl From<&IWMPMedia3> for IDispatch
impl From<&IWMPMedia3> for IDispatch
fn from(value: &IWMPMedia3) -> Self
fn from(value: &IWMPMedia3) -> Self
Converts to this type from the input type.
impl From<&IWMPMediaCollection> for IDispatch
impl From<&IWMPMediaCollection> for IDispatch
fn from(value: &IWMPMediaCollection) -> Self
fn from(value: &IWMPMediaCollection) -> Self
Converts to this type from the input type.
impl From<&IWMPMediaCollection2> for IDispatch
impl From<&IWMPMediaCollection2> for IDispatch
fn from(value: &IWMPMediaCollection2) -> Self
fn from(value: &IWMPMediaCollection2) -> Self
Converts to this type from the input type.
impl From<&IWMPMetadataPicture> for IDispatch
impl From<&IWMPMetadataPicture> for IDispatch
fn from(value: &IWMPMetadataPicture) -> Self
fn from(value: &IWMPMetadataPicture) -> Self
Converts to this type from the input type.
impl From<&IWMPMetadataText> for IDispatch
impl From<&IWMPMetadataText> for IDispatch
fn from(value: &IWMPMetadataText) -> Self
fn from(value: &IWMPMetadataText) -> Self
Converts to this type from the input type.
impl From<&IWMPNetwork> for IDispatch
impl From<&IWMPNetwork> for IDispatch
fn from(value: &IWMPNetwork) -> Self
fn from(value: &IWMPNetwork) -> Self
Converts to this type from the input type.
impl From<&IWMPPlayer> for IDispatch
impl From<&IWMPPlayer> for IDispatch
fn from(value: &IWMPPlayer) -> Self
fn from(value: &IWMPPlayer) -> Self
Converts to this type from the input type.
impl From<&IWMPPlayer2> for IDispatch
impl From<&IWMPPlayer2> for IDispatch
fn from(value: &IWMPPlayer2) -> Self
fn from(value: &IWMPPlayer2) -> Self
Converts to this type from the input type.
impl From<&IWMPPlayer3> for IDispatch
impl From<&IWMPPlayer3> for IDispatch
fn from(value: &IWMPPlayer3) -> Self
fn from(value: &IWMPPlayer3) -> Self
Converts to this type from the input type.
impl From<&IWMPPlayer4> for IDispatch
impl From<&IWMPPlayer4> for IDispatch
fn from(value: &IWMPPlayer4) -> Self
fn from(value: &IWMPPlayer4) -> Self
Converts to this type from the input type.
impl From<&IWMPPlayerApplication> for IDispatch
impl From<&IWMPPlayerApplication> for IDispatch
fn from(value: &IWMPPlayerApplication) -> Self
fn from(value: &IWMPPlayerApplication) -> Self
Converts to this type from the input type.
impl From<&IWMPPlaylist> for IDispatch
impl From<&IWMPPlaylist> for IDispatch
fn from(value: &IWMPPlaylist) -> Self
fn from(value: &IWMPPlaylist) -> Self
Converts to this type from the input type.
impl From<&IWMPPlaylistArray> for IDispatch
impl From<&IWMPPlaylistArray> for IDispatch
fn from(value: &IWMPPlaylistArray) -> Self
fn from(value: &IWMPPlaylistArray) -> Self
Converts to this type from the input type.
impl From<&IWMPPlaylistCollection> for IDispatch
impl From<&IWMPPlaylistCollection> for IDispatch
fn from(value: &IWMPPlaylistCollection) -> Self
fn from(value: &IWMPPlaylistCollection) -> Self
Converts to this type from the input type.
impl From<&IWMPSettings> for IDispatch
impl From<&IWMPSettings> for IDispatch
fn from(value: &IWMPSettings) -> Self
fn from(value: &IWMPSettings) -> Self
Converts to this type from the input type.
impl From<&IWMPSettings2> for IDispatch
impl From<&IWMPSettings2> for IDispatch
fn from(value: &IWMPSettings2) -> Self
fn from(value: &IWMPSettings2) -> Self
Converts to this type from the input type.
impl From<&IWMPStringCollection> for IDispatch
impl From<&IWMPStringCollection> for IDispatch
fn from(value: &IWMPStringCollection) -> Self
fn from(value: &IWMPStringCollection) -> Self
Converts to this type from the input type.
impl From<&IWMPStringCollection2> for IDispatch
impl From<&IWMPStringCollection2> for IDispatch
fn from(value: &IWMPStringCollection2) -> Self
fn from(value: &IWMPStringCollection2) -> Self
Converts to this type from the input type.
impl From<&IWSCDefaultProduct> for IDispatch
impl From<&IWSCDefaultProduct> for IDispatch
fn from(value: &IWSCDefaultProduct) -> Self
fn from(value: &IWSCDefaultProduct) -> Self
Converts to this type from the input type.
impl From<&IWSCProductList> for IDispatch
impl From<&IWSCProductList> for IDispatch
fn from(value: &IWSCProductList) -> Self
fn from(value: &IWSCProductList) -> Self
Converts to this type from the input type.
impl From<&IWSManConnectionOptions> for IDispatch
impl From<&IWSManConnectionOptions> for IDispatch
fn from(value: &IWSManConnectionOptions) -> Self
fn from(value: &IWSManConnectionOptions) -> Self
Converts to this type from the input type.
impl From<&IWSManConnectionOptionsEx> for IDispatch
impl From<&IWSManConnectionOptionsEx> for IDispatch
fn from(value: &IWSManConnectionOptionsEx) -> Self
fn from(value: &IWSManConnectionOptionsEx) -> Self
Converts to this type from the input type.
impl From<&IWSManConnectionOptionsEx2> for IDispatch
impl From<&IWSManConnectionOptionsEx2> for IDispatch
fn from(value: &IWSManConnectionOptionsEx2) -> Self
fn from(value: &IWSManConnectionOptionsEx2) -> Self
Converts to this type from the input type.
impl From<&IWSManEnumerator> for IDispatch
impl From<&IWSManEnumerator> for IDispatch
fn from(value: &IWSManEnumerator) -> Self
fn from(value: &IWSManEnumerator) -> Self
Converts to this type from the input type.
impl From<&IWSManInternal> for IDispatch
impl From<&IWSManInternal> for IDispatch
fn from(value: &IWSManInternal) -> Self
fn from(value: &IWSManInternal) -> Self
Converts to this type from the input type.
impl From<&IWSManResourceLocator> for IDispatch
impl From<&IWSManResourceLocator> for IDispatch
fn from(value: &IWSManResourceLocator) -> Self
fn from(value: &IWSManResourceLocator) -> Self
Converts to this type from the input type.
impl From<&IWSManSession> for IDispatch
impl From<&IWSManSession> for IDispatch
fn from(value: &IWSManSession) -> Self
fn from(value: &IWSManSession) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportCacheable> for IDispatch
impl From<&IWdsTransportCacheable> for IDispatch
fn from(value: &IWdsTransportCacheable) -> Self
fn from(value: &IWdsTransportCacheable) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportClient> for IDispatch
impl From<&IWdsTransportClient> for IDispatch
fn from(value: &IWdsTransportClient) -> Self
fn from(value: &IWdsTransportClient) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportCollection> for IDispatch
impl From<&IWdsTransportCollection> for IDispatch
fn from(value: &IWdsTransportCollection) -> Self
fn from(value: &IWdsTransportCollection) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportConfigurationManager> for IDispatch
impl From<&IWdsTransportConfigurationManager> for IDispatch
fn from(value: &IWdsTransportConfigurationManager) -> Self
fn from(value: &IWdsTransportConfigurationManager) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportConfigurationManager2> for IDispatch
impl From<&IWdsTransportConfigurationManager2> for IDispatch
fn from(value: &IWdsTransportConfigurationManager2) -> Self
fn from(value: &IWdsTransportConfigurationManager2) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportContent> for IDispatch
impl From<&IWdsTransportContent> for IDispatch
fn from(value: &IWdsTransportContent) -> Self
fn from(value: &IWdsTransportContent) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportContentProvider> for IDispatch
impl From<&IWdsTransportContentProvider> for IDispatch
fn from(value: &IWdsTransportContentProvider) -> Self
fn from(value: &IWdsTransportContentProvider) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportDiagnosticsPolicy> for IDispatch
impl From<&IWdsTransportDiagnosticsPolicy> for IDispatch
fn from(value: &IWdsTransportDiagnosticsPolicy) -> Self
fn from(value: &IWdsTransportDiagnosticsPolicy) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportManager> for IDispatch
impl From<&IWdsTransportManager> for IDispatch
fn from(value: &IWdsTransportManager) -> Self
fn from(value: &IWdsTransportManager) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportMulticastSessionPolicy> for IDispatch
impl From<&IWdsTransportMulticastSessionPolicy> for IDispatch
fn from(value: &IWdsTransportMulticastSessionPolicy) -> Self
fn from(value: &IWdsTransportMulticastSessionPolicy) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportNamespace> for IDispatch
impl From<&IWdsTransportNamespace> for IDispatch
fn from(value: &IWdsTransportNamespace) -> Self
fn from(value: &IWdsTransportNamespace) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportNamespaceAutoCast> for IDispatch
impl From<&IWdsTransportNamespaceAutoCast> for IDispatch
fn from(value: &IWdsTransportNamespaceAutoCast) -> Self
fn from(value: &IWdsTransportNamespaceAutoCast) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportNamespaceManager> for IDispatch
impl From<&IWdsTransportNamespaceManager> for IDispatch
fn from(value: &IWdsTransportNamespaceManager) -> Self
fn from(value: &IWdsTransportNamespaceManager) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportNamespaceScheduledCast> for IDispatch
impl From<&IWdsTransportNamespaceScheduledCast> for IDispatch
fn from(value: &IWdsTransportNamespaceScheduledCast) -> Self
fn from(value: &IWdsTransportNamespaceScheduledCast) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportNamespaceScheduledCastAutoStart> for IDispatch
impl From<&IWdsTransportNamespaceScheduledCastAutoStart> for IDispatch
fn from(value: &IWdsTransportNamespaceScheduledCastAutoStart) -> Self
fn from(value: &IWdsTransportNamespaceScheduledCastAutoStart) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportNamespaceScheduledCastManualStart> for IDispatch
impl From<&IWdsTransportNamespaceScheduledCastManualStart> for IDispatch
fn from(value: &IWdsTransportNamespaceScheduledCastManualStart) -> Self
fn from(value: &IWdsTransportNamespaceScheduledCastManualStart) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportServer> for IDispatch
impl From<&IWdsTransportServer> for IDispatch
fn from(value: &IWdsTransportServer) -> Self
fn from(value: &IWdsTransportServer) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportServer2> for IDispatch
impl From<&IWdsTransportServer2> for IDispatch
fn from(value: &IWdsTransportServer2) -> Self
fn from(value: &IWdsTransportServer2) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportServicePolicy> for IDispatch
impl From<&IWdsTransportServicePolicy> for IDispatch
fn from(value: &IWdsTransportServicePolicy) -> Self
fn from(value: &IWdsTransportServicePolicy) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportServicePolicy2> for IDispatch
impl From<&IWdsTransportServicePolicy2> for IDispatch
fn from(value: &IWdsTransportServicePolicy2) -> Self
fn from(value: &IWdsTransportServicePolicy2) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportSession> for IDispatch
impl From<&IWdsTransportSession> for IDispatch
fn from(value: &IWdsTransportSession) -> Self
fn from(value: &IWdsTransportSession) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportSetupManager> for IDispatch
impl From<&IWdsTransportSetupManager> for IDispatch
fn from(value: &IWdsTransportSetupManager) -> Self
fn from(value: &IWdsTransportSetupManager) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportSetupManager2> for IDispatch
impl From<&IWdsTransportSetupManager2> for IDispatch
fn from(value: &IWdsTransportSetupManager2) -> Self
fn from(value: &IWdsTransportSetupManager2) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportTftpClient> for IDispatch
impl From<&IWdsTransportTftpClient> for IDispatch
fn from(value: &IWdsTransportTftpClient) -> Self
fn from(value: &IWdsTransportTftpClient) -> Self
Converts to this type from the input type.
impl From<&IWdsTransportTftpManager> for IDispatch
impl From<&IWdsTransportTftpManager> for IDispatch
fn from(value: &IWdsTransportTftpManager) -> Self
fn from(value: &IWdsTransportTftpManager) -> Self
Converts to this type from the input type.
impl From<&IWebBrowser> for IDispatch
impl From<&IWebBrowser> for IDispatch
fn from(value: &IWebBrowser) -> Self
fn from(value: &IWebBrowser) -> Self
Converts to this type from the input type.
impl From<&IWebBrowser2> for IDispatch
impl From<&IWebBrowser2> for IDispatch
fn from(value: &IWebBrowser2) -> Self
fn from(value: &IWebBrowser2) -> Self
Converts to this type from the input type.
impl From<&IWebBrowserApp> for IDispatch
impl From<&IWebBrowserApp> for IDispatch
fn from(value: &IWebBrowserApp) -> Self
fn from(value: &IWebBrowserApp) -> Self
Converts to this type from the input type.
impl From<&IWebWizardHost> for IDispatch
impl From<&IWebWizardHost> for IDispatch
fn from(value: &IWebWizardHost) -> Self
fn from(value: &IWebWizardHost) -> Self
Converts to this type from the input type.
impl From<&IWebWizardHost2> for IDispatch
impl From<&IWebWizardHost2> for IDispatch
fn from(value: &IWebWizardHost2) -> Self
fn from(value: &IWebWizardHost2) -> Self
Converts to this type from the input type.
impl From<&IWeeklyTrigger> for IDispatch
impl From<&IWeeklyTrigger> for IDispatch
fn from(value: &IWeeklyTrigger) -> Self
fn from(value: &IWeeklyTrigger) -> Self
Converts to this type from the input type.
impl From<&IWindowsDriverUpdate> for IDispatch
impl From<&IWindowsDriverUpdate> for IDispatch
fn from(value: &IWindowsDriverUpdate) -> Self
fn from(value: &IWindowsDriverUpdate) -> Self
Converts to this type from the input type.
impl From<&IWindowsDriverUpdate2> for IDispatch
impl From<&IWindowsDriverUpdate2> for IDispatch
fn from(value: &IWindowsDriverUpdate2) -> Self
fn from(value: &IWindowsDriverUpdate2) -> Self
Converts to this type from the input type.
impl From<&IWindowsDriverUpdate3> for IDispatch
impl From<&IWindowsDriverUpdate3> for IDispatch
fn from(value: &IWindowsDriverUpdate3) -> Self
fn from(value: &IWindowsDriverUpdate3) -> Self
Converts to this type from the input type.
impl From<&IWindowsDriverUpdate4> for IDispatch
impl From<&IWindowsDriverUpdate4> for IDispatch
fn from(value: &IWindowsDriverUpdate4) -> Self
fn from(value: &IWindowsDriverUpdate4) -> Self
Converts to this type from the input type.
impl From<&IWindowsDriverUpdate5> for IDispatch
impl From<&IWindowsDriverUpdate5> for IDispatch
fn from(value: &IWindowsDriverUpdate5) -> Self
fn from(value: &IWindowsDriverUpdate5) -> Self
Converts to this type from the input type.
impl From<&IWindowsDriverUpdateEntry> for IDispatch
impl From<&IWindowsDriverUpdateEntry> for IDispatch
fn from(value: &IWindowsDriverUpdateEntry) -> Self
fn from(value: &IWindowsDriverUpdateEntry) -> Self
Converts to this type from the input type.
impl From<&IWindowsDriverUpdateEntryCollection> for IDispatch
impl From<&IWindowsDriverUpdateEntryCollection> for IDispatch
fn from(value: &IWindowsDriverUpdateEntryCollection) -> Self
fn from(value: &IWindowsDriverUpdateEntryCollection) -> Self
Converts to this type from the input type.
impl From<&IWindowsMediaLibrarySharingDevice> for IDispatch
impl From<&IWindowsMediaLibrarySharingDevice> for IDispatch
fn from(value: &IWindowsMediaLibrarySharingDevice) -> Self
fn from(value: &IWindowsMediaLibrarySharingDevice) -> Self
Converts to this type from the input type.
impl From<&IWindowsMediaLibrarySharingDeviceProperties> for IDispatch
impl From<&IWindowsMediaLibrarySharingDeviceProperties> for IDispatch
fn from(value: &IWindowsMediaLibrarySharingDeviceProperties) -> Self
fn from(value: &IWindowsMediaLibrarySharingDeviceProperties) -> Self
Converts to this type from the input type.
impl From<&IWindowsMediaLibrarySharingDeviceProperty> for IDispatch
impl From<&IWindowsMediaLibrarySharingDeviceProperty> for IDispatch
fn from(value: &IWindowsMediaLibrarySharingDeviceProperty) -> Self
fn from(value: &IWindowsMediaLibrarySharingDeviceProperty) -> Self
Converts to this type from the input type.
impl From<&IWindowsMediaLibrarySharingDevices> for IDispatch
impl From<&IWindowsMediaLibrarySharingDevices> for IDispatch
fn from(value: &IWindowsMediaLibrarySharingDevices) -> Self
fn from(value: &IWindowsMediaLibrarySharingDevices) -> Self
Converts to this type from the input type.
impl From<&IWindowsMediaLibrarySharingServices> for IDispatch
impl From<&IWindowsMediaLibrarySharingServices> for IDispatch
fn from(value: &IWindowsMediaLibrarySharingServices) -> Self
fn from(value: &IWindowsMediaLibrarySharingServices) -> Self
Converts to this type from the input type.
impl From<&IWindowsUpdateAgentInfo> for IDispatch
impl From<&IWindowsUpdateAgentInfo> for IDispatch
fn from(value: &IWindowsUpdateAgentInfo) -> Self
fn from(value: &IWindowsUpdateAgentInfo) -> Self
Converts to this type from the input type.
impl From<&IWorkspaceResTypeRegistry> for IDispatch
impl From<&IWorkspaceResTypeRegistry> for IDispatch
fn from(value: &IWorkspaceResTypeRegistry) -> Self
fn from(value: &IWorkspaceResTypeRegistry) -> Self
Converts to this type from the input type.
impl From<&IWorkspaceScriptable> for IDispatch
impl From<&IWorkspaceScriptable> for IDispatch
fn from(value: &IWorkspaceScriptable) -> Self
fn from(value: &IWorkspaceScriptable) -> Self
Converts to this type from the input type.
impl From<&IWorkspaceScriptable2> for IDispatch
impl From<&IWorkspaceScriptable2> for IDispatch
fn from(value: &IWorkspaceScriptable2) -> Self
fn from(value: &IWorkspaceScriptable2) -> Self
Converts to this type from the input type.
impl From<&IWorkspaceScriptable3> for IDispatch
impl From<&IWorkspaceScriptable3> for IDispatch
fn from(value: &IWorkspaceScriptable3) -> Self
fn from(value: &IWorkspaceScriptable3) -> Self
Converts to this type from the input type.
impl From<&IWriteEngine2> for IDispatch
impl From<&IWriteEngine2> for IDispatch
fn from(value: &IWriteEngine2) -> Self
fn from(value: &IWriteEngine2) -> Self
Converts to this type from the input type.
impl From<&IWriteEngine2EventArgs> for IDispatch
impl From<&IWriteEngine2EventArgs> for IDispatch
fn from(value: &IWriteEngine2EventArgs) -> Self
fn from(value: &IWriteEngine2EventArgs) -> Self
Converts to this type from the input type.
impl From<&IWriteSpeedDescriptor> for IDispatch
impl From<&IWriteSpeedDescriptor> for IDispatch
fn from(value: &IWriteSpeedDescriptor) -> Self
fn from(value: &IWriteSpeedDescriptor) -> Self
Converts to this type from the input type.
impl From<&IWscProduct> for IDispatch
impl From<&IWscProduct> for IDispatch
fn from(value: &IWscProduct) -> Self
fn from(value: &IWscProduct) -> Self
Converts to this type from the input type.
impl From<&IWscProduct2> for IDispatch
impl From<&IWscProduct2> for IDispatch
fn from(value: &IWscProduct2) -> Self
fn from(value: &IWscProduct2) -> Self
Converts to this type from the input type.
impl From<&IWscProduct3> for IDispatch
impl From<&IWscProduct3> for IDispatch
fn from(value: &IWscProduct3) -> Self
fn from(value: &IWscProduct3) -> Self
Converts to this type from the input type.
impl From<&IX500DistinguishedName> for IDispatch
impl From<&IX500DistinguishedName> for IDispatch
fn from(value: &IX500DistinguishedName) -> Self
fn from(value: &IX500DistinguishedName) -> Self
Converts to this type from the input type.
impl From<&IX509Attribute> for IDispatch
impl From<&IX509Attribute> for IDispatch
fn from(value: &IX509Attribute) -> Self
fn from(value: &IX509Attribute) -> Self
Converts to this type from the input type.
impl From<&IX509AttributeArchiveKey> for IDispatch
impl From<&IX509AttributeArchiveKey> for IDispatch
fn from(value: &IX509AttributeArchiveKey) -> Self
fn from(value: &IX509AttributeArchiveKey) -> Self
Converts to this type from the input type.
impl From<&IX509AttributeArchiveKeyHash> for IDispatch
impl From<&IX509AttributeArchiveKeyHash> for IDispatch
fn from(value: &IX509AttributeArchiveKeyHash) -> Self
fn from(value: &IX509AttributeArchiveKeyHash) -> Self
Converts to this type from the input type.
impl From<&IX509AttributeClientId> for IDispatch
impl From<&IX509AttributeClientId> for IDispatch
fn from(value: &IX509AttributeClientId) -> Self
fn from(value: &IX509AttributeClientId) -> Self
Converts to this type from the input type.
impl From<&IX509AttributeCspProvider> for IDispatch
impl From<&IX509AttributeCspProvider> for IDispatch
fn from(value: &IX509AttributeCspProvider) -> Self
fn from(value: &IX509AttributeCspProvider) -> Self
Converts to this type from the input type.
impl From<&IX509AttributeExtensions> for IDispatch
impl From<&IX509AttributeExtensions> for IDispatch
fn from(value: &IX509AttributeExtensions) -> Self
fn from(value: &IX509AttributeExtensions) -> Self
Converts to this type from the input type.
impl From<&IX509AttributeOSVersion> for IDispatch
impl From<&IX509AttributeOSVersion> for IDispatch
fn from(value: &IX509AttributeOSVersion) -> Self
fn from(value: &IX509AttributeOSVersion) -> Self
Converts to this type from the input type.
impl From<&IX509AttributeRenewalCertificate> for IDispatch
impl From<&IX509AttributeRenewalCertificate> for IDispatch
fn from(value: &IX509AttributeRenewalCertificate) -> Self
fn from(value: &IX509AttributeRenewalCertificate) -> Self
Converts to this type from the input type.
impl From<&IX509Attributes> for IDispatch
impl From<&IX509Attributes> for IDispatch
fn from(value: &IX509Attributes) -> Self
fn from(value: &IX509Attributes) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRequest> for IDispatch
impl From<&IX509CertificateRequest> for IDispatch
fn from(value: &IX509CertificateRequest) -> Self
fn from(value: &IX509CertificateRequest) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRequestCertificate> for IDispatch
impl From<&IX509CertificateRequestCertificate> for IDispatch
fn from(value: &IX509CertificateRequestCertificate) -> Self
fn from(value: &IX509CertificateRequestCertificate) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRequestCertificate2> for IDispatch
impl From<&IX509CertificateRequestCertificate2> for IDispatch
fn from(value: &IX509CertificateRequestCertificate2) -> Self
fn from(value: &IX509CertificateRequestCertificate2) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRequestCmc> for IDispatch
impl From<&IX509CertificateRequestCmc> for IDispatch
fn from(value: &IX509CertificateRequestCmc) -> Self
fn from(value: &IX509CertificateRequestCmc) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRequestCmc2> for IDispatch
impl From<&IX509CertificateRequestCmc2> for IDispatch
fn from(value: &IX509CertificateRequestCmc2) -> Self
fn from(value: &IX509CertificateRequestCmc2) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRequestPkcs10> for IDispatch
impl From<&IX509CertificateRequestPkcs10> for IDispatch
fn from(value: &IX509CertificateRequestPkcs10) -> Self
fn from(value: &IX509CertificateRequestPkcs10) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRequestPkcs10V2> for IDispatch
impl From<&IX509CertificateRequestPkcs10V2> for IDispatch
fn from(value: &IX509CertificateRequestPkcs10V2) -> Self
fn from(value: &IX509CertificateRequestPkcs10V2) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRequestPkcs10V3> for IDispatch
impl From<&IX509CertificateRequestPkcs10V3> for IDispatch
fn from(value: &IX509CertificateRequestPkcs10V3) -> Self
fn from(value: &IX509CertificateRequestPkcs10V3) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRequestPkcs10V4> for IDispatch
impl From<&IX509CertificateRequestPkcs10V4> for IDispatch
fn from(value: &IX509CertificateRequestPkcs10V4) -> Self
fn from(value: &IX509CertificateRequestPkcs10V4) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRequestPkcs7> for IDispatch
impl From<&IX509CertificateRequestPkcs7> for IDispatch
fn from(value: &IX509CertificateRequestPkcs7) -> Self
fn from(value: &IX509CertificateRequestPkcs7) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRequestPkcs7V2> for IDispatch
impl From<&IX509CertificateRequestPkcs7V2> for IDispatch
fn from(value: &IX509CertificateRequestPkcs7V2) -> Self
fn from(value: &IX509CertificateRequestPkcs7V2) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRevocationList> for IDispatch
impl From<&IX509CertificateRevocationList> for IDispatch
fn from(value: &IX509CertificateRevocationList) -> Self
fn from(value: &IX509CertificateRevocationList) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRevocationListEntries> for IDispatch
impl From<&IX509CertificateRevocationListEntries> for IDispatch
fn from(value: &IX509CertificateRevocationListEntries) -> Self
fn from(value: &IX509CertificateRevocationListEntries) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateRevocationListEntry> for IDispatch
impl From<&IX509CertificateRevocationListEntry> for IDispatch
fn from(value: &IX509CertificateRevocationListEntry) -> Self
fn from(value: &IX509CertificateRevocationListEntry) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateTemplate> for IDispatch
impl From<&IX509CertificateTemplate> for IDispatch
fn from(value: &IX509CertificateTemplate) -> Self
fn from(value: &IX509CertificateTemplate) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateTemplateWritable> for IDispatch
impl From<&IX509CertificateTemplateWritable> for IDispatch
fn from(value: &IX509CertificateTemplateWritable) -> Self
fn from(value: &IX509CertificateTemplateWritable) -> Self
Converts to this type from the input type.
impl From<&IX509CertificateTemplates> for IDispatch
impl From<&IX509CertificateTemplates> for IDispatch
fn from(value: &IX509CertificateTemplates) -> Self
fn from(value: &IX509CertificateTemplates) -> Self
Converts to this type from the input type.
impl From<&IX509EndorsementKey> for IDispatch
impl From<&IX509EndorsementKey> for IDispatch
fn from(value: &IX509EndorsementKey) -> Self
fn from(value: &IX509EndorsementKey) -> Self
Converts to this type from the input type.
impl From<&IX509Enrollment> for IDispatch
impl From<&IX509Enrollment> for IDispatch
fn from(value: &IX509Enrollment) -> Self
fn from(value: &IX509Enrollment) -> Self
Converts to this type from the input type.
impl From<&IX509Enrollment2> for IDispatch
impl From<&IX509Enrollment2> for IDispatch
fn from(value: &IX509Enrollment2) -> Self
fn from(value: &IX509Enrollment2) -> Self
Converts to this type from the input type.
impl From<&IX509EnrollmentHelper> for IDispatch
impl From<&IX509EnrollmentHelper> for IDispatch
fn from(value: &IX509EnrollmentHelper) -> Self
fn from(value: &IX509EnrollmentHelper) -> Self
Converts to this type from the input type.
impl From<&IX509EnrollmentPolicyServer> for IDispatch
impl From<&IX509EnrollmentPolicyServer> for IDispatch
fn from(value: &IX509EnrollmentPolicyServer) -> Self
fn from(value: &IX509EnrollmentPolicyServer) -> Self
Converts to this type from the input type.
impl From<&IX509EnrollmentStatus> for IDispatch
impl From<&IX509EnrollmentStatus> for IDispatch
fn from(value: &IX509EnrollmentStatus) -> Self
fn from(value: &IX509EnrollmentStatus) -> Self
Converts to this type from the input type.
impl From<&IX509EnrollmentWebClassFactory> for IDispatch
impl From<&IX509EnrollmentWebClassFactory> for IDispatch
fn from(value: &IX509EnrollmentWebClassFactory) -> Self
fn from(value: &IX509EnrollmentWebClassFactory) -> Self
Converts to this type from the input type.
impl From<&IX509Extension> for IDispatch
impl From<&IX509Extension> for IDispatch
fn from(value: &IX509Extension) -> Self
fn from(value: &IX509Extension) -> Self
Converts to this type from the input type.
impl From<&IX509ExtensionAlternativeNames> for IDispatch
impl From<&IX509ExtensionAlternativeNames> for IDispatch
fn from(value: &IX509ExtensionAlternativeNames) -> Self
fn from(value: &IX509ExtensionAlternativeNames) -> Self
Converts to this type from the input type.
impl From<&IX509ExtensionAuthorityKeyIdentifier> for IDispatch
impl From<&IX509ExtensionAuthorityKeyIdentifier> for IDispatch
fn from(value: &IX509ExtensionAuthorityKeyIdentifier) -> Self
fn from(value: &IX509ExtensionAuthorityKeyIdentifier) -> Self
Converts to this type from the input type.
impl From<&IX509ExtensionBasicConstraints> for IDispatch
impl From<&IX509ExtensionBasicConstraints> for IDispatch
fn from(value: &IX509ExtensionBasicConstraints) -> Self
fn from(value: &IX509ExtensionBasicConstraints) -> Self
Converts to this type from the input type.
impl From<&IX509ExtensionCertificatePolicies> for IDispatch
impl From<&IX509ExtensionCertificatePolicies> for IDispatch
fn from(value: &IX509ExtensionCertificatePolicies) -> Self
fn from(value: &IX509ExtensionCertificatePolicies) -> Self
Converts to this type from the input type.
impl From<&IX509ExtensionEnhancedKeyUsage> for IDispatch
impl From<&IX509ExtensionEnhancedKeyUsage> for IDispatch
fn from(value: &IX509ExtensionEnhancedKeyUsage) -> Self
fn from(value: &IX509ExtensionEnhancedKeyUsage) -> Self
Converts to this type from the input type.
impl From<&IX509ExtensionKeyUsage> for IDispatch
impl From<&IX509ExtensionKeyUsage> for IDispatch
fn from(value: &IX509ExtensionKeyUsage) -> Self
fn from(value: &IX509ExtensionKeyUsage) -> Self
Converts to this type from the input type.
impl From<&IX509ExtensionMSApplicationPolicies> for IDispatch
impl From<&IX509ExtensionMSApplicationPolicies> for IDispatch
fn from(value: &IX509ExtensionMSApplicationPolicies) -> Self
fn from(value: &IX509ExtensionMSApplicationPolicies) -> Self
Converts to this type from the input type.
impl From<&IX509ExtensionSmimeCapabilities> for IDispatch
impl From<&IX509ExtensionSmimeCapabilities> for IDispatch
fn from(value: &IX509ExtensionSmimeCapabilities) -> Self
fn from(value: &IX509ExtensionSmimeCapabilities) -> Self
Converts to this type from the input type.
impl From<&IX509ExtensionSubjectKeyIdentifier> for IDispatch
impl From<&IX509ExtensionSubjectKeyIdentifier> for IDispatch
fn from(value: &IX509ExtensionSubjectKeyIdentifier) -> Self
fn from(value: &IX509ExtensionSubjectKeyIdentifier) -> Self
Converts to this type from the input type.
impl From<&IX509ExtensionTemplate> for IDispatch
impl From<&IX509ExtensionTemplate> for IDispatch
fn from(value: &IX509ExtensionTemplate) -> Self
fn from(value: &IX509ExtensionTemplate) -> Self
Converts to this type from the input type.
impl From<&IX509ExtensionTemplateName> for IDispatch
impl From<&IX509ExtensionTemplateName> for IDispatch
fn from(value: &IX509ExtensionTemplateName) -> Self
fn from(value: &IX509ExtensionTemplateName) -> Self
Converts to this type from the input type.
impl From<&IX509Extensions> for IDispatch
impl From<&IX509Extensions> for IDispatch
fn from(value: &IX509Extensions) -> Self
fn from(value: &IX509Extensions) -> Self
Converts to this type from the input type.
impl From<&IX509MachineEnrollmentFactory> for IDispatch
impl From<&IX509MachineEnrollmentFactory> for IDispatch
fn from(value: &IX509MachineEnrollmentFactory) -> Self
fn from(value: &IX509MachineEnrollmentFactory) -> Self
Converts to this type from the input type.
impl From<&IX509NameValuePair> for IDispatch
impl From<&IX509NameValuePair> for IDispatch
fn from(value: &IX509NameValuePair) -> Self
fn from(value: &IX509NameValuePair) -> Self
Converts to this type from the input type.
impl From<&IX509NameValuePairs> for IDispatch
impl From<&IX509NameValuePairs> for IDispatch
fn from(value: &IX509NameValuePairs) -> Self
fn from(value: &IX509NameValuePairs) -> Self
Converts to this type from the input type.
impl From<&IX509PolicyServerListManager> for IDispatch
impl From<&IX509PolicyServerListManager> for IDispatch
fn from(value: &IX509PolicyServerListManager) -> Self
fn from(value: &IX509PolicyServerListManager) -> Self
Converts to this type from the input type.
impl From<&IX509PolicyServerUrl> for IDispatch
impl From<&IX509PolicyServerUrl> for IDispatch
fn from(value: &IX509PolicyServerUrl) -> Self
fn from(value: &IX509PolicyServerUrl) -> Self
Converts to this type from the input type.
impl From<&IX509PrivateKey> for IDispatch
impl From<&IX509PrivateKey> for IDispatch
fn from(value: &IX509PrivateKey) -> Self
fn from(value: &IX509PrivateKey) -> Self
Converts to this type from the input type.
impl From<&IX509PrivateKey2> for IDispatch
impl From<&IX509PrivateKey2> for IDispatch
fn from(value: &IX509PrivateKey2) -> Self
fn from(value: &IX509PrivateKey2) -> Self
Converts to this type from the input type.
impl From<&IX509PublicKey> for IDispatch
impl From<&IX509PublicKey> for IDispatch
fn from(value: &IX509PublicKey) -> Self
fn from(value: &IX509PublicKey) -> Self
Converts to this type from the input type.
impl From<&IX509SCEPEnrollment> for IDispatch
impl From<&IX509SCEPEnrollment> for IDispatch
fn from(value: &IX509SCEPEnrollment) -> Self
fn from(value: &IX509SCEPEnrollment) -> Self
Converts to this type from the input type.
impl From<&IX509SCEPEnrollment2> for IDispatch
impl From<&IX509SCEPEnrollment2> for IDispatch
fn from(value: &IX509SCEPEnrollment2) -> Self
fn from(value: &IX509SCEPEnrollment2) -> Self
Converts to this type from the input type.
impl From<&IX509SCEPEnrollmentHelper> for IDispatch
impl From<&IX509SCEPEnrollmentHelper> for IDispatch
fn from(value: &IX509SCEPEnrollmentHelper) -> Self
fn from(value: &IX509SCEPEnrollmentHelper) -> Self
Converts to this type from the input type.
impl From<&IX509SignatureInformation> for IDispatch
impl From<&IX509SignatureInformation> for IDispatch
fn from(value: &IX509SignatureInformation) -> Self
fn from(value: &IX509SignatureInformation) -> Self
Converts to this type from the input type.
impl From<&IXDSCodecEvents> for IDispatch
impl From<&IXDSCodecEvents> for IDispatch
fn from(value: &IXDSCodecEvents) -> Self
fn from(value: &IXDSCodecEvents) -> Self
Converts to this type from the input type.
impl From<&IXMLAttribute> for IDispatch
impl From<&IXMLAttribute> for IDispatch
fn from(value: &IXMLAttribute) -> Self
fn from(value: &IXMLAttribute) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMAttribute> for IDispatch
impl From<&IXMLDOMAttribute> for IDispatch
fn from(value: &IXMLDOMAttribute) -> Self
fn from(value: &IXMLDOMAttribute) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMCDATASection> for IDispatch
impl From<&IXMLDOMCDATASection> for IDispatch
fn from(value: &IXMLDOMCDATASection) -> Self
fn from(value: &IXMLDOMCDATASection) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMCharacterData> for IDispatch
impl From<&IXMLDOMCharacterData> for IDispatch
fn from(value: &IXMLDOMCharacterData) -> Self
fn from(value: &IXMLDOMCharacterData) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMComment> for IDispatch
impl From<&IXMLDOMComment> for IDispatch
fn from(value: &IXMLDOMComment) -> Self
fn from(value: &IXMLDOMComment) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMDocument> for IDispatch
impl From<&IXMLDOMDocument> for IDispatch
fn from(value: &IXMLDOMDocument) -> Self
fn from(value: &IXMLDOMDocument) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMDocument2> for IDispatch
impl From<&IXMLDOMDocument2> for IDispatch
fn from(value: &IXMLDOMDocument2) -> Self
fn from(value: &IXMLDOMDocument2) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMDocument3> for IDispatch
impl From<&IXMLDOMDocument3> for IDispatch
fn from(value: &IXMLDOMDocument3) -> Self
fn from(value: &IXMLDOMDocument3) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMDocumentFragment> for IDispatch
impl From<&IXMLDOMDocumentFragment> for IDispatch
fn from(value: &IXMLDOMDocumentFragment) -> Self
fn from(value: &IXMLDOMDocumentFragment) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMDocumentType> for IDispatch
impl From<&IXMLDOMDocumentType> for IDispatch
fn from(value: &IXMLDOMDocumentType) -> Self
fn from(value: &IXMLDOMDocumentType) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMElement> for IDispatch
impl From<&IXMLDOMElement> for IDispatch
fn from(value: &IXMLDOMElement) -> Self
fn from(value: &IXMLDOMElement) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMEntity> for IDispatch
impl From<&IXMLDOMEntity> for IDispatch
fn from(value: &IXMLDOMEntity) -> Self
fn from(value: &IXMLDOMEntity) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMEntityReference> for IDispatch
impl From<&IXMLDOMEntityReference> for IDispatch
fn from(value: &IXMLDOMEntityReference) -> Self
fn from(value: &IXMLDOMEntityReference) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMImplementation> for IDispatch
impl From<&IXMLDOMImplementation> for IDispatch
fn from(value: &IXMLDOMImplementation) -> Self
fn from(value: &IXMLDOMImplementation) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMNamedNodeMap> for IDispatch
impl From<&IXMLDOMNamedNodeMap> for IDispatch
fn from(value: &IXMLDOMNamedNodeMap) -> Self
fn from(value: &IXMLDOMNamedNodeMap) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMNode> for IDispatch
impl From<&IXMLDOMNode> for IDispatch
fn from(value: &IXMLDOMNode) -> Self
fn from(value: &IXMLDOMNode) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMNodeList> for IDispatch
impl From<&IXMLDOMNodeList> for IDispatch
fn from(value: &IXMLDOMNodeList) -> Self
fn from(value: &IXMLDOMNodeList) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMNotation> for IDispatch
impl From<&IXMLDOMNotation> for IDispatch
fn from(value: &IXMLDOMNotation) -> Self
fn from(value: &IXMLDOMNotation) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMParseError> for IDispatch
impl From<&IXMLDOMParseError> for IDispatch
fn from(value: &IXMLDOMParseError) -> Self
fn from(value: &IXMLDOMParseError) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMParseError2> for IDispatch
impl From<&IXMLDOMParseError2> for IDispatch
fn from(value: &IXMLDOMParseError2) -> Self
fn from(value: &IXMLDOMParseError2) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMParseErrorCollection> for IDispatch
impl From<&IXMLDOMParseErrorCollection> for IDispatch
fn from(value: &IXMLDOMParseErrorCollection) -> Self
fn from(value: &IXMLDOMParseErrorCollection) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMProcessingInstruction> for IDispatch
impl From<&IXMLDOMProcessingInstruction> for IDispatch
fn from(value: &IXMLDOMProcessingInstruction) -> Self
fn from(value: &IXMLDOMProcessingInstruction) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMSchemaCollection> for IDispatch
impl From<&IXMLDOMSchemaCollection> for IDispatch
fn from(value: &IXMLDOMSchemaCollection) -> Self
fn from(value: &IXMLDOMSchemaCollection) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMSchemaCollection2> for IDispatch
impl From<&IXMLDOMSchemaCollection2> for IDispatch
fn from(value: &IXMLDOMSchemaCollection2) -> Self
fn from(value: &IXMLDOMSchemaCollection2) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMSelection> for IDispatch
impl From<&IXMLDOMSelection> for IDispatch
fn from(value: &IXMLDOMSelection) -> Self
fn from(value: &IXMLDOMSelection) -> Self
Converts to this type from the input type.
impl From<&IXMLDOMText> for IDispatch
impl From<&IXMLDOMText> for IDispatch
fn from(value: &IXMLDOMText) -> Self
fn from(value: &IXMLDOMText) -> Self
Converts to this type from the input type.
impl From<&IXMLDSOControl> for IDispatch
impl From<&IXMLDSOControl> for IDispatch
fn from(value: &IXMLDSOControl) -> Self
fn from(value: &IXMLDSOControl) -> Self
Converts to this type from the input type.
impl From<&IXMLDocument> for IDispatch
impl From<&IXMLDocument> for IDispatch
fn from(value: &IXMLDocument) -> Self
fn from(value: &IXMLDocument) -> Self
Converts to this type from the input type.
impl From<&IXMLDocument2> for IDispatch
impl From<&IXMLDocument2> for IDispatch
fn from(value: &IXMLDocument2) -> Self
fn from(value: &IXMLDocument2) -> Self
Converts to this type from the input type.
impl From<&IXMLElement> for IDispatch
impl From<&IXMLElement> for IDispatch
fn from(value: &IXMLElement) -> Self
fn from(value: &IXMLElement) -> Self
Converts to this type from the input type.
impl From<&IXMLElement2> for IDispatch
impl From<&IXMLElement2> for IDispatch
fn from(value: &IXMLElement2) -> Self
fn from(value: &IXMLElement2) -> Self
Converts to this type from the input type.
impl From<&IXMLElementCollection> for IDispatch
impl From<&IXMLElementCollection> for IDispatch
fn from(value: &IXMLElementCollection) -> Self
fn from(value: &IXMLElementCollection) -> Self
Converts to this type from the input type.
impl From<&IXMLHTTPRequest> for IDispatch
impl From<&IXMLHTTPRequest> for IDispatch
fn from(value: &IXMLHTTPRequest) -> Self
fn from(value: &IXMLHTTPRequest) -> Self
Converts to this type from the input type.
impl From<&IXMLHttpRequest> for IDispatch
impl From<&IXMLHttpRequest> for IDispatch
fn from(value: &IXMLHttpRequest) -> Self
fn from(value: &IXMLHttpRequest) -> Self
Converts to this type from the input type.
impl From<&IXSLProcessor> for IDispatch
impl From<&IXSLProcessor> for IDispatch
fn from(value: &IXSLProcessor) -> Self
fn from(value: &IXSLProcessor) -> Self
Converts to this type from the input type.
impl From<&IXSLTemplate> for IDispatch
impl From<&IXSLTemplate> for IDispatch
fn from(value: &IXSLTemplate) -> Self
fn from(value: &IXSLTemplate) -> Self
Converts to this type from the input type.
impl From<&IXTLRuntime> for IDispatch
impl From<&IXTLRuntime> for IDispatch
fn from(value: &IXTLRuntime) -> Self
fn from(value: &IXTLRuntime) -> Self
Converts to this type from the input type.
impl From<&ObjectContext> for IDispatch
impl From<&ObjectContext> for IDispatch
fn from(value: &ObjectContext) -> Self
fn from(value: &ObjectContext) -> Self
Converts to this type from the input type.
impl From<&Properties> for IDispatch
impl From<&Properties> for IDispatch
fn from(value: &Properties) -> Self
fn from(value: &Properties) -> Self
Converts to this type from the input type.
impl From<&ScopeNamespace> for IDispatch
impl From<&ScopeNamespace> for IDispatch
fn from(value: &ScopeNamespace) -> Self
fn from(value: &ScopeNamespace) -> Self
Converts to this type from the input type.
impl From<&SecurityProperty> for IDispatch
impl From<&SecurityProperty> for IDispatch
fn from(value: &SecurityProperty) -> Self
fn from(value: &SecurityProperty) -> Self
Converts to this type from the input type.
impl From<&XMLDOMDocumentEvents> for IDispatch
impl From<&XMLDOMDocumentEvents> for IDispatch
fn from(value: &XMLDOMDocumentEvents) -> Self
fn from(value: &XMLDOMDocumentEvents) -> Self
Converts to this type from the input type.
impl From<&_AppEvents> for IDispatch
impl From<&_AppEvents> for IDispatch
fn from(value: &_AppEvents) -> Self
fn from(value: &_AppEvents) -> Self
Converts to this type from the input type.
impl From<&_Application> for IDispatch
impl From<&_Application> for IDispatch
fn from(value: &_Application) -> Self
fn from(value: &_Application) -> Self
Converts to this type from the input type.
impl From<&_DMSMQEventEvents> for IDispatch
impl From<&_DMSMQEventEvents> for IDispatch
fn from(value: &_DMSMQEventEvents) -> Self
fn from(value: &_DMSMQEventEvents) -> Self
Converts to this type from the input type.
impl From<&_EventConnector> for IDispatch
impl From<&_EventConnector> for IDispatch
fn from(value: &_EventConnector) -> Self
fn from(value: &_EventConnector) -> Self
Converts to this type from the input type.
impl From<&_ICivicAddressReportFactoryEvents> for IDispatch
impl From<&_ICivicAddressReportFactoryEvents> for IDispatch
fn from(value: &_ICivicAddressReportFactoryEvents) -> Self
fn from(value: &_ICivicAddressReportFactoryEvents) -> Self
Converts to this type from the input type.
impl From<&_IFaxAccountNotify> for IDispatch
impl From<&_IFaxAccountNotify> for IDispatch
fn from(value: &_IFaxAccountNotify) -> Self
fn from(value: &_IFaxAccountNotify) -> Self
Converts to this type from the input type.
impl From<&_IFaxServerNotify2> for IDispatch
impl From<&_IFaxServerNotify2> for IDispatch
fn from(value: &_IFaxServerNotify2) -> Self
fn from(value: &_IFaxServerNotify2) -> Self
Converts to this type from the input type.
impl From<&_IInkCollectorEvents> for IDispatch
impl From<&_IInkCollectorEvents> for IDispatch
fn from(value: &_IInkCollectorEvents) -> Self
fn from(value: &_IInkCollectorEvents) -> Self
Converts to this type from the input type.
impl From<&_IInkEditEvents> for IDispatch
impl From<&_IInkEditEvents> for IDispatch
fn from(value: &_IInkEditEvents) -> Self
fn from(value: &_IInkEditEvents) -> Self
Converts to this type from the input type.
impl From<&_IInkEvents> for IDispatch
impl From<&_IInkEvents> for IDispatch
fn from(value: &_IInkEvents) -> Self
fn from(value: &_IInkEvents) -> Self
Converts to this type from the input type.
impl From<&_IInkOverlayEvents> for IDispatch
impl From<&_IInkOverlayEvents> for IDispatch
fn from(value: &_IInkOverlayEvents) -> Self
fn from(value: &_IInkOverlayEvents) -> Self
Converts to this type from the input type.
impl From<&_IInkPictureEvents> for IDispatch
impl From<&_IInkPictureEvents> for IDispatch
fn from(value: &_IInkPictureEvents) -> Self
fn from(value: &_IInkPictureEvents) -> Self
Converts to this type from the input type.
impl From<&_IInkRecognitionEvents> for IDispatch
impl From<&_IInkRecognitionEvents> for IDispatch
fn from(value: &_IInkRecognitionEvents) -> Self
fn from(value: &_IInkRecognitionEvents) -> Self
Converts to this type from the input type.
impl From<&_IInkStrokesEvents> for IDispatch
impl From<&_IInkStrokesEvents> for IDispatch
fn from(value: &_IInkStrokesEvents) -> Self
fn from(value: &_IInkStrokesEvents) -> Self
Converts to this type from the input type.
impl From<&_ILatLongReportFactoryEvents> for IDispatch
impl From<&_ILatLongReportFactoryEvents> for IDispatch
fn from(value: &_ILatLongReportFactoryEvents) -> Self
fn from(value: &_ILatLongReportFactoryEvents) -> Self
Converts to this type from the input type.
impl From<&_IMSVidCtlEvents> for IDispatch
impl From<&_IMSVidCtlEvents> for IDispatch
fn from(value: &_IMSVidCtlEvents) -> Self
fn from(value: &_IMSVidCtlEvents) -> Self
Converts to this type from the input type.
impl From<&_IMathInputControlEvents> for IDispatch
impl From<&_IMathInputControlEvents> for IDispatch
fn from(value: &_IMathInputControlEvents) -> Self
fn from(value: &_IMathInputControlEvents) -> Self
Converts to this type from the input type.
impl From<&_IPenInputPanelEvents> for IDispatch
impl From<&_IPenInputPanelEvents> for IDispatch
fn from(value: &_IPenInputPanelEvents) -> Self
fn from(value: &_IPenInputPanelEvents) -> Self
Converts to this type from the input type.
impl From<&_IRDPSessionEvents> for IDispatch
impl From<&_IRDPSessionEvents> for IDispatch
fn from(value: &_IRDPSessionEvents) -> Self
fn from(value: &_IRDPSessionEvents) -> Self
Converts to this type from the input type.
impl From<&_ISpeechRecoContextEvents> for IDispatch
impl From<&_ISpeechRecoContextEvents> for IDispatch
fn from(value: &_ISpeechRecoContextEvents) -> Self
fn from(value: &_ISpeechRecoContextEvents) -> Self
Converts to this type from the input type.
impl From<&_ISpeechVoiceEvents> for IDispatch
impl From<&_ISpeechVoiceEvents> for IDispatch
fn from(value: &_ISpeechVoiceEvents) -> Self
fn from(value: &_ISpeechVoiceEvents) -> Self
Converts to this type from the input type.
impl From<&_ITSWkspEvents> for IDispatch
impl From<&_ITSWkspEvents> for IDispatch
fn from(value: &_ITSWkspEvents) -> Self
fn from(value: &_ITSWkspEvents) -> Self
Converts to this type from the input type.
impl From<&_WMPOCXEvents> for IDispatch
impl From<&_WMPOCXEvents> for IDispatch
fn from(value: &_WMPOCXEvents) -> Self
fn from(value: &_WMPOCXEvents) -> Self
Converts to this type from the input type.
impl From<ContextInfo> for IDispatch
impl From<ContextInfo> for IDispatch
fn from(value: ContextInfo) -> Self
fn from(value: ContextInfo) -> Self
Converts to this type from the input type.
impl From<ContextInfo2> for IDispatch
impl From<ContextInfo2> for IDispatch
fn from(value: ContextInfo2) -> Self
fn from(value: ContextInfo2) -> Self
Converts to this type from the input type.
impl From<ContextMenu> for IDispatch
impl From<ContextMenu> for IDispatch
fn from(value: ContextMenu) -> Self
fn from(value: ContextMenu) -> Self
Converts to this type from the input type.
impl From<DDiscFormat2DataEvents> for IDispatch
impl From<DDiscFormat2DataEvents> for IDispatch
fn from(value: DDiscFormat2DataEvents) -> Self
fn from(value: DDiscFormat2DataEvents) -> Self
Converts to this type from the input type.
impl From<DDiscFormat2EraseEvents> for IDispatch
impl From<DDiscFormat2EraseEvents> for IDispatch
fn from(value: DDiscFormat2EraseEvents) -> Self
fn from(value: DDiscFormat2EraseEvents) -> Self
Converts to this type from the input type.
impl From<DDiscFormat2RawCDEvents> for IDispatch
impl From<DDiscFormat2RawCDEvents> for IDispatch
fn from(value: DDiscFormat2RawCDEvents) -> Self
fn from(value: DDiscFormat2RawCDEvents) -> Self
Converts to this type from the input type.
impl From<DDiscFormat2TrackAtOnceEvents> for IDispatch
impl From<DDiscFormat2TrackAtOnceEvents> for IDispatch
fn from(value: DDiscFormat2TrackAtOnceEvents) -> Self
fn from(value: DDiscFormat2TrackAtOnceEvents) -> Self
Converts to this type from the input type.
impl From<DDiscMaster2Events> for IDispatch
impl From<DDiscMaster2Events> for IDispatch
fn from(value: DDiscMaster2Events) -> Self
fn from(value: DDiscMaster2Events) -> Self
Converts to this type from the input type.
impl From<DFConstraint> for IDispatch
impl From<DFConstraint> for IDispatch
fn from(value: DFConstraint) -> Self
fn from(value: DFConstraint) -> Self
Converts to this type from the input type.
impl From<DFileSystemImageEvents> for IDispatch
impl From<DFileSystemImageEvents> for IDispatch
fn from(value: DFileSystemImageEvents) -> Self
fn from(value: DFileSystemImageEvents) -> Self
Converts to this type from the input type.
impl From<DFileSystemImageImportEvents> for IDispatch
impl From<DFileSystemImageImportEvents> for IDispatch
fn from(value: DFileSystemImageImportEvents) -> Self
fn from(value: DFileSystemImageImportEvents) -> Self
Converts to this type from the input type.
impl From<DICounterItem> for IDispatch
impl From<DICounterItem> for IDispatch
fn from(value: DICounterItem) -> Self
fn from(value: DICounterItem) -> Self
Converts to this type from the input type.
impl From<DIFsrmClassificationEvents> for IDispatch
impl From<DIFsrmClassificationEvents> for IDispatch
fn from(value: DIFsrmClassificationEvents) -> Self
fn from(value: DIFsrmClassificationEvents) -> Self
Converts to this type from the input type.
impl From<DILogFileItem> for IDispatch
impl From<DILogFileItem> for IDispatch
fn from(value: DILogFileItem) -> Self
fn from(value: DILogFileItem) -> Self
Converts to this type from the input type.
impl From<DISystemMonitor> for IDispatch
impl From<DISystemMonitor> for IDispatch
fn from(value: DISystemMonitor) -> Self
fn from(value: DISystemMonitor) -> Self
Converts to this type from the input type.
impl From<DISystemMonitorEvents> for IDispatch
impl From<DISystemMonitorEvents> for IDispatch
fn from(value: DISystemMonitorEvents) -> Self
fn from(value: DISystemMonitorEvents) -> Self
Converts to this type from the input type.
impl From<DISystemMonitorInternal> for IDispatch
impl From<DISystemMonitorInternal> for IDispatch
fn from(value: DISystemMonitorInternal) -> Self
fn from(value: DISystemMonitorInternal) -> Self
Converts to this type from the input type.
impl From<DRendezvousSessionEvents> for IDispatch
impl From<DRendezvousSessionEvents> for IDispatch
fn from(value: DRendezvousSessionEvents) -> Self
fn from(value: DRendezvousSessionEvents) -> Self
Converts to this type from the input type.
impl From<DShellFolderViewEvents> for IDispatch
impl From<DShellFolderViewEvents> for IDispatch
fn from(value: DShellFolderViewEvents) -> Self
fn from(value: DShellFolderViewEvents) -> Self
Converts to this type from the input type.
impl From<DShellNameSpaceEvents> for IDispatch
impl From<DShellNameSpaceEvents> for IDispatch
fn from(value: DShellNameSpaceEvents) -> Self
fn from(value: DShellNameSpaceEvents) -> Self
Converts to this type from the input type.
impl From<DShellWindowsEvents> for IDispatch
impl From<DShellWindowsEvents> for IDispatch
fn from(value: DShellWindowsEvents) -> Self
fn from(value: DShellWindowsEvents) -> Self
Converts to this type from the input type.
impl From<DWebBrowserEvents> for IDispatch
impl From<DWebBrowserEvents> for IDispatch
fn from(value: DWebBrowserEvents) -> Self
fn from(value: DWebBrowserEvents) -> Self
Converts to this type from the input type.
impl From<DWebBrowserEvents2> for IDispatch
impl From<DWebBrowserEvents2> for IDispatch
fn from(value: DWebBrowserEvents2) -> Self
fn from(value: DWebBrowserEvents2) -> Self
Converts to this type from the input type.
impl From<DWriteEngine2Events> for IDispatch
impl From<DWriteEngine2Events> for IDispatch
fn from(value: DWriteEngine2Events) -> Self
fn from(value: DWriteEngine2Events) -> Self
Converts to this type from the input type.
impl From<DataSourceObject> for IDispatch
impl From<DataSourceObject> for IDispatch
fn from(value: DataSourceObject) -> Self
fn from(value: DataSourceObject) -> Self
Converts to this type from the input type.
impl From<Extensions> for IDispatch
impl From<Extensions> for IDispatch
fn from(value: Extensions) -> Self
fn from(value: Extensions) -> Self
Converts to this type from the input type.
impl From<FolderItem> for IDispatch
impl From<FolderItem> for IDispatch
fn from(value: FolderItem) -> Self
fn from(value: FolderItem) -> Self
Converts to this type from the input type.
impl From<FolderItem2> for IDispatch
impl From<FolderItem2> for IDispatch
fn from(value: FolderItem2) -> Self
fn from(value: FolderItem2) -> Self
Converts to this type from the input type.
impl From<FolderItemVerb> for IDispatch
impl From<FolderItemVerb> for IDispatch
fn from(value: FolderItemVerb) -> Self
fn from(value: FolderItemVerb) -> Self
Converts to this type from the input type.
impl From<FolderItemVerbs> for IDispatch
impl From<FolderItemVerbs> for IDispatch
fn from(value: FolderItemVerbs) -> Self
fn from(value: FolderItemVerbs) -> Self
Converts to this type from the input type.
impl From<FolderItems> for IDispatch
impl From<FolderItems> for IDispatch
fn from(value: FolderItems) -> Self
fn from(value: FolderItems) -> Self
Converts to this type from the input type.
impl From<FolderItems2> for IDispatch
impl From<FolderItems2> for IDispatch
fn from(value: FolderItems2) -> Self
fn from(value: FolderItems2) -> Self
Converts to this type from the input type.
impl From<FolderItems3> for IDispatch
impl From<FolderItems3> for IDispatch
fn from(value: FolderItems3) -> Self
fn from(value: FolderItems3) -> Self
Converts to this type from the input type.
impl From<IADsADSystemInfo> for IDispatch
impl From<IADsADSystemInfo> for IDispatch
fn from(value: IADsADSystemInfo) -> Self
fn from(value: IADsADSystemInfo) -> Self
Converts to this type from the input type.
impl From<IADsAccessControlEntry> for IDispatch
impl From<IADsAccessControlEntry> for IDispatch
fn from(value: IADsAccessControlEntry) -> Self
fn from(value: IADsAccessControlEntry) -> Self
Converts to this type from the input type.
impl From<IADsAccessControlList> for IDispatch
impl From<IADsAccessControlList> for IDispatch
fn from(value: IADsAccessControlList) -> Self
fn from(value: IADsAccessControlList) -> Self
Converts to this type from the input type.
impl From<IADsBackLink> for IDispatch
impl From<IADsBackLink> for IDispatch
fn from(value: IADsBackLink) -> Self
fn from(value: IADsBackLink) -> Self
Converts to this type from the input type.
impl From<IADsCaseIgnoreList> for IDispatch
impl From<IADsCaseIgnoreList> for IDispatch
fn from(value: IADsCaseIgnoreList) -> Self
fn from(value: IADsCaseIgnoreList) -> Self
Converts to this type from the input type.
impl From<IADsCollection> for IDispatch
impl From<IADsCollection> for IDispatch
fn from(value: IADsCollection) -> Self
fn from(value: IADsCollection) -> Self
Converts to this type from the input type.
impl From<IADsComputer> for IDispatch
impl From<IADsComputer> for IDispatch
fn from(value: IADsComputer) -> Self
fn from(value: IADsComputer) -> Self
Converts to this type from the input type.
impl From<IADsComputerOperations> for IDispatch
impl From<IADsComputerOperations> for IDispatch
fn from(value: IADsComputerOperations) -> Self
fn from(value: IADsComputerOperations) -> Self
Converts to this type from the input type.
impl From<IADsContainer> for IDispatch
impl From<IADsContainer> for IDispatch
fn from(value: IADsContainer) -> Self
fn from(value: IADsContainer) -> Self
Converts to this type from the input type.
impl From<IADsDNWithBinary> for IDispatch
impl From<IADsDNWithBinary> for IDispatch
fn from(value: IADsDNWithBinary) -> Self
fn from(value: IADsDNWithBinary) -> Self
Converts to this type from the input type.
impl From<IADsDNWithString> for IDispatch
impl From<IADsDNWithString> for IDispatch
fn from(value: IADsDNWithString) -> Self
fn from(value: IADsDNWithString) -> Self
Converts to this type from the input type.
impl From<IADsDeleteOps> for IDispatch
impl From<IADsDeleteOps> for IDispatch
fn from(value: IADsDeleteOps) -> Self
fn from(value: IADsDeleteOps) -> Self
Converts to this type from the input type.
impl From<IADsDomain> for IDispatch
impl From<IADsDomain> for IDispatch
fn from(value: IADsDomain) -> Self
fn from(value: IADsDomain) -> Self
Converts to this type from the input type.
impl From<IADsFaxNumber> for IDispatch
impl From<IADsFaxNumber> for IDispatch
fn from(value: IADsFaxNumber) -> Self
fn from(value: IADsFaxNumber) -> Self
Converts to this type from the input type.
impl From<IADsFileService> for IDispatch
impl From<IADsFileService> for IDispatch
fn from(value: IADsFileService) -> Self
fn from(value: IADsFileService) -> Self
Converts to this type from the input type.
impl From<IADsFileServiceOperations> for IDispatch
impl From<IADsFileServiceOperations> for IDispatch
fn from(value: IADsFileServiceOperations) -> Self
fn from(value: IADsFileServiceOperations) -> Self
Converts to this type from the input type.
fn from(value: IADsFileShare) -> Self
fn from(value: IADsFileShare) -> Self
Converts to this type from the input type.
impl From<IADsLargeInteger> for IDispatch
impl From<IADsLargeInteger> for IDispatch
fn from(value: IADsLargeInteger) -> Self
fn from(value: IADsLargeInteger) -> Self
Converts to this type from the input type.
impl From<IADsLocality> for IDispatch
impl From<IADsLocality> for IDispatch
fn from(value: IADsLocality) -> Self
fn from(value: IADsLocality) -> Self
Converts to this type from the input type.
impl From<IADsMembers> for IDispatch
impl From<IADsMembers> for IDispatch
fn from(value: IADsMembers) -> Self
fn from(value: IADsMembers) -> Self
Converts to this type from the input type.
impl From<IADsNameTranslate> for IDispatch
impl From<IADsNameTranslate> for IDispatch
fn from(value: IADsNameTranslate) -> Self
fn from(value: IADsNameTranslate) -> Self
Converts to this type from the input type.
impl From<IADsNamespaces> for IDispatch
impl From<IADsNamespaces> for IDispatch
fn from(value: IADsNamespaces) -> Self
fn from(value: IADsNamespaces) -> Self
Converts to this type from the input type.
impl From<IADsNetAddress> for IDispatch
impl From<IADsNetAddress> for IDispatch
fn from(value: IADsNetAddress) -> Self
fn from(value: IADsNetAddress) -> Self
Converts to this type from the input type.
impl From<IADsObjectOptions> for IDispatch
impl From<IADsObjectOptions> for IDispatch
fn from(value: IADsObjectOptions) -> Self
fn from(value: IADsObjectOptions) -> Self
Converts to this type from the input type.
impl From<IADsOctetList> for IDispatch
impl From<IADsOctetList> for IDispatch
fn from(value: IADsOctetList) -> Self
fn from(value: IADsOctetList) -> Self
Converts to this type from the input type.
impl From<IADsOpenDSObject> for IDispatch
impl From<IADsOpenDSObject> for IDispatch
fn from(value: IADsOpenDSObject) -> Self
fn from(value: IADsOpenDSObject) -> Self
Converts to this type from the input type.
impl From<IADsPathname> for IDispatch
impl From<IADsPathname> for IDispatch
fn from(value: IADsPathname) -> Self
fn from(value: IADsPathname) -> Self
Converts to this type from the input type.
impl From<IADsPostalAddress> for IDispatch
impl From<IADsPostalAddress> for IDispatch
fn from(value: IADsPostalAddress) -> Self
fn from(value: IADsPostalAddress) -> Self
Converts to this type from the input type.
impl From<IADsPrintJob> for IDispatch
impl From<IADsPrintJob> for IDispatch
fn from(value: IADsPrintJob) -> Self
fn from(value: IADsPrintJob) -> Self
Converts to this type from the input type.
impl From<IADsPrintJobOperations> for IDispatch
impl From<IADsPrintJobOperations> for IDispatch
fn from(value: IADsPrintJobOperations) -> Self
fn from(value: IADsPrintJobOperations) -> Self
Converts to this type from the input type.
impl From<IADsPrintQueue> for IDispatch
impl From<IADsPrintQueue> for IDispatch
fn from(value: IADsPrintQueue) -> Self
fn from(value: IADsPrintQueue) -> Self
Converts to this type from the input type.
impl From<IADsPrintQueueOperations> for IDispatch
impl From<IADsPrintQueueOperations> for IDispatch
fn from(value: IADsPrintQueueOperations) -> Self
fn from(value: IADsPrintQueueOperations) -> Self
Converts to this type from the input type.
impl From<IADsProperty> for IDispatch
impl From<IADsProperty> for IDispatch
fn from(value: IADsProperty) -> Self
fn from(value: IADsProperty) -> Self
Converts to this type from the input type.
impl From<IADsPropertyEntry> for IDispatch
impl From<IADsPropertyEntry> for IDispatch
fn from(value: IADsPropertyEntry) -> Self
fn from(value: IADsPropertyEntry) -> Self
Converts to this type from the input type.
impl From<IADsPropertyList> for IDispatch
impl From<IADsPropertyList> for IDispatch
fn from(value: IADsPropertyList) -> Self
fn from(value: IADsPropertyList) -> Self
Converts to this type from the input type.
impl From<IADsPropertyValue> for IDispatch
impl From<IADsPropertyValue> for IDispatch
fn from(value: IADsPropertyValue) -> Self
fn from(value: IADsPropertyValue) -> Self
Converts to this type from the input type.
impl From<IADsPropertyValue2> for IDispatch
impl From<IADsPropertyValue2> for IDispatch
fn from(value: IADsPropertyValue2) -> Self
fn from(value: IADsPropertyValue2) -> Self
Converts to this type from the input type.
impl From<IADsReplicaPointer> for IDispatch
impl From<IADsReplicaPointer> for IDispatch
fn from(value: IADsReplicaPointer) -> Self
fn from(value: IADsReplicaPointer) -> Self
Converts to this type from the input type.
impl From<IADsResource> for IDispatch
impl From<IADsResource> for IDispatch
fn from(value: IADsResource) -> Self
fn from(value: IADsResource) -> Self
Converts to this type from the input type.
impl From<IADsSecurityDescriptor> for IDispatch
impl From<IADsSecurityDescriptor> for IDispatch
fn from(value: IADsSecurityDescriptor) -> Self
fn from(value: IADsSecurityDescriptor) -> Self
Converts to this type from the input type.
impl From<IADsSecurityUtility> for IDispatch
impl From<IADsSecurityUtility> for IDispatch
fn from(value: IADsSecurityUtility) -> Self
fn from(value: IADsSecurityUtility) -> Self
Converts to this type from the input type.
impl From<IADsService> for IDispatch
impl From<IADsService> for IDispatch
fn from(value: IADsService) -> Self
fn from(value: IADsService) -> Self
Converts to this type from the input type.
impl From<IADsServiceOperations> for IDispatch
impl From<IADsServiceOperations> for IDispatch
fn from(value: IADsServiceOperations) -> Self
fn from(value: IADsServiceOperations) -> Self
Converts to this type from the input type.
impl From<IADsSession> for IDispatch
impl From<IADsSession> for IDispatch
fn from(value: IADsSession) -> Self
fn from(value: IADsSession) -> Self
Converts to this type from the input type.
impl From<IADsSyntax> for IDispatch
impl From<IADsSyntax> for IDispatch
fn from(value: IADsSyntax) -> Self
fn from(value: IADsSyntax) -> Self
Converts to this type from the input type.
impl From<IADsTSUserEx> for IDispatch
impl From<IADsTSUserEx> for IDispatch
fn from(value: IADsTSUserEx) -> Self
fn from(value: IADsTSUserEx) -> Self
Converts to this type from the input type.
impl From<IADsTimestamp> for IDispatch
impl From<IADsTimestamp> for IDispatch
fn from(value: IADsTimestamp) -> Self
fn from(value: IADsTimestamp) -> Self
Converts to this type from the input type.
impl From<IADsTypedName> for IDispatch
impl From<IADsTypedName> for IDispatch
fn from(value: IADsTypedName) -> Self
fn from(value: IADsTypedName) -> Self
Converts to this type from the input type.
impl From<IADsWinNTSystemInfo> for IDispatch
impl From<IADsWinNTSystemInfo> for IDispatch
fn from(value: IADsWinNTSystemInfo) -> Self
fn from(value: IADsWinNTSystemInfo) -> Self
Converts to this type from the input type.
impl From<IAMChannelInfo> for IDispatch
impl From<IAMChannelInfo> for IDispatch
fn from(value: IAMChannelInfo) -> Self
fn from(value: IAMChannelInfo) -> Self
Converts to this type from the input type.
impl From<IAMCollection> for IDispatch
impl From<IAMCollection> for IDispatch
fn from(value: IAMCollection) -> Self
fn from(value: IAMCollection) -> Self
Converts to this type from the input type.
impl From<IAMExtendedErrorInfo> for IDispatch
impl From<IAMExtendedErrorInfo> for IDispatch
fn from(value: IAMExtendedErrorInfo) -> Self
fn from(value: IAMExtendedErrorInfo) -> Self
Converts to this type from the input type.
impl From<IAMExtendedSeeking> for IDispatch
impl From<IAMExtendedSeeking> for IDispatch
fn from(value: IAMExtendedSeeking) -> Self
fn from(value: IAMExtendedSeeking) -> Self
Converts to this type from the input type.
impl From<IAMMediaContent> for IDispatch
impl From<IAMMediaContent> for IDispatch
fn from(value: IAMMediaContent) -> Self
fn from(value: IAMMediaContent) -> Self
Converts to this type from the input type.
impl From<IAMMediaContent2> for IDispatch
impl From<IAMMediaContent2> for IDispatch
fn from(value: IAMMediaContent2) -> Self
fn from(value: IAMMediaContent2) -> Self
Converts to this type from the input type.
impl From<IAMNetShowConfig> for IDispatch
impl From<IAMNetShowConfig> for IDispatch
fn from(value: IAMNetShowConfig) -> Self
fn from(value: IAMNetShowConfig) -> Self
Converts to this type from the input type.
impl From<IAMNetShowExProps> for IDispatch
impl From<IAMNetShowExProps> for IDispatch
fn from(value: IAMNetShowExProps) -> Self
fn from(value: IAMNetShowExProps) -> Self
Converts to this type from the input type.
impl From<IAMNetShowPreroll> for IDispatch
impl From<IAMNetShowPreroll> for IDispatch
fn from(value: IAMNetShowPreroll) -> Self
fn from(value: IAMNetShowPreroll) -> Self
Converts to this type from the input type.
impl From<IAMNetworkStatus> for IDispatch
impl From<IAMNetworkStatus> for IDispatch
fn from(value: IAMNetworkStatus) -> Self
fn from(value: IAMNetworkStatus) -> Self
Converts to this type from the input type.
impl From<IATSCChannelTuneRequest> for IDispatch
impl From<IATSCChannelTuneRequest> for IDispatch
fn from(value: IATSCChannelTuneRequest) -> Self
fn from(value: IATSCChannelTuneRequest) -> Self
Converts to this type from the input type.
impl From<IATSCComponentType> for IDispatch
impl From<IATSCComponentType> for IDispatch
fn from(value: IATSCComponentType) -> Self
fn from(value: IATSCComponentType) -> Self
Converts to this type from the input type.
impl From<IATSCLocator> for IDispatch
impl From<IATSCLocator> for IDispatch
fn from(value: IATSCLocator) -> Self
fn from(value: IATSCLocator) -> Self
Converts to this type from the input type.
impl From<IATSCLocator2> for IDispatch
impl From<IATSCLocator2> for IDispatch
fn from(value: IATSCLocator2) -> Self
fn from(value: IATSCLocator2) -> Self
Converts to this type from the input type.
impl From<IATSCTuningSpace> for IDispatch
impl From<IATSCTuningSpace> for IDispatch
fn from(value: IATSCTuningSpace) -> Self
fn from(value: IATSCTuningSpace) -> Self
Converts to this type from the input type.
impl From<IAccessible> for IDispatch
impl From<IAccessible> for IDispatch
fn from(value: IAccessible) -> Self
fn from(value: IAccessible) -> Self
Converts to this type from the input type.
impl From<IAccessibleWinSAT> for IDispatch
impl From<IAccessibleWinSAT> for IDispatch
fn from(value: IAccessibleWinSAT) -> Self
fn from(value: IAccessibleWinSAT) -> Self
Converts to this type from the input type.
impl From<IActionCollection> for IDispatch
impl From<IActionCollection> for IDispatch
fn from(value: IActionCollection) -> Self
fn from(value: IActionCollection) -> Self
Converts to this type from the input type.
impl From<IAlertDataCollector> for IDispatch
impl From<IAlertDataCollector> for IDispatch
fn from(value: IAlertDataCollector) -> Self
fn from(value: IAlertDataCollector) -> Self
Converts to this type from the input type.
impl From<IAlternativeName> for IDispatch
impl From<IAlternativeName> for IDispatch
fn from(value: IAlternativeName) -> Self
fn from(value: IAlternativeName) -> Self
Converts to this type from the input type.
impl From<IAlternativeNames> for IDispatch
impl From<IAlternativeNames> for IDispatch
fn from(value: IAlternativeNames) -> Self
fn from(value: IAlternativeNames) -> Self
Converts to this type from the input type.
impl From<IAnalogAudioComponentType> for IDispatch
impl From<IAnalogAudioComponentType> for IDispatch
fn from(value: IAnalogAudioComponentType) -> Self
fn from(value: IAnalogAudioComponentType) -> Self
Converts to this type from the input type.
impl From<IAnalogLocator> for IDispatch
impl From<IAnalogLocator> for IDispatch
fn from(value: IAnalogLocator) -> Self
fn from(value: IAnalogLocator) -> Self
Converts to this type from the input type.
impl From<IAnalogRadioTuningSpace> for IDispatch
impl From<IAnalogRadioTuningSpace> for IDispatch
fn from(value: IAnalogRadioTuningSpace) -> Self
fn from(value: IAnalogRadioTuningSpace) -> Self
Converts to this type from the input type.
impl From<IAnalogRadioTuningSpace2> for IDispatch
impl From<IAnalogRadioTuningSpace2> for IDispatch
fn from(value: IAnalogRadioTuningSpace2) -> Self
fn from(value: IAnalogRadioTuningSpace2) -> Self
Converts to this type from the input type.
impl From<IAnalogTVTuningSpace> for IDispatch
impl From<IAnalogTVTuningSpace> for IDispatch
fn from(value: IAnalogTVTuningSpace) -> Self
fn from(value: IAnalogTVTuningSpace) -> Self
Converts to this type from the input type.
impl From<IApiTracingDataCollector> for IDispatch
impl From<IApiTracingDataCollector> for IDispatch
fn from(value: IApiTracingDataCollector) -> Self
fn from(value: IApiTracingDataCollector) -> Self
Converts to this type from the input type.
impl From<IAppDomainHelper> for IDispatch
impl From<IAppDomainHelper> for IDispatch
fn from(value: IAppDomainHelper) -> Self
fn from(value: IAppDomainHelper) -> Self
Converts to this type from the input type.
impl From<IAssemblyLocator> for IDispatch
impl From<IAssemblyLocator> for IDispatch
fn from(value: IAssemblyLocator) -> Self
fn from(value: IAssemblyLocator) -> Self
Converts to this type from the input type.
impl From<IAutomaticUpdates> for IDispatch
impl From<IAutomaticUpdates> for IDispatch
fn from(value: IAutomaticUpdates) -> Self
fn from(value: IAutomaticUpdates) -> Self
Converts to this type from the input type.
impl From<IAutomaticUpdates2> for IDispatch
impl From<IAutomaticUpdates2> for IDispatch
fn from(value: IAutomaticUpdates2) -> Self
fn from(value: IAutomaticUpdates2) -> Self
Converts to this type from the input type.
impl From<IAutomaticUpdatesResults> for IDispatch
impl From<IAutomaticUpdatesResults> for IDispatch
fn from(value: IAutomaticUpdatesResults) -> Self
fn from(value: IAutomaticUpdatesResults) -> Self
Converts to this type from the input type.
impl From<IAutomaticUpdatesSettings> for IDispatch
impl From<IAutomaticUpdatesSettings> for IDispatch
fn from(value: IAutomaticUpdatesSettings) -> Self
fn from(value: IAutomaticUpdatesSettings) -> Self
Converts to this type from the input type.
impl From<IAutomaticUpdatesSettings2> for IDispatch
impl From<IAutomaticUpdatesSettings2> for IDispatch
fn from(value: IAutomaticUpdatesSettings2) -> Self
fn from(value: IAutomaticUpdatesSettings2) -> Self
Converts to this type from the input type.
impl From<IAutomaticUpdatesSettings3> for IDispatch
impl From<IAutomaticUpdatesSettings3> for IDispatch
fn from(value: IAutomaticUpdatesSettings3) -> Self
fn from(value: IAutomaticUpdatesSettings3) -> Self
Converts to this type from the input type.
impl From<IAuxInTuningSpace> for IDispatch
impl From<IAuxInTuningSpace> for IDispatch
fn from(value: IAuxInTuningSpace) -> Self
fn from(value: IAuxInTuningSpace) -> Self
Converts to this type from the input type.
impl From<IAuxInTuningSpace2> for IDispatch
impl From<IAuxInTuningSpace2> for IDispatch
fn from(value: IAuxInTuningSpace2) -> Self
fn from(value: IAuxInTuningSpace2) -> Self
Converts to this type from the input type.
impl From<IAzApplication> for IDispatch
impl From<IAzApplication> for IDispatch
fn from(value: IAzApplication) -> Self
fn from(value: IAzApplication) -> Self
Converts to this type from the input type.
impl From<IAzApplication2> for IDispatch
impl From<IAzApplication2> for IDispatch
fn from(value: IAzApplication2) -> Self
fn from(value: IAzApplication2) -> Self
Converts to this type from the input type.
impl From<IAzApplication3> for IDispatch
impl From<IAzApplication3> for IDispatch
fn from(value: IAzApplication3) -> Self
fn from(value: IAzApplication3) -> Self
Converts to this type from the input type.
impl From<IAzApplicationGroup> for IDispatch
impl From<IAzApplicationGroup> for IDispatch
fn from(value: IAzApplicationGroup) -> Self
fn from(value: IAzApplicationGroup) -> Self
Converts to this type from the input type.
impl From<IAzApplicationGroup2> for IDispatch
impl From<IAzApplicationGroup2> for IDispatch
fn from(value: IAzApplicationGroup2) -> Self
fn from(value: IAzApplicationGroup2) -> Self
Converts to this type from the input type.
impl From<IAzApplicationGroups> for IDispatch
impl From<IAzApplicationGroups> for IDispatch
fn from(value: IAzApplicationGroups) -> Self
fn from(value: IAzApplicationGroups) -> Self
Converts to this type from the input type.
impl From<IAzApplications> for IDispatch
impl From<IAzApplications> for IDispatch
fn from(value: IAzApplications) -> Self
fn from(value: IAzApplications) -> Self
Converts to this type from the input type.
impl From<IAzAuthorizationStore> for IDispatch
impl From<IAzAuthorizationStore> for IDispatch
fn from(value: IAzAuthorizationStore) -> Self
fn from(value: IAzAuthorizationStore) -> Self
Converts to this type from the input type.
impl From<IAzAuthorizationStore2> for IDispatch
impl From<IAzAuthorizationStore2> for IDispatch
fn from(value: IAzAuthorizationStore2) -> Self
fn from(value: IAzAuthorizationStore2) -> Self
Converts to this type from the input type.
impl From<IAzAuthorizationStore3> for IDispatch
impl From<IAzAuthorizationStore3> for IDispatch
fn from(value: IAzAuthorizationStore3) -> Self
fn from(value: IAzAuthorizationStore3) -> Self
Converts to this type from the input type.
impl From<IAzBizRuleContext> for IDispatch
impl From<IAzBizRuleContext> for IDispatch
fn from(value: IAzBizRuleContext) -> Self
fn from(value: IAzBizRuleContext) -> Self
Converts to this type from the input type.
impl From<IAzBizRuleInterfaces> for IDispatch
impl From<IAzBizRuleInterfaces> for IDispatch
fn from(value: IAzBizRuleInterfaces) -> Self
fn from(value: IAzBizRuleInterfaces) -> Self
Converts to this type from the input type.
impl From<IAzBizRuleParameters> for IDispatch
impl From<IAzBizRuleParameters> for IDispatch
fn from(value: IAzBizRuleParameters) -> Self
fn from(value: IAzBizRuleParameters) -> Self
Converts to this type from the input type.
impl From<IAzClientContext> for IDispatch
impl From<IAzClientContext> for IDispatch
fn from(value: IAzClientContext) -> Self
fn from(value: IAzClientContext) -> Self
Converts to this type from the input type.
impl From<IAzClientContext2> for IDispatch
impl From<IAzClientContext2> for IDispatch
fn from(value: IAzClientContext2) -> Self
fn from(value: IAzClientContext2) -> Self
Converts to this type from the input type.
impl From<IAzClientContext3> for IDispatch
impl From<IAzClientContext3> for IDispatch
fn from(value: IAzClientContext3) -> Self
fn from(value: IAzClientContext3) -> Self
Converts to this type from the input type.
impl From<IAzNameResolver> for IDispatch
impl From<IAzNameResolver> for IDispatch
fn from(value: IAzNameResolver) -> Self
fn from(value: IAzNameResolver) -> Self
Converts to this type from the input type.
impl From<IAzObjectPicker> for IDispatch
impl From<IAzObjectPicker> for IDispatch
fn from(value: IAzObjectPicker) -> Self
fn from(value: IAzObjectPicker) -> Self
Converts to this type from the input type.
impl From<IAzOperation> for IDispatch
impl From<IAzOperation> for IDispatch
fn from(value: IAzOperation) -> Self
fn from(value: IAzOperation) -> Self
Converts to this type from the input type.
impl From<IAzOperation2> for IDispatch
impl From<IAzOperation2> for IDispatch
fn from(value: IAzOperation2) -> Self
fn from(value: IAzOperation2) -> Self
Converts to this type from the input type.
impl From<IAzOperations> for IDispatch
impl From<IAzOperations> for IDispatch
fn from(value: IAzOperations) -> Self
fn from(value: IAzOperations) -> Self
Converts to this type from the input type.
impl From<IAzPrincipalLocator> for IDispatch
impl From<IAzPrincipalLocator> for IDispatch
fn from(value: IAzPrincipalLocator) -> Self
fn from(value: IAzPrincipalLocator) -> Self
Converts to this type from the input type.
impl From<IAzRoleAssignment> for IDispatch
impl From<IAzRoleAssignment> for IDispatch
fn from(value: IAzRoleAssignment) -> Self
fn from(value: IAzRoleAssignment) -> Self
Converts to this type from the input type.
impl From<IAzRoleAssignments> for IDispatch
impl From<IAzRoleAssignments> for IDispatch
fn from(value: IAzRoleAssignments) -> Self
fn from(value: IAzRoleAssignments) -> Self
Converts to this type from the input type.
impl From<IAzRoleDefinition> for IDispatch
impl From<IAzRoleDefinition> for IDispatch
fn from(value: IAzRoleDefinition) -> Self
fn from(value: IAzRoleDefinition) -> Self
Converts to this type from the input type.
impl From<IAzRoleDefinitions> for IDispatch
impl From<IAzRoleDefinitions> for IDispatch
fn from(value: IAzRoleDefinitions) -> Self
fn from(value: IAzRoleDefinitions) -> Self
Converts to this type from the input type.
impl From<IBITSExtensionSetup> for IDispatch
impl From<IBITSExtensionSetup> for IDispatch
fn from(value: IBITSExtensionSetup) -> Self
fn from(value: IBITSExtensionSetup) -> Self
Converts to this type from the input type.
impl From<IBITSExtensionSetupFactory> for IDispatch
impl From<IBITSExtensionSetupFactory> for IDispatch
fn from(value: IBITSExtensionSetupFactory) -> Self
fn from(value: IBITSExtensionSetupFactory) -> Self
Converts to this type from the input type.
impl From<IBasicAudio> for IDispatch
impl From<IBasicAudio> for IDispatch
fn from(value: IBasicAudio) -> Self
fn from(value: IBasicAudio) -> Self
Converts to this type from the input type.
impl From<IBasicVideo> for IDispatch
impl From<IBasicVideo> for IDispatch
fn from(value: IBasicVideo) -> Self
fn from(value: IBasicVideo) -> Self
Converts to this type from the input type.
impl From<IBasicVideo2> for IDispatch
impl From<IBasicVideo2> for IDispatch
fn from(value: IBasicVideo2) -> Self
fn from(value: IBasicVideo2) -> Self
Converts to this type from the input type.
impl From<IBinaryConverter> for IDispatch
impl From<IBinaryConverter> for IDispatch
fn from(value: IBinaryConverter) -> Self
fn from(value: IBinaryConverter) -> Self
Converts to this type from the input type.
impl From<IBinaryConverter2> for IDispatch
impl From<IBinaryConverter2> for IDispatch
fn from(value: IBinaryConverter2) -> Self
fn from(value: IBinaryConverter2) -> Self
Converts to this type from the input type.
impl From<IBlockRange> for IDispatch
impl From<IBlockRange> for IDispatch
fn from(value: IBlockRange) -> Self
fn from(value: IBlockRange) -> Self
Converts to this type from the input type.
impl From<IBlockRangeList> for IDispatch
impl From<IBlockRangeList> for IDispatch
fn from(value: IBlockRangeList) -> Self
fn from(value: IBlockRangeList) -> Self
Converts to this type from the input type.
impl From<IBootOptions> for IDispatch
impl From<IBootOptions> for IDispatch
fn from(value: IBootOptions) -> Self
fn from(value: IBootOptions) -> Self
Converts to this type from the input type.
impl From<IBootTrigger> for IDispatch
impl From<IBootTrigger> for IDispatch
fn from(value: IBootTrigger) -> Self
fn from(value: IBootTrigger) -> Self
Converts to this type from the input type.
impl From<ICOMAdminCatalog> for IDispatch
impl From<ICOMAdminCatalog> for IDispatch
fn from(value: ICOMAdminCatalog) -> Self
fn from(value: ICOMAdminCatalog) -> Self
Converts to this type from the input type.
impl From<ICOMAdminCatalog2> for IDispatch
impl From<ICOMAdminCatalog2> for IDispatch
fn from(value: ICOMAdminCatalog2) -> Self
fn from(value: ICOMAdminCatalog2) -> Self
Converts to this type from the input type.
impl From<ICatalogCollection> for IDispatch
impl From<ICatalogCollection> for IDispatch
fn from(value: ICatalogCollection) -> Self
fn from(value: ICatalogCollection) -> Self
Converts to this type from the input type.
impl From<ICatalogObject> for IDispatch
impl From<ICatalogObject> for IDispatch
fn from(value: ICatalogObject) -> Self
fn from(value: ICatalogObject) -> Self
Converts to this type from the input type.
impl From<ICategoryCollection> for IDispatch
impl From<ICategoryCollection> for IDispatch
fn from(value: ICategoryCollection) -> Self
fn from(value: ICategoryCollection) -> Self
Converts to this type from the input type.
impl From<ICertAdmin> for IDispatch
impl From<ICertAdmin> for IDispatch
fn from(value: ICertAdmin) -> Self
fn from(value: ICertAdmin) -> Self
Converts to this type from the input type.
impl From<ICertAdmin2> for IDispatch
impl From<ICertAdmin2> for IDispatch
fn from(value: ICertAdmin2) -> Self
fn from(value: ICertAdmin2) -> Self
Converts to this type from the input type.
impl From<ICertConfig> for IDispatch
impl From<ICertConfig> for IDispatch
fn from(value: ICertConfig) -> Self
fn from(value: ICertConfig) -> Self
Converts to this type from the input type.
impl From<ICertConfig2> for IDispatch
impl From<ICertConfig2> for IDispatch
fn from(value: ICertConfig2) -> Self
fn from(value: ICertConfig2) -> Self
Converts to this type from the input type.
impl From<ICertEncodeAltName> for IDispatch
impl From<ICertEncodeAltName> for IDispatch
fn from(value: ICertEncodeAltName) -> Self
fn from(value: ICertEncodeAltName) -> Self
Converts to this type from the input type.
impl From<ICertEncodeAltName2> for IDispatch
impl From<ICertEncodeAltName2> for IDispatch
fn from(value: ICertEncodeAltName2) -> Self
fn from(value: ICertEncodeAltName2) -> Self
Converts to this type from the input type.
impl From<ICertEncodeBitString> for IDispatch
impl From<ICertEncodeBitString> for IDispatch
fn from(value: ICertEncodeBitString) -> Self
fn from(value: ICertEncodeBitString) -> Self
Converts to this type from the input type.
impl From<ICertEncodeBitString2> for IDispatch
impl From<ICertEncodeBitString2> for IDispatch
fn from(value: ICertEncodeBitString2) -> Self
fn from(value: ICertEncodeBitString2) -> Self
Converts to this type from the input type.
impl From<ICertEncodeCRLDistInfo> for IDispatch
impl From<ICertEncodeCRLDistInfo> for IDispatch
fn from(value: ICertEncodeCRLDistInfo) -> Self
fn from(value: ICertEncodeCRLDistInfo) -> Self
Converts to this type from the input type.
impl From<ICertEncodeCRLDistInfo2> for IDispatch
impl From<ICertEncodeCRLDistInfo2> for IDispatch
fn from(value: ICertEncodeCRLDistInfo2) -> Self
fn from(value: ICertEncodeCRLDistInfo2) -> Self
Converts to this type from the input type.
impl From<ICertEncodeDateArray> for IDispatch
impl From<ICertEncodeDateArray> for IDispatch
fn from(value: ICertEncodeDateArray) -> Self
fn from(value: ICertEncodeDateArray) -> Self
Converts to this type from the input type.
impl From<ICertEncodeDateArray2> for IDispatch
impl From<ICertEncodeDateArray2> for IDispatch
fn from(value: ICertEncodeDateArray2) -> Self
fn from(value: ICertEncodeDateArray2) -> Self
Converts to this type from the input type.
impl From<ICertEncodeLongArray> for IDispatch
impl From<ICertEncodeLongArray> for IDispatch
fn from(value: ICertEncodeLongArray) -> Self
fn from(value: ICertEncodeLongArray) -> Self
Converts to this type from the input type.
impl From<ICertEncodeLongArray2> for IDispatch
impl From<ICertEncodeLongArray2> for IDispatch
fn from(value: ICertEncodeLongArray2) -> Self
fn from(value: ICertEncodeLongArray2) -> Self
Converts to this type from the input type.
impl From<ICertEncodeStringArray> for IDispatch
impl From<ICertEncodeStringArray> for IDispatch
fn from(value: ICertEncodeStringArray) -> Self
fn from(value: ICertEncodeStringArray) -> Self
Converts to this type from the input type.
impl From<ICertEncodeStringArray2> for IDispatch
impl From<ICertEncodeStringArray2> for IDispatch
fn from(value: ICertEncodeStringArray2) -> Self
fn from(value: ICertEncodeStringArray2) -> Self
Converts to this type from the input type.
impl From<ICertExit2> for IDispatch
impl From<ICertExit2> for IDispatch
fn from(value: ICertExit2) -> Self
fn from(value: ICertExit2) -> Self
Converts to this type from the input type.
impl From<ICertGetConfig> for IDispatch
impl From<ICertGetConfig> for IDispatch
fn from(value: ICertGetConfig) -> Self
fn from(value: ICertGetConfig) -> Self
Converts to this type from the input type.
impl From<ICertManageModule> for IDispatch
impl From<ICertManageModule> for IDispatch
fn from(value: ICertManageModule) -> Self
fn from(value: ICertManageModule) -> Self
Converts to this type from the input type.
impl From<ICertPolicy> for IDispatch
impl From<ICertPolicy> for IDispatch
fn from(value: ICertPolicy) -> Self
fn from(value: ICertPolicy) -> Self
Converts to this type from the input type.
impl From<ICertPolicy2> for IDispatch
impl From<ICertPolicy2> for IDispatch
fn from(value: ICertPolicy2) -> Self
fn from(value: ICertPolicy2) -> Self
Converts to this type from the input type.
impl From<ICertProperties> for IDispatch
impl From<ICertProperties> for IDispatch
fn from(value: ICertProperties) -> Self
fn from(value: ICertProperties) -> Self
Converts to this type from the input type.
impl From<ICertProperty> for IDispatch
impl From<ICertProperty> for IDispatch
fn from(value: ICertProperty) -> Self
fn from(value: ICertProperty) -> Self
Converts to this type from the input type.
impl From<ICertPropertyArchived> for IDispatch
impl From<ICertPropertyArchived> for IDispatch
fn from(value: ICertPropertyArchived) -> Self
fn from(value: ICertPropertyArchived) -> Self
Converts to this type from the input type.
impl From<ICertPropertyArchivedKeyHash> for IDispatch
impl From<ICertPropertyArchivedKeyHash> for IDispatch
fn from(value: ICertPropertyArchivedKeyHash) -> Self
fn from(value: ICertPropertyArchivedKeyHash) -> Self
Converts to this type from the input type.
impl From<ICertPropertyAutoEnroll> for IDispatch
impl From<ICertPropertyAutoEnroll> for IDispatch
fn from(value: ICertPropertyAutoEnroll) -> Self
fn from(value: ICertPropertyAutoEnroll) -> Self
Converts to this type from the input type.
impl From<ICertPropertyBackedUp> for IDispatch
impl From<ICertPropertyBackedUp> for IDispatch
fn from(value: ICertPropertyBackedUp) -> Self
fn from(value: ICertPropertyBackedUp) -> Self
Converts to this type from the input type.
impl From<ICertPropertyDescription> for IDispatch
impl From<ICertPropertyDescription> for IDispatch
fn from(value: ICertPropertyDescription) -> Self
fn from(value: ICertPropertyDescription) -> Self
Converts to this type from the input type.
impl From<ICertPropertyEnrollment> for IDispatch
impl From<ICertPropertyEnrollment> for IDispatch
fn from(value: ICertPropertyEnrollment) -> Self
fn from(value: ICertPropertyEnrollment) -> Self
Converts to this type from the input type.
impl From<ICertPropertyEnrollmentPolicyServer> for IDispatch
impl From<ICertPropertyEnrollmentPolicyServer> for IDispatch
fn from(value: ICertPropertyEnrollmentPolicyServer) -> Self
fn from(value: ICertPropertyEnrollmentPolicyServer) -> Self
Converts to this type from the input type.
impl From<ICertPropertyFriendlyName> for IDispatch
impl From<ICertPropertyFriendlyName> for IDispatch
fn from(value: ICertPropertyFriendlyName) -> Self
fn from(value: ICertPropertyFriendlyName) -> Self
Converts to this type from the input type.
impl From<ICertPropertyKeyProvInfo> for IDispatch
impl From<ICertPropertyKeyProvInfo> for IDispatch
fn from(value: ICertPropertyKeyProvInfo) -> Self
fn from(value: ICertPropertyKeyProvInfo) -> Self
Converts to this type from the input type.
impl From<ICertPropertyRenewal> for IDispatch
impl From<ICertPropertyRenewal> for IDispatch
fn from(value: ICertPropertyRenewal) -> Self
fn from(value: ICertPropertyRenewal) -> Self
Converts to this type from the input type.
impl From<ICertPropertyRequestOriginator> for IDispatch
impl From<ICertPropertyRequestOriginator> for IDispatch
fn from(value: ICertPropertyRequestOriginator) -> Self
fn from(value: ICertPropertyRequestOriginator) -> Self
Converts to this type from the input type.
impl From<ICertPropertySHA1Hash> for IDispatch
impl From<ICertPropertySHA1Hash> for IDispatch
fn from(value: ICertPropertySHA1Hash) -> Self
fn from(value: ICertPropertySHA1Hash) -> Self
Converts to this type from the input type.
impl From<ICertRequest> for IDispatch
impl From<ICertRequest> for IDispatch
fn from(value: ICertRequest) -> Self
fn from(value: ICertRequest) -> Self
Converts to this type from the input type.
impl From<ICertRequest2> for IDispatch
impl From<ICertRequest2> for IDispatch
fn from(value: ICertRequest2) -> Self
fn from(value: ICertRequest2) -> Self
Converts to this type from the input type.
impl From<ICertRequest3> for IDispatch
impl From<ICertRequest3> for IDispatch
fn from(value: ICertRequest3) -> Self
fn from(value: ICertRequest3) -> Self
Converts to this type from the input type.
impl From<ICertServerExit> for IDispatch
impl From<ICertServerExit> for IDispatch
fn from(value: ICertServerExit) -> Self
fn from(value: ICertServerExit) -> Self
Converts to this type from the input type.
impl From<ICertServerPolicy> for IDispatch
impl From<ICertServerPolicy> for IDispatch
fn from(value: ICertServerPolicy) -> Self
fn from(value: ICertServerPolicy) -> Self
Converts to this type from the input type.
impl From<ICertSrvSetup> for IDispatch
impl From<ICertSrvSetup> for IDispatch
fn from(value: ICertSrvSetup) -> Self
fn from(value: ICertSrvSetup) -> Self
Converts to this type from the input type.
impl From<ICertSrvSetupKeyInformation> for IDispatch
impl From<ICertSrvSetupKeyInformation> for IDispatch
fn from(value: ICertSrvSetupKeyInformation) -> Self
fn from(value: ICertSrvSetupKeyInformation) -> Self
Converts to this type from the input type.
impl From<ICertSrvSetupKeyInformationCollection> for IDispatch
impl From<ICertSrvSetupKeyInformationCollection> for IDispatch
fn from(value: ICertSrvSetupKeyInformationCollection) -> Self
fn from(value: ICertSrvSetupKeyInformationCollection) -> Self
Converts to this type from the input type.
impl From<ICertView2> for IDispatch
impl From<ICertView2> for IDispatch
fn from(value: ICertView2) -> Self
fn from(value: ICertView2) -> Self
Converts to this type from the input type.
impl From<ICertificateAttestationChallenge> for IDispatch
impl From<ICertificateAttestationChallenge> for IDispatch
fn from(value: ICertificateAttestationChallenge) -> Self
fn from(value: ICertificateAttestationChallenge) -> Self
Converts to this type from the input type.
impl From<ICertificateAttestationChallenge2> for IDispatch
impl From<ICertificateAttestationChallenge2> for IDispatch
fn from(value: ICertificateAttestationChallenge2) -> Self
fn from(value: ICertificateAttestationChallenge2) -> Self
Converts to this type from the input type.
impl From<ICertificateEnrollmentPolicyServerSetup> for IDispatch
impl From<ICertificateEnrollmentPolicyServerSetup> for IDispatch
fn from(value: ICertificateEnrollmentPolicyServerSetup) -> Self
fn from(value: ICertificateEnrollmentPolicyServerSetup) -> Self
Converts to this type from the input type.
impl From<ICertificateEnrollmentServerSetup> for IDispatch
impl From<ICertificateEnrollmentServerSetup> for IDispatch
fn from(value: ICertificateEnrollmentServerSetup) -> Self
fn from(value: ICertificateEnrollmentServerSetup) -> Self
Converts to this type from the input type.
impl From<ICertificatePolicies> for IDispatch
impl From<ICertificatePolicies> for IDispatch
fn from(value: ICertificatePolicies) -> Self
fn from(value: ICertificatePolicies) -> Self
Converts to this type from the input type.
impl From<ICertificatePolicy> for IDispatch
impl From<ICertificatePolicy> for IDispatch
fn from(value: ICertificatePolicy) -> Self
fn from(value: ICertificatePolicy) -> Self
Converts to this type from the input type.
impl From<ICertificationAuthorities> for IDispatch
impl From<ICertificationAuthorities> for IDispatch
fn from(value: ICertificationAuthorities) -> Self
fn from(value: ICertificationAuthorities) -> Self
Converts to this type from the input type.
impl From<ICertificationAuthority> for IDispatch
impl From<ICertificationAuthority> for IDispatch
fn from(value: ICertificationAuthority) -> Self
fn from(value: ICertificationAuthority) -> Self
Converts to this type from the input type.
impl From<IChannelCredentials> for IDispatch
impl From<IChannelCredentials> for IDispatch
fn from(value: IChannelCredentials) -> Self
fn from(value: IChannelCredentials) -> Self
Converts to this type from the input type.
impl From<IChannelIDTuneRequest> for IDispatch
impl From<IChannelIDTuneRequest> for IDispatch
fn from(value: IChannelIDTuneRequest) -> Self
fn from(value: IChannelIDTuneRequest) -> Self
Converts to this type from the input type.
impl From<IChannelTuneRequest> for IDispatch
impl From<IChannelTuneRequest> for IDispatch
fn from(value: IChannelTuneRequest) -> Self
fn from(value: IChannelTuneRequest) -> Self
Converts to this type from the input type.
impl From<ICivicAddressReportFactory> for IDispatch
impl From<ICivicAddressReportFactory> for IDispatch
fn from(value: ICivicAddressReportFactory) -> Self
fn from(value: ICivicAddressReportFactory) -> Self
Converts to this type from the input type.
impl From<IComHandlerAction> for IDispatch
impl From<IComHandlerAction> for IDispatch
fn from(value: IComHandlerAction) -> Self
fn from(value: IComHandlerAction) -> Self
Converts to this type from the input type.
impl From<IComponent> for IDispatch
impl From<IComponent> for IDispatch
fn from(value: IComponent) -> Self
fn from(value: IComponent) -> Self
Converts to this type from the input type.
impl From<IComponentType> for IDispatch
impl From<IComponentType> for IDispatch
fn from(value: IComponentType) -> Self
fn from(value: IComponentType) -> Self
Converts to this type from the input type.
impl From<IComponentTypes> for IDispatch
impl From<IComponentTypes> for IDispatch
fn from(value: IComponentTypes) -> Self
fn from(value: IComponentTypes) -> Self
Converts to this type from the input type.
impl From<IComponentUtil> for IDispatch
impl From<IComponentUtil> for IDispatch
fn from(value: IComponentUtil) -> Self
fn from(value: IComponentUtil) -> Self
Converts to this type from the input type.
impl From<IComponents> for IDispatch
impl From<IComponents> for IDispatch
fn from(value: IComponents) -> Self
fn from(value: IComponents) -> Self
Converts to this type from the input type.
impl From<IComponentsOld> for IDispatch
impl From<IComponentsOld> for IDispatch
fn from(value: IComponentsOld) -> Self
fn from(value: IComponentsOld) -> Self
Converts to this type from the input type.
impl From<IConfigurationDataCollector> for IDispatch
impl From<IConfigurationDataCollector> for IDispatch
fn from(value: IConfigurationDataCollector) -> Self
fn from(value: IConfigurationDataCollector) -> Self
Converts to this type from the input type.
impl From<ICrmMonitorClerks> for IDispatch
impl From<ICrmMonitorClerks> for IDispatch
fn from(value: ICrmMonitorClerks) -> Self
fn from(value: ICrmMonitorClerks) -> Self
Converts to this type from the input type.
impl From<ICryptAttribute> for IDispatch
impl From<ICryptAttribute> for IDispatch
fn from(value: ICryptAttribute) -> Self
fn from(value: ICryptAttribute) -> Self
Converts to this type from the input type.
impl From<ICryptAttributes> for IDispatch
impl From<ICryptAttributes> for IDispatch
fn from(value: ICryptAttributes) -> Self
fn from(value: ICryptAttributes) -> Self
Converts to this type from the input type.
impl From<ICspAlgorithm> for IDispatch
impl From<ICspAlgorithm> for IDispatch
fn from(value: ICspAlgorithm) -> Self
fn from(value: ICspAlgorithm) -> Self
Converts to this type from the input type.
impl From<ICspAlgorithms> for IDispatch
impl From<ICspAlgorithms> for IDispatch
fn from(value: ICspAlgorithms) -> Self
fn from(value: ICspAlgorithms) -> Self
Converts to this type from the input type.
impl From<ICspInformation> for IDispatch
impl From<ICspInformation> for IDispatch
fn from(value: ICspInformation) -> Self
fn from(value: ICspInformation) -> Self
Converts to this type from the input type.
impl From<ICspInformations> for IDispatch
impl From<ICspInformations> for IDispatch
fn from(value: ICspInformations) -> Self
fn from(value: ICspInformations) -> Self
Converts to this type from the input type.
impl From<ICspStatus> for IDispatch
impl From<ICspStatus> for IDispatch
fn from(value: ICspStatus) -> Self
fn from(value: ICspStatus) -> Self
Converts to this type from the input type.
impl From<ICspStatuses> for IDispatch
impl From<ICspStatuses> for IDispatch
fn from(value: ICspStatuses) -> Self
fn from(value: ICspStatuses) -> Self
Converts to this type from the input type.
impl From<IDTFilterEvents> for IDispatch
impl From<IDTFilterEvents> for IDispatch
fn from(value: IDTFilterEvents) -> Self
fn from(value: IDTFilterEvents) -> Self
Converts to this type from the input type.
impl From<IDVBCLocator> for IDispatch
impl From<IDVBCLocator> for IDispatch
fn from(value: IDVBCLocator) -> Self
fn from(value: IDVBCLocator) -> Self
Converts to this type from the input type.
impl From<IDVBSLocator> for IDispatch
impl From<IDVBSLocator> for IDispatch
fn from(value: IDVBSLocator) -> Self
fn from(value: IDVBSLocator) -> Self
Converts to this type from the input type.
impl From<IDVBSLocator2> for IDispatch
impl From<IDVBSLocator2> for IDispatch
fn from(value: IDVBSLocator2) -> Self
fn from(value: IDVBSLocator2) -> Self
Converts to this type from the input type.
impl From<IDVBSTuningSpace> for IDispatch
impl From<IDVBSTuningSpace> for IDispatch
fn from(value: IDVBSTuningSpace) -> Self
fn from(value: IDVBSTuningSpace) -> Self
Converts to this type from the input type.
impl From<IDVBTLocator> for IDispatch
impl From<IDVBTLocator> for IDispatch
fn from(value: IDVBTLocator) -> Self
fn from(value: IDVBTLocator) -> Self
Converts to this type from the input type.
impl From<IDVBTLocator2> for IDispatch
impl From<IDVBTLocator2> for IDispatch
fn from(value: IDVBTLocator2) -> Self
fn from(value: IDVBTLocator2) -> Self
Converts to this type from the input type.
impl From<IDVBTuneRequest> for IDispatch
impl From<IDVBTuneRequest> for IDispatch
fn from(value: IDVBTuneRequest) -> Self
fn from(value: IDVBTuneRequest) -> Self
Converts to this type from the input type.
impl From<IDVBTuningSpace> for IDispatch
impl From<IDVBTuningSpace> for IDispatch
fn from(value: IDVBTuningSpace) -> Self
fn from(value: IDVBTuningSpace) -> Self
Converts to this type from the input type.
impl From<IDVBTuningSpace2> for IDispatch
impl From<IDVBTuningSpace2> for IDispatch
fn from(value: IDVBTuningSpace2) -> Self
fn from(value: IDVBTuningSpace2) -> Self
Converts to this type from the input type.
impl From<IDailyTrigger> for IDispatch
impl From<IDailyTrigger> for IDispatch
fn from(value: IDailyTrigger) -> Self
fn from(value: IDailyTrigger) -> Self
Converts to this type from the input type.
impl From<IDataCollector> for IDispatch
impl From<IDataCollector> for IDispatch
fn from(value: IDataCollector) -> Self
fn from(value: IDataCollector) -> Self
Converts to this type from the input type.
impl From<IDataCollectorCollection> for IDispatch
impl From<IDataCollectorCollection> for IDispatch
fn from(value: IDataCollectorCollection) -> Self
fn from(value: IDataCollectorCollection) -> Self
Converts to this type from the input type.
impl From<IDataCollectorSet> for IDispatch
impl From<IDataCollectorSet> for IDispatch
fn from(value: IDataCollectorSet) -> Self
fn from(value: IDataCollectorSet) -> Self
Converts to this type from the input type.
impl From<IDataCollectorSetCollection> for IDispatch
impl From<IDataCollectorSetCollection> for IDispatch
fn from(value: IDataCollectorSetCollection) -> Self
fn from(value: IDataCollectorSetCollection) -> Self
Converts to this type from the input type.
impl From<IDataManager> for IDispatch
impl From<IDataManager> for IDispatch
fn from(value: IDataManager) -> Self
fn from(value: IDataManager) -> Self
Converts to this type from the input type.
impl From<IDataSourceLocator> for IDispatch
impl From<IDataSourceLocator> for IDispatch
fn from(value: IDataSourceLocator) -> Self
fn from(value: IDataSourceLocator) -> Self
Converts to this type from the input type.
impl From<IDigitalCableLocator> for IDispatch
impl From<IDigitalCableLocator> for IDispatch
fn from(value: IDigitalCableLocator) -> Self
fn from(value: IDigitalCableLocator) -> Self
Converts to this type from the input type.
impl From<IDigitalCableTuneRequest> for IDispatch
impl From<IDigitalCableTuneRequest> for IDispatch
fn from(value: IDigitalCableTuneRequest) -> Self
fn from(value: IDigitalCableTuneRequest) -> Self
Converts to this type from the input type.
impl From<IDigitalCableTuningSpace> for IDispatch
impl From<IDigitalCableTuningSpace> for IDispatch
fn from(value: IDigitalCableTuningSpace) -> Self
fn from(value: IDigitalCableTuningSpace) -> Self
Converts to this type from the input type.
impl From<IDigitalLocator> for IDispatch
impl From<IDigitalLocator> for IDispatch
fn from(value: IDigitalLocator) -> Self
fn from(value: IDigitalLocator) -> Self
Converts to this type from the input type.
impl From<IDiscFormat2> for IDispatch
impl From<IDiscFormat2> for IDispatch
fn from(value: IDiscFormat2) -> Self
fn from(value: IDiscFormat2) -> Self
Converts to this type from the input type.
impl From<IDiscFormat2Data> for IDispatch
impl From<IDiscFormat2Data> for IDispatch
fn from(value: IDiscFormat2Data) -> Self
fn from(value: IDiscFormat2Data) -> Self
Converts to this type from the input type.
impl From<IDiscFormat2DataEventArgs> for IDispatch
impl From<IDiscFormat2DataEventArgs> for IDispatch
fn from(value: IDiscFormat2DataEventArgs) -> Self
fn from(value: IDiscFormat2DataEventArgs) -> Self
Converts to this type from the input type.
impl From<IDiscFormat2Erase> for IDispatch
impl From<IDiscFormat2Erase> for IDispatch
fn from(value: IDiscFormat2Erase) -> Self
fn from(value: IDiscFormat2Erase) -> Self
Converts to this type from the input type.
impl From<IDiscFormat2RawCD> for IDispatch
impl From<IDiscFormat2RawCD> for IDispatch
fn from(value: IDiscFormat2RawCD) -> Self
fn from(value: IDiscFormat2RawCD) -> Self
Converts to this type from the input type.
impl From<IDiscFormat2RawCDEventArgs> for IDispatch
impl From<IDiscFormat2RawCDEventArgs> for IDispatch
fn from(value: IDiscFormat2RawCDEventArgs) -> Self
fn from(value: IDiscFormat2RawCDEventArgs) -> Self
Converts to this type from the input type.
impl From<IDiscFormat2TrackAtOnce> for IDispatch
impl From<IDiscFormat2TrackAtOnce> for IDispatch
fn from(value: IDiscFormat2TrackAtOnce) -> Self
fn from(value: IDiscFormat2TrackAtOnce) -> Self
Converts to this type from the input type.
impl From<IDiscFormat2TrackAtOnceEventArgs> for IDispatch
impl From<IDiscFormat2TrackAtOnceEventArgs> for IDispatch
fn from(value: IDiscFormat2TrackAtOnceEventArgs) -> Self
fn from(value: IDiscFormat2TrackAtOnceEventArgs) -> Self
Converts to this type from the input type.
impl From<IDiscMaster2> for IDispatch
impl From<IDiscMaster2> for IDispatch
fn from(value: IDiscMaster2) -> Self
fn from(value: IDiscMaster2) -> Self
Converts to this type from the input type.
impl From<IDiscRecorder2> for IDispatch
impl From<IDiscRecorder2> for IDispatch
fn from(value: IDiscRecorder2) -> Self
fn from(value: IDiscRecorder2) -> Self
Converts to this type from the input type.
impl From<IDispCivicAddressReport> for IDispatch
impl From<IDispCivicAddressReport> for IDispatch
fn from(value: IDispCivicAddressReport) -> Self
fn from(value: IDispCivicAddressReport) -> Self
Converts to this type from the input type.
impl From<IDispLatLongReport> for IDispatch
impl From<IDispLatLongReport> for IDispatch
fn from(value: IDispLatLongReport) -> Self
fn from(value: IDispLatLongReport) -> Self
Converts to this type from the input type.
impl From<IDispatchEx> for IDispatch
impl From<IDispatchEx> for IDispatch
fn from(value: IDispatchEx) -> Self
fn from(value: IDispatchEx) -> Self
Converts to this type from the input type.
impl From<IDownloadCompletedCallbackArgs> for IDispatch
impl From<IDownloadCompletedCallbackArgs> for IDispatch
fn from(value: IDownloadCompletedCallbackArgs) -> Self
fn from(value: IDownloadCompletedCallbackArgs) -> Self
Converts to this type from the input type.
impl From<IDownloadJob> for IDispatch
impl From<IDownloadJob> for IDispatch
fn from(value: IDownloadJob) -> Self
fn from(value: IDownloadJob) -> Self
Converts to this type from the input type.
impl From<IDownloadProgress> for IDispatch
impl From<IDownloadProgress> for IDispatch
fn from(value: IDownloadProgress) -> Self
fn from(value: IDownloadProgress) -> Self
Converts to this type from the input type.
impl From<IDownloadProgressChangedCallbackArgs> for IDispatch
impl From<IDownloadProgressChangedCallbackArgs> for IDispatch
fn from(value: IDownloadProgressChangedCallbackArgs) -> Self
fn from(value: IDownloadProgressChangedCallbackArgs) -> Self
Converts to this type from the input type.
impl From<IDownloadResult> for IDispatch
impl From<IDownloadResult> for IDispatch
fn from(value: IDownloadResult) -> Self
fn from(value: IDownloadResult) -> Self
Converts to this type from the input type.
impl From<IDummyMBNUCMExt> for IDispatch
impl From<IDummyMBNUCMExt> for IDispatch
fn from(value: IDummyMBNUCMExt) -> Self
fn from(value: IDummyMBNUCMExt) -> Self
Converts to this type from the input type.
impl From<IDynamicPortMapping> for IDispatch
impl From<IDynamicPortMapping> for IDispatch
fn from(value: IDynamicPortMapping) -> Self
fn from(value: IDynamicPortMapping) -> Self
Converts to this type from the input type.
impl From<IDynamicPortMappingCollection> for IDispatch
impl From<IDynamicPortMappingCollection> for IDispatch
fn from(value: IDynamicPortMappingCollection) -> Self
fn from(value: IDynamicPortMappingCollection) -> Self
Converts to this type from the input type.
impl From<IETFilterEvents> for IDispatch
impl From<IETFilterEvents> for IDispatch
fn from(value: IETFilterEvents) -> Self
fn from(value: IETFilterEvents) -> Self
Converts to this type from the input type.
impl From<IEmailAction> for IDispatch
impl From<IEmailAction> for IDispatch
fn from(value: IEmailAction) -> Self
fn from(value: IEmailAction) -> Self
Converts to this type from the input type.
impl From<IEnumCERTVIEWATTRIBUTE> for IDispatch
impl From<IEnumCERTVIEWATTRIBUTE> for IDispatch
fn from(value: IEnumCERTVIEWATTRIBUTE) -> Self
fn from(value: IEnumCERTVIEWATTRIBUTE) -> Self
Converts to this type from the input type.
impl From<IEnumCERTVIEWCOLUMN> for IDispatch
impl From<IEnumCERTVIEWCOLUMN> for IDispatch
fn from(value: IEnumCERTVIEWCOLUMN) -> Self
fn from(value: IEnumCERTVIEWCOLUMN) -> Self
Converts to this type from the input type.
impl From<IEnumCERTVIEWEXTENSION> for IDispatch
impl From<IEnumCERTVIEWEXTENSION> for IDispatch
fn from(value: IEnumCERTVIEWEXTENSION) -> Self
fn from(value: IEnumCERTVIEWEXTENSION) -> Self
Converts to this type from the input type.
impl From<IEnumCERTVIEWROW> for IDispatch
impl From<IEnumCERTVIEWROW> for IDispatch
fn from(value: IEnumCERTVIEWROW) -> Self
fn from(value: IEnumCERTVIEWROW) -> Self
Converts to this type from the input type.
impl From<IEnumNetworkConnections> for IDispatch
impl From<IEnumNetworkConnections> for IDispatch
fn from(value: IEnumNetworkConnections) -> Self
fn from(value: IEnumNetworkConnections) -> Self
Converts to this type from the input type.
impl From<IEnumNetworks> for IDispatch
impl From<IEnumNetworks> for IDispatch
fn from(value: IEnumNetworks) -> Self
fn from(value: IEnumNetworks) -> Self
Converts to this type from the input type.
impl From<IEventClass> for IDispatch
impl From<IEventClass> for IDispatch
fn from(value: IEventClass) -> Self
fn from(value: IEventClass) -> Self
Converts to this type from the input type.
impl From<IEventClass2> for IDispatch
impl From<IEventClass2> for IDispatch
fn from(value: IEventClass2) -> Self
fn from(value: IEventClass2) -> Self
Converts to this type from the input type.
impl From<IEventControl> for IDispatch
impl From<IEventControl> for IDispatch
fn from(value: IEventControl) -> Self
fn from(value: IEventControl) -> Self
Converts to this type from the input type.
impl From<IEventObjectCollection> for IDispatch
impl From<IEventObjectCollection> for IDispatch
fn from(value: IEventObjectCollection) -> Self
fn from(value: IEventObjectCollection) -> Self
Converts to this type from the input type.
impl From<IEventProperty> for IDispatch
impl From<IEventProperty> for IDispatch
fn from(value: IEventProperty) -> Self
fn from(value: IEventProperty) -> Self
Converts to this type from the input type.
impl From<IEventPublisher> for IDispatch
impl From<IEventPublisher> for IDispatch
fn from(value: IEventPublisher) -> Self
fn from(value: IEventPublisher) -> Self
Converts to this type from the input type.
impl From<IEventServerTrace> for IDispatch
impl From<IEventServerTrace> for IDispatch
fn from(value: IEventServerTrace) -> Self
fn from(value: IEventServerTrace) -> Self
Converts to this type from the input type.
impl From<IEventSubscription> for IDispatch
impl From<IEventSubscription> for IDispatch
fn from(value: IEventSubscription) -> Self
fn from(value: IEventSubscription) -> Self
Converts to this type from the input type.
impl From<IEventSystem> for IDispatch
impl From<IEventSystem> for IDispatch
fn from(value: IEventSystem) -> Self
fn from(value: IEventSystem) -> Self
Converts to this type from the input type.
impl From<IEventTrigger> for IDispatch
impl From<IEventTrigger> for IDispatch
fn from(value: IEventTrigger) -> Self
fn from(value: IEventTrigger) -> Self
Converts to this type from the input type.
impl From<IExecAction> for IDispatch
impl From<IExecAction> for IDispatch
fn from(value: IExecAction) -> Self
fn from(value: IExecAction) -> Self
Converts to this type from the input type.
impl From<IExecAction2> for IDispatch
impl From<IExecAction2> for IDispatch
fn from(value: IExecAction2) -> Self
fn from(value: IExecAction2) -> Self
Converts to this type from the input type.
impl From<IFaxAccount> for IDispatch
impl From<IFaxAccount> for IDispatch
fn from(value: IFaxAccount) -> Self
fn from(value: IFaxAccount) -> Self
Converts to this type from the input type.
impl From<IFaxAccountFolders> for IDispatch
impl From<IFaxAccountFolders> for IDispatch
fn from(value: IFaxAccountFolders) -> Self
fn from(value: IFaxAccountFolders) -> Self
Converts to this type from the input type.
impl From<IFaxAccountIncomingArchive> for IDispatch
impl From<IFaxAccountIncomingArchive> for IDispatch
fn from(value: IFaxAccountIncomingArchive) -> Self
fn from(value: IFaxAccountIncomingArchive) -> Self
Converts to this type from the input type.
impl From<IFaxAccountIncomingQueue> for IDispatch
impl From<IFaxAccountIncomingQueue> for IDispatch
fn from(value: IFaxAccountIncomingQueue) -> Self
fn from(value: IFaxAccountIncomingQueue) -> Self
Converts to this type from the input type.
impl From<IFaxAccountNotify> for IDispatch
impl From<IFaxAccountNotify> for IDispatch
fn from(value: IFaxAccountNotify) -> Self
fn from(value: IFaxAccountNotify) -> Self
Converts to this type from the input type.
impl From<IFaxAccountOutgoingArchive> for IDispatch
impl From<IFaxAccountOutgoingArchive> for IDispatch
fn from(value: IFaxAccountOutgoingArchive) -> Self
fn from(value: IFaxAccountOutgoingArchive) -> Self
Converts to this type from the input type.
impl From<IFaxAccountOutgoingQueue> for IDispatch
impl From<IFaxAccountOutgoingQueue> for IDispatch
fn from(value: IFaxAccountOutgoingQueue) -> Self
fn from(value: IFaxAccountOutgoingQueue) -> Self
Converts to this type from the input type.
impl From<IFaxAccountSet> for IDispatch
impl From<IFaxAccountSet> for IDispatch
fn from(value: IFaxAccountSet) -> Self
fn from(value: IFaxAccountSet) -> Self
Converts to this type from the input type.
impl From<IFaxAccounts> for IDispatch
impl From<IFaxAccounts> for IDispatch
fn from(value: IFaxAccounts) -> Self
fn from(value: IFaxAccounts) -> Self
Converts to this type from the input type.
impl From<IFaxActivity> for IDispatch
impl From<IFaxActivity> for IDispatch
fn from(value: IFaxActivity) -> Self
fn from(value: IFaxActivity) -> Self
Converts to this type from the input type.
impl From<IFaxActivityLogging> for IDispatch
impl From<IFaxActivityLogging> for IDispatch
fn from(value: IFaxActivityLogging) -> Self
fn from(value: IFaxActivityLogging) -> Self
Converts to this type from the input type.
impl From<IFaxConfiguration> for IDispatch
impl From<IFaxConfiguration> for IDispatch
fn from(value: IFaxConfiguration) -> Self
fn from(value: IFaxConfiguration) -> Self
Converts to this type from the input type.
impl From<IFaxDevice> for IDispatch
impl From<IFaxDevice> for IDispatch
fn from(value: IFaxDevice) -> Self
fn from(value: IFaxDevice) -> Self
Converts to this type from the input type.
impl From<IFaxDeviceIds> for IDispatch
impl From<IFaxDeviceIds> for IDispatch
fn from(value: IFaxDeviceIds) -> Self
fn from(value: IFaxDeviceIds) -> Self
Converts to this type from the input type.
impl From<IFaxDeviceProvider> for IDispatch
impl From<IFaxDeviceProvider> for IDispatch
fn from(value: IFaxDeviceProvider) -> Self
fn from(value: IFaxDeviceProvider) -> Self
Converts to this type from the input type.
impl From<IFaxDeviceProviders> for IDispatch
impl From<IFaxDeviceProviders> for IDispatch
fn from(value: IFaxDeviceProviders) -> Self
fn from(value: IFaxDeviceProviders) -> Self
Converts to this type from the input type.
impl From<IFaxDevices> for IDispatch
impl From<IFaxDevices> for IDispatch
fn from(value: IFaxDevices) -> Self
fn from(value: IFaxDevices) -> Self
Converts to this type from the input type.
impl From<IFaxDocument> for IDispatch
impl From<IFaxDocument> for IDispatch
fn from(value: IFaxDocument) -> Self
fn from(value: IFaxDocument) -> Self
Converts to this type from the input type.
impl From<IFaxDocument2> for IDispatch
impl From<IFaxDocument2> for IDispatch
fn from(value: IFaxDocument2) -> Self
fn from(value: IFaxDocument2) -> Self
Converts to this type from the input type.
impl From<IFaxEventLogging> for IDispatch
impl From<IFaxEventLogging> for IDispatch
fn from(value: IFaxEventLogging) -> Self
fn from(value: IFaxEventLogging) -> Self
Converts to this type from the input type.
impl From<IFaxFolders> for IDispatch
impl From<IFaxFolders> for IDispatch
fn from(value: IFaxFolders) -> Self
fn from(value: IFaxFolders) -> Self
Converts to this type from the input type.
impl From<IFaxInboundRouting> for IDispatch
impl From<IFaxInboundRouting> for IDispatch
fn from(value: IFaxInboundRouting) -> Self
fn from(value: IFaxInboundRouting) -> Self
Converts to this type from the input type.
impl From<IFaxInboundRoutingExtension> for IDispatch
impl From<IFaxInboundRoutingExtension> for IDispatch
fn from(value: IFaxInboundRoutingExtension) -> Self
fn from(value: IFaxInboundRoutingExtension) -> Self
Converts to this type from the input type.
impl From<IFaxInboundRoutingExtensions> for IDispatch
impl From<IFaxInboundRoutingExtensions> for IDispatch
fn from(value: IFaxInboundRoutingExtensions) -> Self
fn from(value: IFaxInboundRoutingExtensions) -> Self
Converts to this type from the input type.
impl From<IFaxInboundRoutingMethod> for IDispatch
impl From<IFaxInboundRoutingMethod> for IDispatch
fn from(value: IFaxInboundRoutingMethod) -> Self
fn from(value: IFaxInboundRoutingMethod) -> Self
Converts to this type from the input type.
impl From<IFaxInboundRoutingMethods> for IDispatch
impl From<IFaxInboundRoutingMethods> for IDispatch
fn from(value: IFaxInboundRoutingMethods) -> Self
fn from(value: IFaxInboundRoutingMethods) -> Self
Converts to this type from the input type.
impl From<IFaxIncomingArchive> for IDispatch
impl From<IFaxIncomingArchive> for IDispatch
fn from(value: IFaxIncomingArchive) -> Self
fn from(value: IFaxIncomingArchive) -> Self
Converts to this type from the input type.
impl From<IFaxIncomingJob> for IDispatch
impl From<IFaxIncomingJob> for IDispatch
fn from(value: IFaxIncomingJob) -> Self
fn from(value: IFaxIncomingJob) -> Self
Converts to this type from the input type.
impl From<IFaxIncomingJobs> for IDispatch
impl From<IFaxIncomingJobs> for IDispatch
fn from(value: IFaxIncomingJobs) -> Self
fn from(value: IFaxIncomingJobs) -> Self
Converts to this type from the input type.
impl From<IFaxIncomingMessage> for IDispatch
impl From<IFaxIncomingMessage> for IDispatch
fn from(value: IFaxIncomingMessage) -> Self
fn from(value: IFaxIncomingMessage) -> Self
Converts to this type from the input type.
impl From<IFaxIncomingMessage2> for IDispatch
impl From<IFaxIncomingMessage2> for IDispatch
fn from(value: IFaxIncomingMessage2) -> Self
fn from(value: IFaxIncomingMessage2) -> Self
Converts to this type from the input type.
impl From<IFaxIncomingMessageIterator> for IDispatch
impl From<IFaxIncomingMessageIterator> for IDispatch
fn from(value: IFaxIncomingMessageIterator) -> Self
fn from(value: IFaxIncomingMessageIterator) -> Self
Converts to this type from the input type.
impl From<IFaxIncomingQueue> for IDispatch
impl From<IFaxIncomingQueue> for IDispatch
fn from(value: IFaxIncomingQueue) -> Self
fn from(value: IFaxIncomingQueue) -> Self
Converts to this type from the input type.
impl From<IFaxJobStatus> for IDispatch
impl From<IFaxJobStatus> for IDispatch
fn from(value: IFaxJobStatus) -> Self
fn from(value: IFaxJobStatus) -> Self
Converts to this type from the input type.
impl From<IFaxLoggingOptions> for IDispatch
impl From<IFaxLoggingOptions> for IDispatch
fn from(value: IFaxLoggingOptions) -> Self
fn from(value: IFaxLoggingOptions) -> Self
Converts to this type from the input type.
impl From<IFaxOutboundRouting> for IDispatch
impl From<IFaxOutboundRouting> for IDispatch
fn from(value: IFaxOutboundRouting) -> Self
fn from(value: IFaxOutboundRouting) -> Self
Converts to this type from the input type.
impl From<IFaxOutboundRoutingGroup> for IDispatch
impl From<IFaxOutboundRoutingGroup> for IDispatch
fn from(value: IFaxOutboundRoutingGroup) -> Self
fn from(value: IFaxOutboundRoutingGroup) -> Self
Converts to this type from the input type.
impl From<IFaxOutboundRoutingGroups> for IDispatch
impl From<IFaxOutboundRoutingGroups> for IDispatch
fn from(value: IFaxOutboundRoutingGroups) -> Self
fn from(value: IFaxOutboundRoutingGroups) -> Self
Converts to this type from the input type.
impl From<IFaxOutboundRoutingRule> for IDispatch
impl From<IFaxOutboundRoutingRule> for IDispatch
fn from(value: IFaxOutboundRoutingRule) -> Self
fn from(value: IFaxOutboundRoutingRule) -> Self
Converts to this type from the input type.
impl From<IFaxOutboundRoutingRules> for IDispatch
impl From<IFaxOutboundRoutingRules> for IDispatch
fn from(value: IFaxOutboundRoutingRules) -> Self
fn from(value: IFaxOutboundRoutingRules) -> Self
Converts to this type from the input type.
impl From<IFaxOutgoingArchive> for IDispatch
impl From<IFaxOutgoingArchive> for IDispatch
fn from(value: IFaxOutgoingArchive) -> Self
fn from(value: IFaxOutgoingArchive) -> Self
Converts to this type from the input type.
impl From<IFaxOutgoingJob> for IDispatch
impl From<IFaxOutgoingJob> for IDispatch
fn from(value: IFaxOutgoingJob) -> Self
fn from(value: IFaxOutgoingJob) -> Self
Converts to this type from the input type.
impl From<IFaxOutgoingJob2> for IDispatch
impl From<IFaxOutgoingJob2> for IDispatch
fn from(value: IFaxOutgoingJob2) -> Self
fn from(value: IFaxOutgoingJob2) -> Self
Converts to this type from the input type.
impl From<IFaxOutgoingJobs> for IDispatch
impl From<IFaxOutgoingJobs> for IDispatch
fn from(value: IFaxOutgoingJobs) -> Self
fn from(value: IFaxOutgoingJobs) -> Self
Converts to this type from the input type.
impl From<IFaxOutgoingMessage> for IDispatch
impl From<IFaxOutgoingMessage> for IDispatch
fn from(value: IFaxOutgoingMessage) -> Self
fn from(value: IFaxOutgoingMessage) -> Self
Converts to this type from the input type.
impl From<IFaxOutgoingMessage2> for IDispatch
impl From<IFaxOutgoingMessage2> for IDispatch
fn from(value: IFaxOutgoingMessage2) -> Self
fn from(value: IFaxOutgoingMessage2) -> Self
Converts to this type from the input type.
impl From<IFaxOutgoingMessageIterator> for IDispatch
impl From<IFaxOutgoingMessageIterator> for IDispatch
fn from(value: IFaxOutgoingMessageIterator) -> Self
fn from(value: IFaxOutgoingMessageIterator) -> Self
Converts to this type from the input type.
impl From<IFaxOutgoingQueue> for IDispatch
impl From<IFaxOutgoingQueue> for IDispatch
fn from(value: IFaxOutgoingQueue) -> Self
fn from(value: IFaxOutgoingQueue) -> Self
Converts to this type from the input type.
impl From<IFaxReceiptOptions> for IDispatch
impl From<IFaxReceiptOptions> for IDispatch
fn from(value: IFaxReceiptOptions) -> Self
fn from(value: IFaxReceiptOptions) -> Self
Converts to this type from the input type.
impl From<IFaxRecipient> for IDispatch
impl From<IFaxRecipient> for IDispatch
fn from(value: IFaxRecipient) -> Self
fn from(value: IFaxRecipient) -> Self
Converts to this type from the input type.
impl From<IFaxRecipients> for IDispatch
impl From<IFaxRecipients> for IDispatch
fn from(value: IFaxRecipients) -> Self
fn from(value: IFaxRecipients) -> Self
Converts to this type from the input type.
impl From<IFaxSecurity> for IDispatch
impl From<IFaxSecurity> for IDispatch
fn from(value: IFaxSecurity) -> Self
fn from(value: IFaxSecurity) -> Self
Converts to this type from the input type.
impl From<IFaxSecurity2> for IDispatch
impl From<IFaxSecurity2> for IDispatch
fn from(value: IFaxSecurity2) -> Self
fn from(value: IFaxSecurity2) -> Self
Converts to this type from the input type.
impl From<IFaxSender> for IDispatch
impl From<IFaxSender> for IDispatch
fn from(value: IFaxSender) -> Self
fn from(value: IFaxSender) -> Self
Converts to this type from the input type.
impl From<IFaxServer> for IDispatch
impl From<IFaxServer> for IDispatch
fn from(value: IFaxServer) -> Self
fn from(value: IFaxServer) -> Self
Converts to this type from the input type.
impl From<IFaxServer2> for IDispatch
impl From<IFaxServer2> for IDispatch
fn from(value: IFaxServer2) -> Self
fn from(value: IFaxServer2) -> Self
Converts to this type from the input type.
impl From<IFaxServerNotify> for IDispatch
impl From<IFaxServerNotify> for IDispatch
fn from(value: IFaxServerNotify) -> Self
fn from(value: IFaxServerNotify) -> Self
Converts to this type from the input type.
impl From<IFaxServerNotify2> for IDispatch
impl From<IFaxServerNotify2> for IDispatch
fn from(value: IFaxServerNotify2) -> Self
fn from(value: IFaxServerNotify2) -> Self
Converts to this type from the input type.
impl From<IFeedEnclosure> for IDispatch
impl From<IFeedEnclosure> for IDispatch
fn from(value: IFeedEnclosure) -> Self
fn from(value: IFeedEnclosure) -> Self
Converts to this type from the input type.
impl From<IFeedEvents> for IDispatch
impl From<IFeedEvents> for IDispatch
fn from(value: IFeedEvents) -> Self
fn from(value: IFeedEvents) -> Self
Converts to this type from the input type.
impl From<IFeedFolder> for IDispatch
impl From<IFeedFolder> for IDispatch
fn from(value: IFeedFolder) -> Self
fn from(value: IFeedFolder) -> Self
Converts to this type from the input type.
impl From<IFeedFolderEvents> for IDispatch
impl From<IFeedFolderEvents> for IDispatch
fn from(value: IFeedFolderEvents) -> Self
fn from(value: IFeedFolderEvents) -> Self
Converts to this type from the input type.
impl From<IFeedItem2> for IDispatch
impl From<IFeedItem2> for IDispatch
fn from(value: IFeedItem2) -> Self
fn from(value: IFeedItem2) -> Self
Converts to this type from the input type.
impl From<IFeedsEnum> for IDispatch
impl From<IFeedsEnum> for IDispatch
fn from(value: IFeedsEnum) -> Self
fn from(value: IFeedsEnum) -> Self
Converts to this type from the input type.
impl From<IFeedsManager> for IDispatch
impl From<IFeedsManager> for IDispatch
fn from(value: IFeedsManager) -> Self
fn from(value: IFeedsManager) -> Self
Converts to this type from the input type.
impl From<IFileSearchBand> for IDispatch
impl From<IFileSearchBand> for IDispatch
fn from(value: IFileSearchBand) -> Self
fn from(value: IFileSearchBand) -> Self
Converts to this type from the input type.
impl From<IFileSystemImage> for IDispatch
impl From<IFileSystemImage> for IDispatch
fn from(value: IFileSystemImage) -> Self
fn from(value: IFileSystemImage) -> Self
Converts to this type from the input type.
impl From<IFileSystemImage2> for IDispatch
impl From<IFileSystemImage2> for IDispatch
fn from(value: IFileSystemImage2) -> Self
fn from(value: IFileSystemImage2) -> Self
Converts to this type from the input type.
impl From<IFileSystemImage3> for IDispatch
impl From<IFileSystemImage3> for IDispatch
fn from(value: IFileSystemImage3) -> Self
fn from(value: IFileSystemImage3) -> Self
Converts to this type from the input type.
impl From<IFileSystemImageResult> for IDispatch
impl From<IFileSystemImageResult> for IDispatch
fn from(value: IFileSystemImageResult) -> Self
fn from(value: IFileSystemImageResult) -> Self
Converts to this type from the input type.
impl From<IFileSystemImageResult2> for IDispatch
impl From<IFileSystemImageResult2> for IDispatch
fn from(value: IFileSystemImageResult2) -> Self
fn from(value: IFileSystemImageResult2) -> Self
Converts to this type from the input type.
impl From<IFilterInfo> for IDispatch
impl From<IFilterInfo> for IDispatch
fn from(value: IFilterInfo) -> Self
fn from(value: IFilterInfo) -> Self
Converts to this type from the input type.
impl From<IFiringControl> for IDispatch
impl From<IFiringControl> for IDispatch
fn from(value: IFiringControl) -> Self
fn from(value: IFiringControl) -> Self
Converts to this type from the input type.
impl From<IFolderAction> for IDispatch
impl From<IFolderAction> for IDispatch
fn from(value: IFolderAction) -> Self
fn from(value: IFolderAction) -> Self
Converts to this type from the input type.
impl From<IFolderActionCollection> for IDispatch
impl From<IFolderActionCollection> for IDispatch
fn from(value: IFolderActionCollection) -> Self
fn from(value: IFolderActionCollection) -> Self
Converts to this type from the input type.
impl From<IFolderViewOC> for IDispatch
impl From<IFolderViewOC> for IDispatch
fn from(value: IFolderViewOC) -> Self
fn from(value: IFolderViewOC) -> Self
Converts to this type from the input type.
impl From<IFontEventsDisp> for IDispatch
impl From<IFontEventsDisp> for IDispatch
fn from(value: IFontEventsDisp) -> Self
fn from(value: IFontEventsDisp) -> Self
Converts to this type from the input type.
impl From<IFsiDirectoryItem> for IDispatch
impl From<IFsiDirectoryItem> for IDispatch
fn from(value: IFsiDirectoryItem) -> Self
fn from(value: IFsiDirectoryItem) -> Self
Converts to this type from the input type.
impl From<IFsiDirectoryItem2> for IDispatch
impl From<IFsiDirectoryItem2> for IDispatch
fn from(value: IFsiDirectoryItem2) -> Self
fn from(value: IFsiDirectoryItem2) -> Self
Converts to this type from the input type.
impl From<IFsiFileItem> for IDispatch
impl From<IFsiFileItem> for IDispatch
fn from(value: IFsiFileItem) -> Self
fn from(value: IFsiFileItem) -> Self
Converts to this type from the input type.
impl From<IFsiFileItem2> for IDispatch
impl From<IFsiFileItem2> for IDispatch
fn from(value: IFsiFileItem2) -> Self
fn from(value: IFsiFileItem2) -> Self
Converts to this type from the input type.
impl From<IFsiNamedStreams> for IDispatch
impl From<IFsiNamedStreams> for IDispatch
fn from(value: IFsiNamedStreams) -> Self
fn from(value: IFsiNamedStreams) -> Self
Converts to this type from the input type.
impl From<IFsrmAccessDeniedRemediationClient> for IDispatch
impl From<IFsrmAccessDeniedRemediationClient> for IDispatch
fn from(value: IFsrmAccessDeniedRemediationClient) -> Self
fn from(value: IFsrmAccessDeniedRemediationClient) -> Self
Converts to this type from the input type.
impl From<IFsrmAction> for IDispatch
impl From<IFsrmAction> for IDispatch
fn from(value: IFsrmAction) -> Self
fn from(value: IFsrmAction) -> Self
Converts to this type from the input type.
impl From<IFsrmActionCommand> for IDispatch
impl From<IFsrmActionCommand> for IDispatch
fn from(value: IFsrmActionCommand) -> Self
fn from(value: IFsrmActionCommand) -> Self
Converts to this type from the input type.
impl From<IFsrmActionEmail> for IDispatch
impl From<IFsrmActionEmail> for IDispatch
fn from(value: IFsrmActionEmail) -> Self
fn from(value: IFsrmActionEmail) -> Self
Converts to this type from the input type.
impl From<IFsrmActionEmail2> for IDispatch
impl From<IFsrmActionEmail2> for IDispatch
fn from(value: IFsrmActionEmail2) -> Self
fn from(value: IFsrmActionEmail2) -> Self
Converts to this type from the input type.
impl From<IFsrmActionEventLog> for IDispatch
impl From<IFsrmActionEventLog> for IDispatch
fn from(value: IFsrmActionEventLog) -> Self
fn from(value: IFsrmActionEventLog) -> Self
Converts to this type from the input type.
impl From<IFsrmActionReport> for IDispatch
impl From<IFsrmActionReport> for IDispatch
fn from(value: IFsrmActionReport) -> Self
fn from(value: IFsrmActionReport) -> Self
Converts to this type from the input type.
impl From<IFsrmAutoApplyQuota> for IDispatch
impl From<IFsrmAutoApplyQuota> for IDispatch
fn from(value: IFsrmAutoApplyQuota) -> Self
fn from(value: IFsrmAutoApplyQuota) -> Self
Converts to this type from the input type.
impl From<IFsrmClassificationManager> for IDispatch
impl From<IFsrmClassificationManager> for IDispatch
fn from(value: IFsrmClassificationManager) -> Self
fn from(value: IFsrmClassificationManager) -> Self
Converts to this type from the input type.
impl From<IFsrmClassificationManager2> for IDispatch
impl From<IFsrmClassificationManager2> for IDispatch
fn from(value: IFsrmClassificationManager2) -> Self
fn from(value: IFsrmClassificationManager2) -> Self
Converts to this type from the input type.
impl From<IFsrmClassificationRule> for IDispatch
impl From<IFsrmClassificationRule> for IDispatch
fn from(value: IFsrmClassificationRule) -> Self
fn from(value: IFsrmClassificationRule) -> Self
Converts to this type from the input type.
impl From<IFsrmClassifierModuleDefinition> for IDispatch
impl From<IFsrmClassifierModuleDefinition> for IDispatch
fn from(value: IFsrmClassifierModuleDefinition) -> Self
fn from(value: IFsrmClassifierModuleDefinition) -> Self
Converts to this type from the input type.
impl From<IFsrmClassifierModuleImplementation> for IDispatch
impl From<IFsrmClassifierModuleImplementation> for IDispatch
fn from(value: IFsrmClassifierModuleImplementation) -> Self
fn from(value: IFsrmClassifierModuleImplementation) -> Self
Converts to this type from the input type.
impl From<IFsrmCollection> for IDispatch
impl From<IFsrmCollection> for IDispatch
fn from(value: IFsrmCollection) -> Self
fn from(value: IFsrmCollection) -> Self
Converts to this type from the input type.
impl From<IFsrmCommittableCollection> for IDispatch
impl From<IFsrmCommittableCollection> for IDispatch
fn from(value: IFsrmCommittableCollection) -> Self
fn from(value: IFsrmCommittableCollection) -> Self
Converts to this type from the input type.
impl From<IFsrmDerivedObjectsResult> for IDispatch
impl From<IFsrmDerivedObjectsResult> for IDispatch
fn from(value: IFsrmDerivedObjectsResult) -> Self
fn from(value: IFsrmDerivedObjectsResult) -> Self
Converts to this type from the input type.
impl From<IFsrmExportImport> for IDispatch
impl From<IFsrmExportImport> for IDispatch
fn from(value: IFsrmExportImport) -> Self
fn from(value: IFsrmExportImport) -> Self
Converts to this type from the input type.
impl From<IFsrmFileCondition> for IDispatch
impl From<IFsrmFileCondition> for IDispatch
fn from(value: IFsrmFileCondition) -> Self
fn from(value: IFsrmFileCondition) -> Self
Converts to this type from the input type.
impl From<IFsrmFileConditionProperty> for IDispatch
impl From<IFsrmFileConditionProperty> for IDispatch
fn from(value: IFsrmFileConditionProperty) -> Self
fn from(value: IFsrmFileConditionProperty) -> Self
Converts to this type from the input type.
impl From<IFsrmFileGroup> for IDispatch
impl From<IFsrmFileGroup> for IDispatch
fn from(value: IFsrmFileGroup) -> Self
fn from(value: IFsrmFileGroup) -> Self
Converts to this type from the input type.
impl From<IFsrmFileGroupImported> for IDispatch
impl From<IFsrmFileGroupImported> for IDispatch
fn from(value: IFsrmFileGroupImported) -> Self
fn from(value: IFsrmFileGroupImported) -> Self
Converts to this type from the input type.
impl From<IFsrmFileGroupManager> for IDispatch
impl From<IFsrmFileGroupManager> for IDispatch
fn from(value: IFsrmFileGroupManager) -> Self
fn from(value: IFsrmFileGroupManager) -> Self
Converts to this type from the input type.
impl From<IFsrmFileManagementJob> for IDispatch
impl From<IFsrmFileManagementJob> for IDispatch
fn from(value: IFsrmFileManagementJob) -> Self
fn from(value: IFsrmFileManagementJob) -> Self
Converts to this type from the input type.
impl From<IFsrmFileManagementJobManager> for IDispatch
impl From<IFsrmFileManagementJobManager> for IDispatch
fn from(value: IFsrmFileManagementJobManager) -> Self
fn from(value: IFsrmFileManagementJobManager) -> Self
Converts to this type from the input type.
impl From<IFsrmFileScreen> for IDispatch
impl From<IFsrmFileScreen> for IDispatch
fn from(value: IFsrmFileScreen) -> Self
fn from(value: IFsrmFileScreen) -> Self
Converts to this type from the input type.
impl From<IFsrmFileScreenBase> for IDispatch
impl From<IFsrmFileScreenBase> for IDispatch
fn from(value: IFsrmFileScreenBase) -> Self
fn from(value: IFsrmFileScreenBase) -> Self
Converts to this type from the input type.
impl From<IFsrmFileScreenException> for IDispatch
impl From<IFsrmFileScreenException> for IDispatch
fn from(value: IFsrmFileScreenException) -> Self
fn from(value: IFsrmFileScreenException) -> Self
Converts to this type from the input type.
impl From<IFsrmFileScreenManager> for IDispatch
impl From<IFsrmFileScreenManager> for IDispatch
fn from(value: IFsrmFileScreenManager) -> Self
fn from(value: IFsrmFileScreenManager) -> Self
Converts to this type from the input type.
impl From<IFsrmFileScreenTemplate> for IDispatch
impl From<IFsrmFileScreenTemplate> for IDispatch
fn from(value: IFsrmFileScreenTemplate) -> Self
fn from(value: IFsrmFileScreenTemplate) -> Self
Converts to this type from the input type.
impl From<IFsrmFileScreenTemplateImported> for IDispatch
impl From<IFsrmFileScreenTemplateImported> for IDispatch
fn from(value: IFsrmFileScreenTemplateImported) -> Self
fn from(value: IFsrmFileScreenTemplateImported) -> Self
Converts to this type from the input type.
impl From<IFsrmFileScreenTemplateManager> for IDispatch
impl From<IFsrmFileScreenTemplateManager> for IDispatch
fn from(value: IFsrmFileScreenTemplateManager) -> Self
fn from(value: IFsrmFileScreenTemplateManager) -> Self
Converts to this type from the input type.
impl From<IFsrmMutableCollection> for IDispatch
impl From<IFsrmMutableCollection> for IDispatch
fn from(value: IFsrmMutableCollection) -> Self
fn from(value: IFsrmMutableCollection) -> Self
Converts to this type from the input type.
impl From<IFsrmObject> for IDispatch
impl From<IFsrmObject> for IDispatch
fn from(value: IFsrmObject) -> Self
fn from(value: IFsrmObject) -> Self
Converts to this type from the input type.
impl From<IFsrmPathMapper> for IDispatch
impl From<IFsrmPathMapper> for IDispatch
fn from(value: IFsrmPathMapper) -> Self
fn from(value: IFsrmPathMapper) -> Self
Converts to this type from the input type.
impl From<IFsrmPipelineModuleConnector> for IDispatch
impl From<IFsrmPipelineModuleConnector> for IDispatch
fn from(value: IFsrmPipelineModuleConnector) -> Self
fn from(value: IFsrmPipelineModuleConnector) -> Self
Converts to this type from the input type.
impl From<IFsrmPipelineModuleDefinition> for IDispatch
impl From<IFsrmPipelineModuleDefinition> for IDispatch
fn from(value: IFsrmPipelineModuleDefinition) -> Self
fn from(value: IFsrmPipelineModuleDefinition) -> Self
Converts to this type from the input type.
impl From<IFsrmPipelineModuleImplementation> for IDispatch
impl From<IFsrmPipelineModuleImplementation> for IDispatch
fn from(value: IFsrmPipelineModuleImplementation) -> Self
fn from(value: IFsrmPipelineModuleImplementation) -> Self
Converts to this type from the input type.
impl From<IFsrmProperty> for IDispatch
impl From<IFsrmProperty> for IDispatch
fn from(value: IFsrmProperty) -> Self
fn from(value: IFsrmProperty) -> Self
Converts to this type from the input type.
impl From<IFsrmPropertyBag> for IDispatch
impl From<IFsrmPropertyBag> for IDispatch
fn from(value: IFsrmPropertyBag) -> Self
fn from(value: IFsrmPropertyBag) -> Self
Converts to this type from the input type.
impl From<IFsrmPropertyBag2> for IDispatch
impl From<IFsrmPropertyBag2> for IDispatch
fn from(value: IFsrmPropertyBag2) -> Self
fn from(value: IFsrmPropertyBag2) -> Self
Converts to this type from the input type.
impl From<IFsrmPropertyCondition> for IDispatch
impl From<IFsrmPropertyCondition> for IDispatch
fn from(value: IFsrmPropertyCondition) -> Self
fn from(value: IFsrmPropertyCondition) -> Self
Converts to this type from the input type.
impl From<IFsrmPropertyDefinition> for IDispatch
impl From<IFsrmPropertyDefinition> for IDispatch
fn from(value: IFsrmPropertyDefinition) -> Self
fn from(value: IFsrmPropertyDefinition) -> Self
Converts to this type from the input type.
impl From<IFsrmPropertyDefinition2> for IDispatch
impl From<IFsrmPropertyDefinition2> for IDispatch
fn from(value: IFsrmPropertyDefinition2) -> Self
fn from(value: IFsrmPropertyDefinition2) -> Self
Converts to this type from the input type.
impl From<IFsrmPropertyDefinitionValue> for IDispatch
impl From<IFsrmPropertyDefinitionValue> for IDispatch
fn from(value: IFsrmPropertyDefinitionValue) -> Self
fn from(value: IFsrmPropertyDefinitionValue) -> Self
Converts to this type from the input type.
impl From<IFsrmQuota> for IDispatch
impl From<IFsrmQuota> for IDispatch
fn from(value: IFsrmQuota) -> Self
fn from(value: IFsrmQuota) -> Self
Converts to this type from the input type.
impl From<IFsrmQuotaBase> for IDispatch
impl From<IFsrmQuotaBase> for IDispatch
fn from(value: IFsrmQuotaBase) -> Self
fn from(value: IFsrmQuotaBase) -> Self
Converts to this type from the input type.
impl From<IFsrmQuotaManager> for IDispatch
impl From<IFsrmQuotaManager> for IDispatch
fn from(value: IFsrmQuotaManager) -> Self
fn from(value: IFsrmQuotaManager) -> Self
Converts to this type from the input type.
impl From<IFsrmQuotaManagerEx> for IDispatch
impl From<IFsrmQuotaManagerEx> for IDispatch
fn from(value: IFsrmQuotaManagerEx) -> Self
fn from(value: IFsrmQuotaManagerEx) -> Self
Converts to this type from the input type.
impl From<IFsrmQuotaObject> for IDispatch
impl From<IFsrmQuotaObject> for IDispatch
fn from(value: IFsrmQuotaObject) -> Self
fn from(value: IFsrmQuotaObject) -> Self
Converts to this type from the input type.
impl From<IFsrmQuotaTemplate> for IDispatch
impl From<IFsrmQuotaTemplate> for IDispatch
fn from(value: IFsrmQuotaTemplate) -> Self
fn from(value: IFsrmQuotaTemplate) -> Self
Converts to this type from the input type.
impl From<IFsrmQuotaTemplateImported> for IDispatch
impl From<IFsrmQuotaTemplateImported> for IDispatch
fn from(value: IFsrmQuotaTemplateImported) -> Self
fn from(value: IFsrmQuotaTemplateImported) -> Self
Converts to this type from the input type.
impl From<IFsrmQuotaTemplateManager> for IDispatch
impl From<IFsrmQuotaTemplateManager> for IDispatch
fn from(value: IFsrmQuotaTemplateManager) -> Self
fn from(value: IFsrmQuotaTemplateManager) -> Self
Converts to this type from the input type.
impl From<IFsrmReport> for IDispatch
impl From<IFsrmReport> for IDispatch
fn from(value: IFsrmReport) -> Self
fn from(value: IFsrmReport) -> Self
Converts to this type from the input type.
impl From<IFsrmReportJob> for IDispatch
impl From<IFsrmReportJob> for IDispatch
fn from(value: IFsrmReportJob) -> Self
fn from(value: IFsrmReportJob) -> Self
Converts to this type from the input type.
impl From<IFsrmReportManager> for IDispatch
impl From<IFsrmReportManager> for IDispatch
fn from(value: IFsrmReportManager) -> Self
fn from(value: IFsrmReportManager) -> Self
Converts to this type from the input type.
impl From<IFsrmReportScheduler> for IDispatch
impl From<IFsrmReportScheduler> for IDispatch
fn from(value: IFsrmReportScheduler) -> Self
fn from(value: IFsrmReportScheduler) -> Self
Converts to this type from the input type.
impl From<IFsrmSetting> for IDispatch
impl From<IFsrmSetting> for IDispatch
fn from(value: IFsrmSetting) -> Self
fn from(value: IFsrmSetting) -> Self
Converts to this type from the input type.
impl From<IFsrmStorageModuleDefinition> for IDispatch
impl From<IFsrmStorageModuleDefinition> for IDispatch
fn from(value: IFsrmStorageModuleDefinition) -> Self
fn from(value: IFsrmStorageModuleDefinition) -> Self
Converts to this type from the input type.
impl From<IFsrmStorageModuleImplementation> for IDispatch
impl From<IFsrmStorageModuleImplementation> for IDispatch
fn from(value: IFsrmStorageModuleImplementation) -> Self
fn from(value: IFsrmStorageModuleImplementation) -> Self
Converts to this type from the input type.
impl From<IGPMAsyncCancel> for IDispatch
impl From<IGPMAsyncCancel> for IDispatch
fn from(value: IGPMAsyncCancel) -> Self
fn from(value: IGPMAsyncCancel) -> Self
Converts to this type from the input type.
impl From<IGPMAsyncProgress> for IDispatch
impl From<IGPMAsyncProgress> for IDispatch
fn from(value: IGPMAsyncProgress) -> Self
fn from(value: IGPMAsyncProgress) -> Self
Converts to this type from the input type.
impl From<IGPMBackup> for IDispatch
impl From<IGPMBackup> for IDispatch
fn from(value: IGPMBackup) -> Self
fn from(value: IGPMBackup) -> Self
Converts to this type from the input type.
impl From<IGPMBackupCollection> for IDispatch
impl From<IGPMBackupCollection> for IDispatch
fn from(value: IGPMBackupCollection) -> Self
fn from(value: IGPMBackupCollection) -> Self
Converts to this type from the input type.
impl From<IGPMBackupDir> for IDispatch
impl From<IGPMBackupDir> for IDispatch
fn from(value: IGPMBackupDir) -> Self
fn from(value: IGPMBackupDir) -> Self
Converts to this type from the input type.
impl From<IGPMBackupDirEx> for IDispatch
impl From<IGPMBackupDirEx> for IDispatch
fn from(value: IGPMBackupDirEx) -> Self
fn from(value: IGPMBackupDirEx) -> Self
Converts to this type from the input type.
impl From<IGPMCSECollection> for IDispatch
impl From<IGPMCSECollection> for IDispatch
fn from(value: IGPMCSECollection) -> Self
fn from(value: IGPMCSECollection) -> Self
Converts to this type from the input type.
impl From<IGPMClientSideExtension> for IDispatch
impl From<IGPMClientSideExtension> for IDispatch
fn from(value: IGPMClientSideExtension) -> Self
fn from(value: IGPMClientSideExtension) -> Self
Converts to this type from the input type.
impl From<IGPMConstants> for IDispatch
impl From<IGPMConstants> for IDispatch
fn from(value: IGPMConstants) -> Self
fn from(value: IGPMConstants) -> Self
Converts to this type from the input type.
impl From<IGPMConstants2> for IDispatch
impl From<IGPMConstants2> for IDispatch
fn from(value: IGPMConstants2) -> Self
fn from(value: IGPMConstants2) -> Self
Converts to this type from the input type.
impl From<IGPMDomain> for IDispatch
impl From<IGPMDomain> for IDispatch
fn from(value: IGPMDomain) -> Self
fn from(value: IGPMDomain) -> Self
Converts to this type from the input type.
impl From<IGPMDomain2> for IDispatch
impl From<IGPMDomain2> for IDispatch
fn from(value: IGPMDomain2) -> Self
fn from(value: IGPMDomain2) -> Self
Converts to this type from the input type.
impl From<IGPMDomain3> for IDispatch
impl From<IGPMDomain3> for IDispatch
fn from(value: IGPMDomain3) -> Self
fn from(value: IGPMDomain3) -> Self
Converts to this type from the input type.
impl From<IGPMGPOCollection> for IDispatch
impl From<IGPMGPOCollection> for IDispatch
fn from(value: IGPMGPOCollection) -> Self
fn from(value: IGPMGPOCollection) -> Self
Converts to this type from the input type.
impl From<IGPMGPOLink> for IDispatch
impl From<IGPMGPOLink> for IDispatch
fn from(value: IGPMGPOLink) -> Self
fn from(value: IGPMGPOLink) -> Self
Converts to this type from the input type.
impl From<IGPMGPOLinksCollection> for IDispatch
impl From<IGPMGPOLinksCollection> for IDispatch
fn from(value: IGPMGPOLinksCollection) -> Self
fn from(value: IGPMGPOLinksCollection) -> Self
Converts to this type from the input type.
impl From<IGPMMapEntry> for IDispatch
impl From<IGPMMapEntry> for IDispatch
fn from(value: IGPMMapEntry) -> Self
fn from(value: IGPMMapEntry) -> Self
Converts to this type from the input type.
impl From<IGPMMapEntryCollection> for IDispatch
impl From<IGPMMapEntryCollection> for IDispatch
fn from(value: IGPMMapEntryCollection) -> Self
fn from(value: IGPMMapEntryCollection) -> Self
Converts to this type from the input type.
impl From<IGPMMigrationTable> for IDispatch
impl From<IGPMMigrationTable> for IDispatch
fn from(value: IGPMMigrationTable) -> Self
fn from(value: IGPMMigrationTable) -> Self
Converts to this type from the input type.
impl From<IGPMPermission> for IDispatch
impl From<IGPMPermission> for IDispatch
fn from(value: IGPMPermission) -> Self
fn from(value: IGPMPermission) -> Self
Converts to this type from the input type.
impl From<IGPMResult> for IDispatch
impl From<IGPMResult> for IDispatch
fn from(value: IGPMResult) -> Self
fn from(value: IGPMResult) -> Self
Converts to this type from the input type.
impl From<IGPMSOMCollection> for IDispatch
impl From<IGPMSOMCollection> for IDispatch
fn from(value: IGPMSOMCollection) -> Self
fn from(value: IGPMSOMCollection) -> Self
Converts to this type from the input type.
impl From<IGPMSearchCriteria> for IDispatch
impl From<IGPMSearchCriteria> for IDispatch
fn from(value: IGPMSearchCriteria) -> Self
fn from(value: IGPMSearchCriteria) -> Self
Converts to this type from the input type.
impl From<IGPMSecurityInfo> for IDispatch
impl From<IGPMSecurityInfo> for IDispatch
fn from(value: IGPMSecurityInfo) -> Self
fn from(value: IGPMSecurityInfo) -> Self
Converts to this type from the input type.
impl From<IGPMSitesContainer> for IDispatch
impl From<IGPMSitesContainer> for IDispatch
fn from(value: IGPMSitesContainer) -> Self
fn from(value: IGPMSitesContainer) -> Self
Converts to this type from the input type.
impl From<IGPMStarterGPO> for IDispatch
impl From<IGPMStarterGPO> for IDispatch
fn from(value: IGPMStarterGPO) -> Self
fn from(value: IGPMStarterGPO) -> Self
Converts to this type from the input type.
impl From<IGPMStarterGPOBackup> for IDispatch
impl From<IGPMStarterGPOBackup> for IDispatch
fn from(value: IGPMStarterGPOBackup) -> Self
fn from(value: IGPMStarterGPOBackup) -> Self
Converts to this type from the input type.
impl From<IGPMStarterGPOBackupCollection> for IDispatch
impl From<IGPMStarterGPOBackupCollection> for IDispatch
fn from(value: IGPMStarterGPOBackupCollection) -> Self
fn from(value: IGPMStarterGPOBackupCollection) -> Self
Converts to this type from the input type.
impl From<IGPMStarterGPOCollection> for IDispatch
impl From<IGPMStarterGPOCollection> for IDispatch
fn from(value: IGPMStarterGPOCollection) -> Self
fn from(value: IGPMStarterGPOCollection) -> Self
Converts to this type from the input type.
impl From<IGPMStatusMessage> for IDispatch
impl From<IGPMStatusMessage> for IDispatch
fn from(value: IGPMStatusMessage) -> Self
fn from(value: IGPMStatusMessage) -> Self
Converts to this type from the input type.
impl From<IGPMStatusMsgCollection> for IDispatch
impl From<IGPMStatusMsgCollection> for IDispatch
fn from(value: IGPMStatusMsgCollection) -> Self
fn from(value: IGPMStatusMsgCollection) -> Self
Converts to this type from the input type.
impl From<IGPMTrustee> for IDispatch
impl From<IGPMTrustee> for IDispatch
fn from(value: IGPMTrustee) -> Self
fn from(value: IGPMTrustee) -> Self
Converts to this type from the input type.
impl From<IGPMWMIFilter> for IDispatch
impl From<IGPMWMIFilter> for IDispatch
fn from(value: IGPMWMIFilter) -> Self
fn from(value: IGPMWMIFilter) -> Self
Converts to this type from the input type.
impl From<IGPMWMIFilterCollection> for IDispatch
impl From<IGPMWMIFilterCollection> for IDispatch
fn from(value: IGPMWMIFilterCollection) -> Self
fn from(value: IGPMWMIFilterCollection) -> Self
Converts to this type from the input type.
impl From<IGetSecurityCallContext> for IDispatch
impl From<IGetSecurityCallContext> for IDispatch
fn from(value: IGetSecurityCallContext) -> Self
fn from(value: IGetSecurityCallContext) -> Self
Converts to this type from the input type.
impl From<IISDBSLocator> for IDispatch
impl From<IISDBSLocator> for IDispatch
fn from(value: IISDBSLocator) -> Self
fn from(value: IISDBSLocator) -> Self
Converts to this type from the input type.
impl From<IIdleSettings> for IDispatch
impl From<IIdleSettings> for IDispatch
fn from(value: IIdleSettings) -> Self
fn from(value: IIdleSettings) -> Self
Converts to this type from the input type.
impl From<IIdleTrigger> for IDispatch
impl From<IIdleTrigger> for IDispatch
fn from(value: IIdleTrigger) -> Self
fn from(value: IIdleTrigger) -> Self
Converts to this type from the input type.
impl From<IImageInformation> for IDispatch
impl From<IImageInformation> for IDispatch
fn from(value: IImageInformation) -> Self
fn from(value: IImageInformation) -> Self
Converts to this type from the input type.
impl From<IInkCollector> for IDispatch
impl From<IInkCollector> for IDispatch
fn from(value: IInkCollector) -> Self
fn from(value: IInkCollector) -> Self
Converts to this type from the input type.
impl From<IInkCursor> for IDispatch
impl From<IInkCursor> for IDispatch
fn from(value: IInkCursor) -> Self
fn from(value: IInkCursor) -> Self
Converts to this type from the input type.
impl From<IInkCursorButton> for IDispatch
impl From<IInkCursorButton> for IDispatch
fn from(value: IInkCursorButton) -> Self
fn from(value: IInkCursorButton) -> Self
Converts to this type from the input type.
impl From<IInkCursorButtons> for IDispatch
impl From<IInkCursorButtons> for IDispatch
fn from(value: IInkCursorButtons) -> Self
fn from(value: IInkCursorButtons) -> Self
Converts to this type from the input type.
impl From<IInkCursors> for IDispatch
impl From<IInkCursors> for IDispatch
fn from(value: IInkCursors) -> Self
fn from(value: IInkCursors) -> Self
Converts to this type from the input type.
impl From<IInkCustomStrokes> for IDispatch
impl From<IInkCustomStrokes> for IDispatch
fn from(value: IInkCustomStrokes) -> Self
fn from(value: IInkCustomStrokes) -> Self
Converts to this type from the input type.
impl From<IInkDivider> for IDispatch
impl From<IInkDivider> for IDispatch
fn from(value: IInkDivider) -> Self
fn from(value: IInkDivider) -> Self
Converts to this type from the input type.
impl From<IInkDivisionResult> for IDispatch
impl From<IInkDivisionResult> for IDispatch
fn from(value: IInkDivisionResult) -> Self
fn from(value: IInkDivisionResult) -> Self
Converts to this type from the input type.
impl From<IInkDivisionUnit> for IDispatch
impl From<IInkDivisionUnit> for IDispatch
fn from(value: IInkDivisionUnit) -> Self
fn from(value: IInkDivisionUnit) -> Self
Converts to this type from the input type.
impl From<IInkDivisionUnits> for IDispatch
impl From<IInkDivisionUnits> for IDispatch
fn from(value: IInkDivisionUnits) -> Self
fn from(value: IInkDivisionUnits) -> Self
Converts to this type from the input type.
impl From<IInkDrawingAttributes> for IDispatch
impl From<IInkDrawingAttributes> for IDispatch
fn from(value: IInkDrawingAttributes) -> Self
fn from(value: IInkDrawingAttributes) -> Self
Converts to this type from the input type.
impl From<IInkExtendedProperties> for IDispatch
impl From<IInkExtendedProperties> for IDispatch
fn from(value: IInkExtendedProperties) -> Self
fn from(value: IInkExtendedProperties) -> Self
Converts to this type from the input type.
impl From<IInkExtendedProperty> for IDispatch
impl From<IInkExtendedProperty> for IDispatch
fn from(value: IInkExtendedProperty) -> Self
fn from(value: IInkExtendedProperty) -> Self
Converts to this type from the input type.
impl From<IInkGesture> for IDispatch
impl From<IInkGesture> for IDispatch
fn from(value: IInkGesture) -> Self
fn from(value: IInkGesture) -> Self
Converts to this type from the input type.
impl From<IInkOverlay> for IDispatch
impl From<IInkOverlay> for IDispatch
fn from(value: IInkOverlay) -> Self
fn from(value: IInkOverlay) -> Self
Converts to this type from the input type.
impl From<IInkPicture> for IDispatch
impl From<IInkPicture> for IDispatch
fn from(value: IInkPicture) -> Self
fn from(value: IInkPicture) -> Self
Converts to this type from the input type.
impl From<IInkRecognitionAlternate> for IDispatch
impl From<IInkRecognitionAlternate> for IDispatch
fn from(value: IInkRecognitionAlternate) -> Self
fn from(value: IInkRecognitionAlternate) -> Self
Converts to this type from the input type.
impl From<IInkRecognitionAlternates> for IDispatch
impl From<IInkRecognitionAlternates> for IDispatch
fn from(value: IInkRecognitionAlternates) -> Self
fn from(value: IInkRecognitionAlternates) -> Self
Converts to this type from the input type.
impl From<IInkRecognitionResult> for IDispatch
impl From<IInkRecognitionResult> for IDispatch
fn from(value: IInkRecognitionResult) -> Self
fn from(value: IInkRecognitionResult) -> Self
Converts to this type from the input type.
impl From<IInkRecognizer> for IDispatch
impl From<IInkRecognizer> for IDispatch
fn from(value: IInkRecognizer) -> Self
fn from(value: IInkRecognizer) -> Self
Converts to this type from the input type.
impl From<IInkRecognizer2> for IDispatch
impl From<IInkRecognizer2> for IDispatch
fn from(value: IInkRecognizer2) -> Self
fn from(value: IInkRecognizer2) -> Self
Converts to this type from the input type.
impl From<IInkRecognizerContext> for IDispatch
impl From<IInkRecognizerContext> for IDispatch
fn from(value: IInkRecognizerContext) -> Self
fn from(value: IInkRecognizerContext) -> Self
Converts to this type from the input type.
impl From<IInkRecognizerContext2> for IDispatch
impl From<IInkRecognizerContext2> for IDispatch
fn from(value: IInkRecognizerContext2) -> Self
fn from(value: IInkRecognizerContext2) -> Self
Converts to this type from the input type.
impl From<IInkRecognizerGuide> for IDispatch
impl From<IInkRecognizerGuide> for IDispatch
fn from(value: IInkRecognizerGuide) -> Self
fn from(value: IInkRecognizerGuide) -> Self
Converts to this type from the input type.
impl From<IInkRecognizers> for IDispatch
impl From<IInkRecognizers> for IDispatch
fn from(value: IInkRecognizers) -> Self
fn from(value: IInkRecognizers) -> Self
Converts to this type from the input type.
impl From<IInkRectangle> for IDispatch
impl From<IInkRectangle> for IDispatch
fn from(value: IInkRectangle) -> Self
fn from(value: IInkRectangle) -> Self
Converts to this type from the input type.
impl From<IInkRenderer> for IDispatch
impl From<IInkRenderer> for IDispatch
fn from(value: IInkRenderer) -> Self
fn from(value: IInkRenderer) -> Self
Converts to this type from the input type.
impl From<IInkStrokeDisp> for IDispatch
impl From<IInkStrokeDisp> for IDispatch
fn from(value: IInkStrokeDisp) -> Self
fn from(value: IInkStrokeDisp) -> Self
Converts to this type from the input type.
impl From<IInkStrokes> for IDispatch
impl From<IInkStrokes> for IDispatch
fn from(value: IInkStrokes) -> Self
fn from(value: IInkStrokes) -> Self
Converts to this type from the input type.
impl From<IInkTablet> for IDispatch
impl From<IInkTablet> for IDispatch
fn from(value: IInkTablet) -> Self
fn from(value: IInkTablet) -> Self
Converts to this type from the input type.
impl From<IInkTablet2> for IDispatch
impl From<IInkTablet2> for IDispatch
fn from(value: IInkTablet2) -> Self
fn from(value: IInkTablet2) -> Self
Converts to this type from the input type.
impl From<IInkTablet3> for IDispatch
impl From<IInkTablet3> for IDispatch
fn from(value: IInkTablet3) -> Self
fn from(value: IInkTablet3) -> Self
Converts to this type from the input type.
impl From<IInkTablets> for IDispatch
impl From<IInkTablets> for IDispatch
fn from(value: IInkTablets) -> Self
fn from(value: IInkTablets) -> Self
Converts to this type from the input type.
impl From<IInkTransform> for IDispatch
impl From<IInkTransform> for IDispatch
fn from(value: IInkTransform) -> Self
fn from(value: IInkTransform) -> Self
Converts to this type from the input type.
impl From<IInkWordList> for IDispatch
impl From<IInkWordList> for IDispatch
fn from(value: IInkWordList) -> Self
fn from(value: IInkWordList) -> Self
Converts to this type from the input type.
impl From<IInkWordList2> for IDispatch
impl From<IInkWordList2> for IDispatch
fn from(value: IInkWordList2) -> Self
fn from(value: IInkWordList2) -> Self
Converts to this type from the input type.
impl From<IInstallationAgent> for IDispatch
impl From<IInstallationAgent> for IDispatch
fn from(value: IInstallationAgent) -> Self
fn from(value: IInstallationAgent) -> Self
Converts to this type from the input type.
impl From<IInstallationBehavior> for IDispatch
impl From<IInstallationBehavior> for IDispatch
fn from(value: IInstallationBehavior) -> Self
fn from(value: IInstallationBehavior) -> Self
Converts to this type from the input type.
impl From<IInstallationCompletedCallbackArgs> for IDispatch
impl From<IInstallationCompletedCallbackArgs> for IDispatch
fn from(value: IInstallationCompletedCallbackArgs) -> Self
fn from(value: IInstallationCompletedCallbackArgs) -> Self
Converts to this type from the input type.
impl From<IInstallationJob> for IDispatch
impl From<IInstallationJob> for IDispatch
fn from(value: IInstallationJob) -> Self
fn from(value: IInstallationJob) -> Self
Converts to this type from the input type.
impl From<IInstallationProgress> for IDispatch
impl From<IInstallationProgress> for IDispatch
fn from(value: IInstallationProgress) -> Self
fn from(value: IInstallationProgress) -> Self
Converts to this type from the input type.
impl From<IInstallationProgressChangedCallbackArgs> for IDispatch
impl From<IInstallationProgressChangedCallbackArgs> for IDispatch
fn from(value: IInstallationProgressChangedCallbackArgs) -> Self
fn from(value: IInstallationProgressChangedCallbackArgs) -> Self
Converts to this type from the input type.
impl From<IInstallationResult> for IDispatch
impl From<IInstallationResult> for IDispatch
fn from(value: IInstallationResult) -> Self
fn from(value: IInstallationResult) -> Self
Converts to this type from the input type.
impl From<IInvalidProductLicenseException> for IDispatch
impl From<IInvalidProductLicenseException> for IDispatch
fn from(value: IInvalidProductLicenseException) -> Self
fn from(value: IInvalidProductLicenseException) -> Self
Converts to this type from the input type.
impl From<IIsoImageManager> for IDispatch
impl From<IIsoImageManager> for IDispatch
fn from(value: IIsoImageManager) -> Self
fn from(value: IIsoImageManager) -> Self
Converts to this type from the input type.
impl From<ILanguageComponentType> for IDispatch
impl From<ILanguageComponentType> for IDispatch
fn from(value: ILanguageComponentType) -> Self
fn from(value: ILanguageComponentType) -> Self
Converts to this type from the input type.
impl From<ILatLongReportFactory> for IDispatch
impl From<ILatLongReportFactory> for IDispatch
fn from(value: ILatLongReportFactory) -> Self
fn from(value: ILatLongReportFactory) -> Self
Converts to this type from the input type.
impl From<ILocationReportFactory> for IDispatch
impl From<ILocationReportFactory> for IDispatch
fn from(value: ILocationReportFactory) -> Self
fn from(value: ILocationReportFactory) -> Self
Converts to this type from the input type.
impl From<ILogonTrigger> for IDispatch
impl From<ILogonTrigger> for IDispatch
fn from(value: ILogonTrigger) -> Self
fn from(value: ILogonTrigger) -> Self
Converts to this type from the input type.
impl From<IMPEG2Component> for IDispatch
impl From<IMPEG2Component> for IDispatch
fn from(value: IMPEG2Component) -> Self
fn from(value: IMPEG2Component) -> Self
Converts to this type from the input type.
impl From<IMPEG2ComponentType> for IDispatch
impl From<IMPEG2ComponentType> for IDispatch
fn from(value: IMPEG2ComponentType) -> Self
fn from(value: IMPEG2ComponentType) -> Self
Converts to this type from the input type.
impl From<IMPEG2TuneRequest> for IDispatch
impl From<IMPEG2TuneRequest> for IDispatch
fn from(value: IMPEG2TuneRequest) -> Self
fn from(value: IMPEG2TuneRequest) -> Self
Converts to this type from the input type.
impl From<IMPEG2TuneRequestFactory> for IDispatch
impl From<IMPEG2TuneRequestFactory> for IDispatch
fn from(value: IMPEG2TuneRequestFactory) -> Self
fn from(value: IMPEG2TuneRequestFactory) -> Self
Converts to this type from the input type.
impl From<IMSCEPSetup> for IDispatch
impl From<IMSCEPSetup> for IDispatch
fn from(value: IMSCEPSetup) -> Self
fn from(value: IMSCEPSetup) -> Self
Converts to this type from the input type.
impl From<IMSEventBinder> for IDispatch
impl From<IMSEventBinder> for IDispatch
fn from(value: IMSEventBinder) -> Self
fn from(value: IMSEventBinder) -> Self
Converts to this type from the input type.
impl From<IMSMQApplication> for IDispatch
impl From<IMSMQApplication> for IDispatch
fn from(value: IMSMQApplication) -> Self
fn from(value: IMSMQApplication) -> Self
Converts to this type from the input type.
impl From<IMSMQApplication2> for IDispatch
impl From<IMSMQApplication2> for IDispatch
fn from(value: IMSMQApplication2) -> Self
fn from(value: IMSMQApplication2) -> Self
Converts to this type from the input type.
impl From<IMSMQApplication3> for IDispatch
impl From<IMSMQApplication3> for IDispatch
fn from(value: IMSMQApplication3) -> Self
fn from(value: IMSMQApplication3) -> Self
Converts to this type from the input type.
impl From<IMSMQCollection> for IDispatch
impl From<IMSMQCollection> for IDispatch
fn from(value: IMSMQCollection) -> Self
fn from(value: IMSMQCollection) -> Self
Converts to this type from the input type.
impl From<IMSMQCoordinatedTransactionDispenser> for IDispatch
impl From<IMSMQCoordinatedTransactionDispenser> for IDispatch
fn from(value: IMSMQCoordinatedTransactionDispenser) -> Self
fn from(value: IMSMQCoordinatedTransactionDispenser) -> Self
Converts to this type from the input type.
impl From<IMSMQCoordinatedTransactionDispenser2> for IDispatch
impl From<IMSMQCoordinatedTransactionDispenser2> for IDispatch
fn from(value: IMSMQCoordinatedTransactionDispenser2) -> Self
fn from(value: IMSMQCoordinatedTransactionDispenser2) -> Self
Converts to this type from the input type.
impl From<IMSMQCoordinatedTransactionDispenser3> for IDispatch
impl From<IMSMQCoordinatedTransactionDispenser3> for IDispatch
fn from(value: IMSMQCoordinatedTransactionDispenser3) -> Self
fn from(value: IMSMQCoordinatedTransactionDispenser3) -> Self
Converts to this type from the input type.
impl From<IMSMQDestination> for IDispatch
impl From<IMSMQDestination> for IDispatch
fn from(value: IMSMQDestination) -> Self
fn from(value: IMSMQDestination) -> Self
Converts to this type from the input type.
impl From<IMSMQEvent> for IDispatch
impl From<IMSMQEvent> for IDispatch
fn from(value: IMSMQEvent) -> Self
fn from(value: IMSMQEvent) -> Self
Converts to this type from the input type.
impl From<IMSMQEvent2> for IDispatch
impl From<IMSMQEvent2> for IDispatch
fn from(value: IMSMQEvent2) -> Self
fn from(value: IMSMQEvent2) -> Self
Converts to this type from the input type.
impl From<IMSMQEvent3> for IDispatch
impl From<IMSMQEvent3> for IDispatch
fn from(value: IMSMQEvent3) -> Self
fn from(value: IMSMQEvent3) -> Self
Converts to this type from the input type.
impl From<IMSMQManagement> for IDispatch
impl From<IMSMQManagement> for IDispatch
fn from(value: IMSMQManagement) -> Self
fn from(value: IMSMQManagement) -> Self
Converts to this type from the input type.
impl From<IMSMQMessage> for IDispatch
impl From<IMSMQMessage> for IDispatch
fn from(value: IMSMQMessage) -> Self
fn from(value: IMSMQMessage) -> Self
Converts to this type from the input type.
impl From<IMSMQMessage2> for IDispatch
impl From<IMSMQMessage2> for IDispatch
fn from(value: IMSMQMessage2) -> Self
fn from(value: IMSMQMessage2) -> Self
Converts to this type from the input type.
impl From<IMSMQMessage3> for IDispatch
impl From<IMSMQMessage3> for IDispatch
fn from(value: IMSMQMessage3) -> Self
fn from(value: IMSMQMessage3) -> Self
Converts to this type from the input type.
impl From<IMSMQMessage4> for IDispatch
impl From<IMSMQMessage4> for IDispatch
fn from(value: IMSMQMessage4) -> Self
fn from(value: IMSMQMessage4) -> Self
Converts to this type from the input type.
impl From<IMSMQOutgoingQueueManagement> for IDispatch
impl From<IMSMQOutgoingQueueManagement> for IDispatch
fn from(value: IMSMQOutgoingQueueManagement) -> Self
fn from(value: IMSMQOutgoingQueueManagement) -> Self
Converts to this type from the input type.
impl From<IMSMQPrivateDestination> for IDispatch
impl From<IMSMQPrivateDestination> for IDispatch
fn from(value: IMSMQPrivateDestination) -> Self
fn from(value: IMSMQPrivateDestination) -> Self
Converts to this type from the input type.
impl From<IMSMQPrivateEvent> for IDispatch
impl From<IMSMQPrivateEvent> for IDispatch
fn from(value: IMSMQPrivateEvent) -> Self
fn from(value: IMSMQPrivateEvent) -> Self
Converts to this type from the input type.
impl From<IMSMQQuery> for IDispatch
impl From<IMSMQQuery> for IDispatch
fn from(value: IMSMQQuery) -> Self
fn from(value: IMSMQQuery) -> Self
Converts to this type from the input type.
impl From<IMSMQQuery2> for IDispatch
impl From<IMSMQQuery2> for IDispatch
fn from(value: IMSMQQuery2) -> Self
fn from(value: IMSMQQuery2) -> Self
Converts to this type from the input type.
impl From<IMSMQQuery3> for IDispatch
impl From<IMSMQQuery3> for IDispatch
fn from(value: IMSMQQuery3) -> Self
fn from(value: IMSMQQuery3) -> Self
Converts to this type from the input type.
impl From<IMSMQQuery4> for IDispatch
impl From<IMSMQQuery4> for IDispatch
fn from(value: IMSMQQuery4) -> Self
fn from(value: IMSMQQuery4) -> Self
Converts to this type from the input type.
impl From<IMSMQQueue> for IDispatch
impl From<IMSMQQueue> for IDispatch
fn from(value: IMSMQQueue) -> Self
fn from(value: IMSMQQueue) -> Self
Converts to this type from the input type.
impl From<IMSMQQueue2> for IDispatch
impl From<IMSMQQueue2> for IDispatch
fn from(value: IMSMQQueue2) -> Self
fn from(value: IMSMQQueue2) -> Self
Converts to this type from the input type.
impl From<IMSMQQueue3> for IDispatch
impl From<IMSMQQueue3> for IDispatch
fn from(value: IMSMQQueue3) -> Self
fn from(value: IMSMQQueue3) -> Self
Converts to this type from the input type.
impl From<IMSMQQueue4> for IDispatch
impl From<IMSMQQueue4> for IDispatch
fn from(value: IMSMQQueue4) -> Self
fn from(value: IMSMQQueue4) -> Self
Converts to this type from the input type.
impl From<IMSMQQueueInfo> for IDispatch
impl From<IMSMQQueueInfo> for IDispatch
fn from(value: IMSMQQueueInfo) -> Self
fn from(value: IMSMQQueueInfo) -> Self
Converts to this type from the input type.
impl From<IMSMQQueueInfo2> for IDispatch
impl From<IMSMQQueueInfo2> for IDispatch
fn from(value: IMSMQQueueInfo2) -> Self
fn from(value: IMSMQQueueInfo2) -> Self
Converts to this type from the input type.
impl From<IMSMQQueueInfo3> for IDispatch
impl From<IMSMQQueueInfo3> for IDispatch
fn from(value: IMSMQQueueInfo3) -> Self
fn from(value: IMSMQQueueInfo3) -> Self
Converts to this type from the input type.
impl From<IMSMQQueueInfo4> for IDispatch
impl From<IMSMQQueueInfo4> for IDispatch
fn from(value: IMSMQQueueInfo4) -> Self
fn from(value: IMSMQQueueInfo4) -> Self
Converts to this type from the input type.
impl From<IMSMQQueueInfos> for IDispatch
impl From<IMSMQQueueInfos> for IDispatch
fn from(value: IMSMQQueueInfos) -> Self
fn from(value: IMSMQQueueInfos) -> Self
Converts to this type from the input type.
impl From<IMSMQQueueInfos2> for IDispatch
impl From<IMSMQQueueInfos2> for IDispatch
fn from(value: IMSMQQueueInfos2) -> Self
fn from(value: IMSMQQueueInfos2) -> Self
Converts to this type from the input type.
impl From<IMSMQQueueInfos3> for IDispatch
impl From<IMSMQQueueInfos3> for IDispatch
fn from(value: IMSMQQueueInfos3) -> Self
fn from(value: IMSMQQueueInfos3) -> Self
Converts to this type from the input type.
impl From<IMSMQQueueInfos4> for IDispatch
impl From<IMSMQQueueInfos4> for IDispatch
fn from(value: IMSMQQueueInfos4) -> Self
fn from(value: IMSMQQueueInfos4) -> Self
Converts to this type from the input type.
impl From<IMSMQQueueManagement> for IDispatch
impl From<IMSMQQueueManagement> for IDispatch
fn from(value: IMSMQQueueManagement) -> Self
fn from(value: IMSMQQueueManagement) -> Self
Converts to this type from the input type.
impl From<IMSMQTransaction> for IDispatch
impl From<IMSMQTransaction> for IDispatch
fn from(value: IMSMQTransaction) -> Self
fn from(value: IMSMQTransaction) -> Self
Converts to this type from the input type.
impl From<IMSMQTransaction2> for IDispatch
impl From<IMSMQTransaction2> for IDispatch
fn from(value: IMSMQTransaction2) -> Self
fn from(value: IMSMQTransaction2) -> Self
Converts to this type from the input type.
impl From<IMSMQTransaction3> for IDispatch
impl From<IMSMQTransaction3> for IDispatch
fn from(value: IMSMQTransaction3) -> Self
fn from(value: IMSMQTransaction3) -> Self
Converts to this type from the input type.
impl From<IMSMQTransactionDispenser> for IDispatch
impl From<IMSMQTransactionDispenser> for IDispatch
fn from(value: IMSMQTransactionDispenser) -> Self
fn from(value: IMSMQTransactionDispenser) -> Self
Converts to this type from the input type.
impl From<IMSMQTransactionDispenser2> for IDispatch
impl From<IMSMQTransactionDispenser2> for IDispatch
fn from(value: IMSMQTransactionDispenser2) -> Self
fn from(value: IMSMQTransactionDispenser2) -> Self
Converts to this type from the input type.
impl From<IMSMQTransactionDispenser3> for IDispatch
impl From<IMSMQTransactionDispenser3> for IDispatch
fn from(value: IMSMQTransactionDispenser3) -> Self
fn from(value: IMSMQTransactionDispenser3) -> Self
Converts to this type from the input type.
impl From<IMSVidAnalogTuner> for IDispatch
impl From<IMSVidAnalogTuner> for IDispatch
fn from(value: IMSVidAnalogTuner) -> Self
fn from(value: IMSVidAnalogTuner) -> Self
Converts to this type from the input type.
impl From<IMSVidAnalogTuner2> for IDispatch
impl From<IMSVidAnalogTuner2> for IDispatch
fn from(value: IMSVidAnalogTuner2) -> Self
fn from(value: IMSVidAnalogTuner2) -> Self
Converts to this type from the input type.
impl From<IMSVidAnalogTunerEvent> for IDispatch
impl From<IMSVidAnalogTunerEvent> for IDispatch
fn from(value: IMSVidAnalogTunerEvent) -> Self
fn from(value: IMSVidAnalogTunerEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidAudioRenderer> for IDispatch
impl From<IMSVidAudioRenderer> for IDispatch
fn from(value: IMSVidAudioRenderer) -> Self
fn from(value: IMSVidAudioRenderer) -> Self
Converts to this type from the input type.
impl From<IMSVidAudioRendererDevices> for IDispatch
impl From<IMSVidAudioRendererDevices> for IDispatch
fn from(value: IMSVidAudioRendererDevices) -> Self
fn from(value: IMSVidAudioRendererDevices) -> Self
Converts to this type from the input type.
impl From<IMSVidAudioRendererEvent> for IDispatch
impl From<IMSVidAudioRendererEvent> for IDispatch
fn from(value: IMSVidAudioRendererEvent) -> Self
fn from(value: IMSVidAudioRendererEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidAudioRendererEvent2> for IDispatch
impl From<IMSVidAudioRendererEvent2> for IDispatch
fn from(value: IMSVidAudioRendererEvent2) -> Self
fn from(value: IMSVidAudioRendererEvent2) -> Self
Converts to this type from the input type.
impl From<IMSVidClosedCaptioning> for IDispatch
impl From<IMSVidClosedCaptioning> for IDispatch
fn from(value: IMSVidClosedCaptioning) -> Self
fn from(value: IMSVidClosedCaptioning) -> Self
Converts to this type from the input type.
impl From<IMSVidClosedCaptioning2> for IDispatch
impl From<IMSVidClosedCaptioning2> for IDispatch
fn from(value: IMSVidClosedCaptioning2) -> Self
fn from(value: IMSVidClosedCaptioning2) -> Self
Converts to this type from the input type.
impl From<IMSVidClosedCaptioning3> for IDispatch
impl From<IMSVidClosedCaptioning3> for IDispatch
fn from(value: IMSVidClosedCaptioning3) -> Self
fn from(value: IMSVidClosedCaptioning3) -> Self
Converts to this type from the input type.
impl From<IMSVidDataServices> for IDispatch
impl From<IMSVidDataServices> for IDispatch
fn from(value: IMSVidDataServices) -> Self
fn from(value: IMSVidDataServices) -> Self
Converts to this type from the input type.
impl From<IMSVidDataServicesEvent> for IDispatch
impl From<IMSVidDataServicesEvent> for IDispatch
fn from(value: IMSVidDataServicesEvent) -> Self
fn from(value: IMSVidDataServicesEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidDevice> for IDispatch
impl From<IMSVidDevice> for IDispatch
fn from(value: IMSVidDevice) -> Self
fn from(value: IMSVidDevice) -> Self
Converts to this type from the input type.
impl From<IMSVidDeviceEvent> for IDispatch
impl From<IMSVidDeviceEvent> for IDispatch
fn from(value: IMSVidDeviceEvent) -> Self
fn from(value: IMSVidDeviceEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidEVREvent> for IDispatch
impl From<IMSVidEVREvent> for IDispatch
fn from(value: IMSVidEVREvent) -> Self
fn from(value: IMSVidEVREvent) -> Self
Converts to this type from the input type.
impl From<IMSVidEncoder> for IDispatch
impl From<IMSVidEncoder> for IDispatch
fn from(value: IMSVidEncoder) -> Self
fn from(value: IMSVidEncoder) -> Self
Converts to this type from the input type.
impl From<IMSVidFeature> for IDispatch
impl From<IMSVidFeature> for IDispatch
fn from(value: IMSVidFeature) -> Self
fn from(value: IMSVidFeature) -> Self
Converts to this type from the input type.
impl From<IMSVidFeatureEvent> for IDispatch
impl From<IMSVidFeatureEvent> for IDispatch
fn from(value: IMSVidFeatureEvent) -> Self
fn from(value: IMSVidFeatureEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidFeatures> for IDispatch
impl From<IMSVidFeatures> for IDispatch
fn from(value: IMSVidFeatures) -> Self
fn from(value: IMSVidFeatures) -> Self
Converts to this type from the input type.
impl From<IMSVidFilePlayback> for IDispatch
impl From<IMSVidFilePlayback> for IDispatch
fn from(value: IMSVidFilePlayback) -> Self
fn from(value: IMSVidFilePlayback) -> Self
Converts to this type from the input type.
impl From<IMSVidFilePlayback2> for IDispatch
impl From<IMSVidFilePlayback2> for IDispatch
fn from(value: IMSVidFilePlayback2) -> Self
fn from(value: IMSVidFilePlayback2) -> Self
Converts to this type from the input type.
impl From<IMSVidFilePlaybackEvent> for IDispatch
impl From<IMSVidFilePlaybackEvent> for IDispatch
fn from(value: IMSVidFilePlaybackEvent) -> Self
fn from(value: IMSVidFilePlaybackEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidGenericSink> for IDispatch
impl From<IMSVidGenericSink> for IDispatch
fn from(value: IMSVidGenericSink) -> Self
fn from(value: IMSVidGenericSink) -> Self
Converts to this type from the input type.
impl From<IMSVidGenericSink2> for IDispatch
impl From<IMSVidGenericSink2> for IDispatch
fn from(value: IMSVidGenericSink2) -> Self
fn from(value: IMSVidGenericSink2) -> Self
Converts to this type from the input type.
impl From<IMSVidInputDevice> for IDispatch
impl From<IMSVidInputDevice> for IDispatch
fn from(value: IMSVidInputDevice) -> Self
fn from(value: IMSVidInputDevice) -> Self
Converts to this type from the input type.
impl From<IMSVidInputDeviceEvent> for IDispatch
impl From<IMSVidInputDeviceEvent> for IDispatch
fn from(value: IMSVidInputDeviceEvent) -> Self
fn from(value: IMSVidInputDeviceEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidInputDevices> for IDispatch
impl From<IMSVidInputDevices> for IDispatch
fn from(value: IMSVidInputDevices) -> Self
fn from(value: IMSVidInputDevices) -> Self
Converts to this type from the input type.
impl From<IMSVidOutputDevice> for IDispatch
impl From<IMSVidOutputDevice> for IDispatch
fn from(value: IMSVidOutputDevice) -> Self
fn from(value: IMSVidOutputDevice) -> Self
Converts to this type from the input type.
impl From<IMSVidOutputDeviceEvent> for IDispatch
impl From<IMSVidOutputDeviceEvent> for IDispatch
fn from(value: IMSVidOutputDeviceEvent) -> Self
fn from(value: IMSVidOutputDeviceEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidOutputDevices> for IDispatch
impl From<IMSVidOutputDevices> for IDispatch
fn from(value: IMSVidOutputDevices) -> Self
fn from(value: IMSVidOutputDevices) -> Self
Converts to this type from the input type.
impl From<IMSVidPlayback> for IDispatch
impl From<IMSVidPlayback> for IDispatch
fn from(value: IMSVidPlayback) -> Self
fn from(value: IMSVidPlayback) -> Self
Converts to this type from the input type.
impl From<IMSVidPlaybackEvent> for IDispatch
impl From<IMSVidPlaybackEvent> for IDispatch
fn from(value: IMSVidPlaybackEvent) -> Self
fn from(value: IMSVidPlaybackEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidRect> for IDispatch
impl From<IMSVidRect> for IDispatch
fn from(value: IMSVidRect) -> Self
fn from(value: IMSVidRect) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferRecordingControl> for IDispatch
impl From<IMSVidStreamBufferRecordingControl> for IDispatch
fn from(value: IMSVidStreamBufferRecordingControl) -> Self
fn from(value: IMSVidStreamBufferRecordingControl) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferSink> for IDispatch
impl From<IMSVidStreamBufferSink> for IDispatch
fn from(value: IMSVidStreamBufferSink) -> Self
fn from(value: IMSVidStreamBufferSink) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferSink2> for IDispatch
impl From<IMSVidStreamBufferSink2> for IDispatch
fn from(value: IMSVidStreamBufferSink2) -> Self
fn from(value: IMSVidStreamBufferSink2) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferSink3> for IDispatch
impl From<IMSVidStreamBufferSink3> for IDispatch
fn from(value: IMSVidStreamBufferSink3) -> Self
fn from(value: IMSVidStreamBufferSink3) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferSinkEvent> for IDispatch
impl From<IMSVidStreamBufferSinkEvent> for IDispatch
fn from(value: IMSVidStreamBufferSinkEvent) -> Self
fn from(value: IMSVidStreamBufferSinkEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferSinkEvent2> for IDispatch
impl From<IMSVidStreamBufferSinkEvent2> for IDispatch
fn from(value: IMSVidStreamBufferSinkEvent2) -> Self
fn from(value: IMSVidStreamBufferSinkEvent2) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferSinkEvent3> for IDispatch
impl From<IMSVidStreamBufferSinkEvent3> for IDispatch
fn from(value: IMSVidStreamBufferSinkEvent3) -> Self
fn from(value: IMSVidStreamBufferSinkEvent3) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferSinkEvent4> for IDispatch
impl From<IMSVidStreamBufferSinkEvent4> for IDispatch
fn from(value: IMSVidStreamBufferSinkEvent4) -> Self
fn from(value: IMSVidStreamBufferSinkEvent4) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferSource> for IDispatch
impl From<IMSVidStreamBufferSource> for IDispatch
fn from(value: IMSVidStreamBufferSource) -> Self
fn from(value: IMSVidStreamBufferSource) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferSource2> for IDispatch
impl From<IMSVidStreamBufferSource2> for IDispatch
fn from(value: IMSVidStreamBufferSource2) -> Self
fn from(value: IMSVidStreamBufferSource2) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferSourceEvent> for IDispatch
impl From<IMSVidStreamBufferSourceEvent> for IDispatch
fn from(value: IMSVidStreamBufferSourceEvent) -> Self
fn from(value: IMSVidStreamBufferSourceEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferSourceEvent2> for IDispatch
impl From<IMSVidStreamBufferSourceEvent2> for IDispatch
fn from(value: IMSVidStreamBufferSourceEvent2) -> Self
fn from(value: IMSVidStreamBufferSourceEvent2) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferSourceEvent3> for IDispatch
impl From<IMSVidStreamBufferSourceEvent3> for IDispatch
fn from(value: IMSVidStreamBufferSourceEvent3) -> Self
fn from(value: IMSVidStreamBufferSourceEvent3) -> Self
Converts to this type from the input type.
impl From<IMSVidStreamBufferV2SourceEvent> for IDispatch
impl From<IMSVidStreamBufferV2SourceEvent> for IDispatch
fn from(value: IMSVidStreamBufferV2SourceEvent) -> Self
fn from(value: IMSVidStreamBufferV2SourceEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidTuner> for IDispatch
impl From<IMSVidTuner> for IDispatch
fn from(value: IMSVidTuner) -> Self
fn from(value: IMSVidTuner) -> Self
Converts to this type from the input type.
impl From<IMSVidTunerEvent> for IDispatch
impl From<IMSVidTunerEvent> for IDispatch
fn from(value: IMSVidTunerEvent) -> Self
fn from(value: IMSVidTunerEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidVMR9> for IDispatch
impl From<IMSVidVMR9> for IDispatch
fn from(value: IMSVidVMR9) -> Self
fn from(value: IMSVidVMR9) -> Self
Converts to this type from the input type.
impl From<IMSVidVideoInputDevice> for IDispatch
impl From<IMSVidVideoInputDevice> for IDispatch
fn from(value: IMSVidVideoInputDevice) -> Self
fn from(value: IMSVidVideoInputDevice) -> Self
Converts to this type from the input type.
impl From<IMSVidVideoRenderer> for IDispatch
impl From<IMSVidVideoRenderer> for IDispatch
fn from(value: IMSVidVideoRenderer) -> Self
fn from(value: IMSVidVideoRenderer) -> Self
Converts to this type from the input type.
impl From<IMSVidVideoRenderer2> for IDispatch
impl From<IMSVidVideoRenderer2> for IDispatch
fn from(value: IMSVidVideoRenderer2) -> Self
fn from(value: IMSVidVideoRenderer2) -> Self
Converts to this type from the input type.
impl From<IMSVidVideoRendererDevices> for IDispatch
impl From<IMSVidVideoRendererDevices> for IDispatch
fn from(value: IMSVidVideoRendererDevices) -> Self
fn from(value: IMSVidVideoRendererDevices) -> Self
Converts to this type from the input type.
impl From<IMSVidVideoRendererEvent> for IDispatch
impl From<IMSVidVideoRendererEvent> for IDispatch
fn from(value: IMSVidVideoRendererEvent) -> Self
fn from(value: IMSVidVideoRendererEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidVideoRendererEvent2> for IDispatch
impl From<IMSVidVideoRendererEvent2> for IDispatch
fn from(value: IMSVidVideoRendererEvent2) -> Self
fn from(value: IMSVidVideoRendererEvent2) -> Self
Converts to this type from the input type.
impl From<IMSVidWebDVD> for IDispatch
impl From<IMSVidWebDVD> for IDispatch
fn from(value: IMSVidWebDVD) -> Self
fn from(value: IMSVidWebDVD) -> Self
Converts to this type from the input type.
impl From<IMSVidWebDVD2> for IDispatch
impl From<IMSVidWebDVD2> for IDispatch
fn from(value: IMSVidWebDVD2) -> Self
fn from(value: IMSVidWebDVD2) -> Self
Converts to this type from the input type.
impl From<IMSVidWebDVDAdm> for IDispatch
impl From<IMSVidWebDVDAdm> for IDispatch
fn from(value: IMSVidWebDVDAdm) -> Self
fn from(value: IMSVidWebDVDAdm) -> Self
Converts to this type from the input type.
impl From<IMSVidWebDVDEvent> for IDispatch
impl From<IMSVidWebDVDEvent> for IDispatch
fn from(value: IMSVidWebDVDEvent) -> Self
fn from(value: IMSVidWebDVDEvent) -> Self
Converts to this type from the input type.
impl From<IMSVidXDSEvent> for IDispatch
impl From<IMSVidXDSEvent> for IDispatch
fn from(value: IMSVidXDSEvent) -> Self
fn from(value: IMSVidXDSEvent) -> Self
Converts to this type from the input type.
impl From<IMTSLocator> for IDispatch
impl From<IMTSLocator> for IDispatch
fn from(value: IMTSLocator) -> Self
fn from(value: IMTSLocator) -> Self
Converts to this type from the input type.
impl From<IMXAttributes> for IDispatch
impl From<IMXAttributes> for IDispatch
fn from(value: IMXAttributes) -> Self
fn from(value: IMXAttributes) -> Self
Converts to this type from the input type.
impl From<IMXNamespacePrefixes> for IDispatch
impl From<IMXNamespacePrefixes> for IDispatch
fn from(value: IMXNamespacePrefixes) -> Self
fn from(value: IMXNamespacePrefixes) -> Self
Converts to this type from the input type.
impl From<IMXReaderControl> for IDispatch
impl From<IMXReaderControl> for IDispatch
fn from(value: IMXReaderControl) -> Self
fn from(value: IMXReaderControl) -> Self
Converts to this type from the input type.
impl From<IMXSchemaDeclHandler> for IDispatch
impl From<IMXSchemaDeclHandler> for IDispatch
fn from(value: IMXSchemaDeclHandler) -> Self
fn from(value: IMXSchemaDeclHandler) -> Self
Converts to this type from the input type.
impl From<IMXXMLFilter> for IDispatch
impl From<IMXXMLFilter> for IDispatch
fn from(value: IMXXMLFilter) -> Self
fn from(value: IMXXMLFilter) -> Self
Converts to this type from the input type.
impl From<IMaintenanceSettings> for IDispatch
impl From<IMaintenanceSettings> for IDispatch
fn from(value: IMaintenanceSettings) -> Self
fn from(value: IMaintenanceSettings) -> Self
Converts to this type from the input type.
impl From<IMathInputControl> for IDispatch
impl From<IMathInputControl> for IDispatch
fn from(value: IMathInputControl) -> Self
fn from(value: IMathInputControl) -> Self
Converts to this type from the input type.
impl From<IMcastAddressAllocation> for IDispatch
impl From<IMcastAddressAllocation> for IDispatch
fn from(value: IMcastAddressAllocation) -> Self
fn from(value: IMcastAddressAllocation) -> Self
Converts to this type from the input type.
impl From<IMcastLeaseInfo> for IDispatch
impl From<IMcastLeaseInfo> for IDispatch
fn from(value: IMcastLeaseInfo) -> Self
fn from(value: IMcastLeaseInfo) -> Self
Converts to this type from the input type.
impl From<IMcastScope> for IDispatch
impl From<IMcastScope> for IDispatch
fn from(value: IMcastScope) -> Self
fn from(value: IMcastScope) -> Self
Converts to this type from the input type.
impl From<IMediaControl> for IDispatch
impl From<IMediaControl> for IDispatch
fn from(value: IMediaControl) -> Self
fn from(value: IMediaControl) -> Self
Converts to this type from the input type.
impl From<IMediaEvent> for IDispatch
impl From<IMediaEvent> for IDispatch
fn from(value: IMediaEvent) -> Self
fn from(value: IMediaEvent) -> Self
Converts to this type from the input type.
impl From<IMediaEventEx> for IDispatch
impl From<IMediaEventEx> for IDispatch
fn from(value: IMediaEventEx) -> Self
fn from(value: IMediaEventEx) -> Self
Converts to this type from the input type.
impl From<IMediaPosition> for IDispatch
impl From<IMediaPosition> for IDispatch
fn from(value: IMediaPosition) -> Self
fn from(value: IMediaPosition) -> Self
Converts to this type from the input type.
impl From<IMediaTypeInfo> for IDispatch
impl From<IMediaTypeInfo> for IDispatch
fn from(value: IMediaTypeInfo) -> Self
fn from(value: IMediaTypeInfo) -> Self
Converts to this type from the input type.
impl From<IMessageMover> for IDispatch
impl From<IMessageMover> for IDispatch
fn from(value: IMessageMover) -> Self
fn from(value: IMessageMover) -> Self
Converts to this type from the input type.
impl From<IMonthlyDOWTrigger> for IDispatch
impl From<IMonthlyDOWTrigger> for IDispatch
fn from(value: IMonthlyDOWTrigger) -> Self
fn from(value: IMonthlyDOWTrigger) -> Self
Converts to this type from the input type.
impl From<IMonthlyTrigger> for IDispatch
impl From<IMonthlyTrigger> for IDispatch
fn from(value: IMonthlyTrigger) -> Self
fn from(value: IMonthlyTrigger) -> Self
Converts to this type from the input type.
impl From<IMsmDependencies> for IDispatch
impl From<IMsmDependencies> for IDispatch
fn from(value: IMsmDependencies) -> Self
fn from(value: IMsmDependencies) -> Self
Converts to this type from the input type.
impl From<IMsmDependency> for IDispatch
impl From<IMsmDependency> for IDispatch
fn from(value: IMsmDependency) -> Self
fn from(value: IMsmDependency) -> Self
Converts to this type from the input type.
impl From<IMsmErrors> for IDispatch
impl From<IMsmErrors> for IDispatch
fn from(value: IMsmErrors) -> Self
fn from(value: IMsmErrors) -> Self
Converts to this type from the input type.
impl From<IMsmGetFiles> for IDispatch
impl From<IMsmGetFiles> for IDispatch
fn from(value: IMsmGetFiles) -> Self
fn from(value: IMsmGetFiles) -> Self
Converts to this type from the input type.
impl From<IMsmStrings> for IDispatch
impl From<IMsmStrings> for IDispatch
fn from(value: IMsmStrings) -> Self
fn from(value: IMsmStrings) -> Self
Converts to this type from the input type.
impl From<IMtsEventInfo> for IDispatch
impl From<IMtsEventInfo> for IDispatch
fn from(value: IMtsEventInfo) -> Self
fn from(value: IMtsEventInfo) -> Self
Converts to this type from the input type.
impl From<IMtsEvents> for IDispatch
impl From<IMtsEvents> for IDispatch
fn from(value: IMtsEvents) -> Self
fn from(value: IMtsEvents) -> Self
Converts to this type from the input type.
impl From<IMultisession> for IDispatch
impl From<IMultisession> for IDispatch
fn from(value: IMultisession) -> Self
fn from(value: IMultisession) -> Self
Converts to this type from the input type.
impl From<IMultisessionRandomWrite> for IDispatch
impl From<IMultisessionRandomWrite> for IDispatch
fn from(value: IMultisessionRandomWrite) -> Self
fn from(value: IMultisessionRandomWrite) -> Self
Converts to this type from the input type.
impl From<IMultisessionSequential> for IDispatch
impl From<IMultisessionSequential> for IDispatch
fn from(value: IMultisessionSequential) -> Self
fn from(value: IMultisessionSequential) -> Self
Converts to this type from the input type.
impl From<IMultisessionSequential2> for IDispatch
impl From<IMultisessionSequential2> for IDispatch
fn from(value: IMultisessionSequential2) -> Self
fn from(value: IMultisessionSequential2) -> Self
Converts to this type from the input type.
impl From<INATEventManager> for IDispatch
impl From<INATEventManager> for IDispatch
fn from(value: INATEventManager) -> Self
fn from(value: INATEventManager) -> Self
Converts to this type from the input type.
impl From<INetConnectionProps> for IDispatch
impl From<INetConnectionProps> for IDispatch
fn from(value: INetConnectionProps) -> Self
fn from(value: INetConnectionProps) -> Self
Converts to this type from the input type.
impl From<INetFwAuthorizedApplication> for IDispatch
impl From<INetFwAuthorizedApplication> for IDispatch
fn from(value: INetFwAuthorizedApplication) -> Self
fn from(value: INetFwAuthorizedApplication) -> Self
Converts to this type from the input type.
impl From<INetFwAuthorizedApplications> for IDispatch
impl From<INetFwAuthorizedApplications> for IDispatch
fn from(value: INetFwAuthorizedApplications) -> Self
fn from(value: INetFwAuthorizedApplications) -> Self
Converts to this type from the input type.
impl From<INetFwIcmpSettings> for IDispatch
impl From<INetFwIcmpSettings> for IDispatch
fn from(value: INetFwIcmpSettings) -> Self
fn from(value: INetFwIcmpSettings) -> Self
Converts to this type from the input type.
impl From<INetFwOpenPort> for IDispatch
impl From<INetFwOpenPort> for IDispatch
fn from(value: INetFwOpenPort) -> Self
fn from(value: INetFwOpenPort) -> Self
Converts to this type from the input type.
impl From<INetFwOpenPorts> for IDispatch
impl From<INetFwOpenPorts> for IDispatch
fn from(value: INetFwOpenPorts) -> Self
fn from(value: INetFwOpenPorts) -> Self
Converts to this type from the input type.
impl From<INetFwPolicy> for IDispatch
impl From<INetFwPolicy> for IDispatch
fn from(value: INetFwPolicy) -> Self
fn from(value: INetFwPolicy) -> Self
Converts to this type from the input type.
impl From<INetFwPolicy2> for IDispatch
impl From<INetFwPolicy2> for IDispatch
fn from(value: INetFwPolicy2) -> Self
fn from(value: INetFwPolicy2) -> Self
Converts to this type from the input type.
impl From<INetFwProduct> for IDispatch
impl From<INetFwProduct> for IDispatch
fn from(value: INetFwProduct) -> Self
fn from(value: INetFwProduct) -> Self
Converts to this type from the input type.
impl From<INetFwProducts> for IDispatch
impl From<INetFwProducts> for IDispatch
fn from(value: INetFwProducts) -> Self
fn from(value: INetFwProducts) -> Self
Converts to this type from the input type.
impl From<INetFwProfile> for IDispatch
impl From<INetFwProfile> for IDispatch
fn from(value: INetFwProfile) -> Self
fn from(value: INetFwProfile) -> Self
Converts to this type from the input type.
impl From<INetFwRemoteAdminSettings> for IDispatch
impl From<INetFwRemoteAdminSettings> for IDispatch
fn from(value: INetFwRemoteAdminSettings) -> Self
fn from(value: INetFwRemoteAdminSettings) -> Self
Converts to this type from the input type.
impl From<INetFwRule> for IDispatch
impl From<INetFwRule> for IDispatch
fn from(value: INetFwRule) -> Self
fn from(value: INetFwRule) -> Self
Converts to this type from the input type.
impl From<INetFwRule2> for IDispatch
impl From<INetFwRule2> for IDispatch
fn from(value: INetFwRule2) -> Self
fn from(value: INetFwRule2) -> Self
Converts to this type from the input type.
impl From<INetFwRule3> for IDispatch
impl From<INetFwRule3> for IDispatch
fn from(value: INetFwRule3) -> Self
fn from(value: INetFwRule3) -> Self
Converts to this type from the input type.
impl From<INetFwRules> for IDispatch
impl From<INetFwRules> for IDispatch
fn from(value: INetFwRules) -> Self
fn from(value: INetFwRules) -> Self
Converts to this type from the input type.
impl From<INetFwService> for IDispatch
impl From<INetFwService> for IDispatch
fn from(value: INetFwService) -> Self
fn from(value: INetFwService) -> Self
Converts to this type from the input type.
impl From<INetFwServiceRestriction> for IDispatch
impl From<INetFwServiceRestriction> for IDispatch
fn from(value: INetFwServiceRestriction) -> Self
fn from(value: INetFwServiceRestriction) -> Self
Converts to this type from the input type.
impl From<INetFwServices> for IDispatch
impl From<INetFwServices> for IDispatch
fn from(value: INetFwServices) -> Self
fn from(value: INetFwServices) -> Self
Converts to this type from the input type.
impl From<INetSharingConfiguration> for IDispatch
impl From<INetSharingConfiguration> for IDispatch
fn from(value: INetSharingConfiguration) -> Self
fn from(value: INetSharingConfiguration) -> Self
Converts to this type from the input type.
impl From<INetSharingEveryConnectionCollection> for IDispatch
impl From<INetSharingEveryConnectionCollection> for IDispatch
fn from(value: INetSharingEveryConnectionCollection) -> Self
fn from(value: INetSharingEveryConnectionCollection) -> Self
Converts to this type from the input type.
impl From<INetSharingManager> for IDispatch
impl From<INetSharingManager> for IDispatch
fn from(value: INetSharingManager) -> Self
fn from(value: INetSharingManager) -> Self
Converts to this type from the input type.
impl From<INetSharingPortMapping> for IDispatch
impl From<INetSharingPortMapping> for IDispatch
fn from(value: INetSharingPortMapping) -> Self
fn from(value: INetSharingPortMapping) -> Self
Converts to this type from the input type.
impl From<INetSharingPortMappingCollection> for IDispatch
impl From<INetSharingPortMappingCollection> for IDispatch
fn from(value: INetSharingPortMappingCollection) -> Self
fn from(value: INetSharingPortMappingCollection) -> Self
Converts to this type from the input type.
impl From<INetSharingPortMappingProps> for IDispatch
impl From<INetSharingPortMappingProps> for IDispatch
fn from(value: INetSharingPortMappingProps) -> Self
fn from(value: INetSharingPortMappingProps) -> Self
Converts to this type from the input type.
impl From<INetSharingPrivateConnectionCollection> for IDispatch
impl From<INetSharingPrivateConnectionCollection> for IDispatch
fn from(value: INetSharingPrivateConnectionCollection) -> Self
fn from(value: INetSharingPrivateConnectionCollection) -> Self
Converts to this type from the input type.
impl From<INetSharingPublicConnectionCollection> for IDispatch
impl From<INetSharingPublicConnectionCollection> for IDispatch
fn from(value: INetSharingPublicConnectionCollection) -> Self
fn from(value: INetSharingPublicConnectionCollection) -> Self
Converts to this type from the input type.
impl From<INetworkConnection> for IDispatch
impl From<INetworkConnection> for IDispatch
fn from(value: INetworkConnection) -> Self
fn from(value: INetworkConnection) -> Self
Converts to this type from the input type.
impl From<INetworkListManager> for IDispatch
impl From<INetworkListManager> for IDispatch
fn from(value: INetworkListManager) -> Self
fn from(value: INetworkListManager) -> Self
Converts to this type from the input type.
impl From<INetworkSettings> for IDispatch
impl From<INetworkSettings> for IDispatch
fn from(value: INetworkSettings) -> Self
fn from(value: INetworkSettings) -> Self
Converts to this type from the input type.
impl From<INewWDEvents> for IDispatch
impl From<INewWDEvents> for IDispatch
fn from(value: INewWDEvents) -> Self
fn from(value: INewWDEvents) -> Self
Converts to this type from the input type.
impl From<IOCSPAdmin> for IDispatch
impl From<IOCSPAdmin> for IDispatch
fn from(value: IOCSPAdmin) -> Self
fn from(value: IOCSPAdmin) -> Self
Converts to this type from the input type.
impl From<IOCSPCAConfiguration> for IDispatch
impl From<IOCSPCAConfiguration> for IDispatch
fn from(value: IOCSPCAConfiguration) -> Self
fn from(value: IOCSPCAConfiguration) -> Self
Converts to this type from the input type.
impl From<IOCSPCAConfigurationCollection> for IDispatch
impl From<IOCSPCAConfigurationCollection> for IDispatch
fn from(value: IOCSPCAConfigurationCollection) -> Self
fn from(value: IOCSPCAConfigurationCollection) -> Self
Converts to this type from the input type.
impl From<IOCSPProperty> for IDispatch
impl From<IOCSPProperty> for IDispatch
fn from(value: IOCSPProperty) -> Self
fn from(value: IOCSPProperty) -> Self
Converts to this type from the input type.
impl From<IOCSPPropertyCollection> for IDispatch
impl From<IOCSPPropertyCollection> for IDispatch
fn from(value: IOCSPPropertyCollection) -> Self
fn from(value: IOCSPPropertyCollection) -> Self
Converts to this type from the input type.
impl From<IObjectConstructString> for IDispatch
impl From<IObjectConstructString> for IDispatch
fn from(value: IObjectConstructString) -> Self
fn from(value: IObjectConstructString) -> Self
Converts to this type from the input type.
impl From<IObjectIds> for IDispatch
impl From<IObjectIds> for IDispatch
fn from(value: IObjectIds) -> Self
fn from(value: IObjectIds) -> Self
Converts to this type from the input type.
impl From<IPackageUtil> for IDispatch
impl From<IPackageUtil> for IDispatch
fn from(value: IPackageUtil) -> Self
fn from(value: IPackageUtil) -> Self
Converts to this type from the input type.
impl From<IPenInputPanel> for IDispatch
impl From<IPenInputPanel> for IDispatch
fn from(value: IPenInputPanel) -> Self
fn from(value: IPenInputPanel) -> Self
Converts to this type from the input type.
impl From<IPerformanceCounterDataCollector> for IDispatch
impl From<IPerformanceCounterDataCollector> for IDispatch
fn from(value: IPerformanceCounterDataCollector) -> Self
fn from(value: IPerformanceCounterDataCollector) -> Self
Converts to this type from the input type.
impl From<IPictureDisp> for IDispatch
impl From<IPictureDisp> for IDispatch
fn from(value: IPictureDisp) -> Self
fn from(value: IPictureDisp) -> Self
Converts to this type from the input type.
impl From<IPolicyQualifier> for IDispatch
impl From<IPolicyQualifier> for IDispatch
fn from(value: IPolicyQualifier) -> Self
fn from(value: IPolicyQualifier) -> Self
Converts to this type from the input type.
impl From<IPolicyQualifiers> for IDispatch
impl From<IPolicyQualifiers> for IDispatch
fn from(value: IPolicyQualifiers) -> Self
fn from(value: IPolicyQualifiers) -> Self
Converts to this type from the input type.
impl From<IPoolManager> for IDispatch
impl From<IPoolManager> for IDispatch
fn from(value: IPoolManager) -> Self
fn from(value: IPoolManager) -> Self
Converts to this type from the input type.
impl From<IPortableDeviceWebControl> for IDispatch
impl From<IPortableDeviceWebControl> for IDispatch
fn from(value: IPortableDeviceWebControl) -> Self
fn from(value: IPortableDeviceWebControl) -> Self
Converts to this type from the input type.
impl From<IPrincipal> for IDispatch
impl From<IPrincipal> for IDispatch
fn from(value: IPrincipal) -> Self
fn from(value: IPrincipal) -> Self
Converts to this type from the input type.
impl From<IPrincipal2> for IDispatch
impl From<IPrincipal2> for IDispatch
fn from(value: IPrincipal2) -> Self
fn from(value: IPrincipal2) -> Self
Converts to this type from the input type.
impl From<IPrintDocumentPackageStatusEvent> for IDispatch
impl From<IPrintDocumentPackageStatusEvent> for IDispatch
fn from(value: IPrintDocumentPackageStatusEvent) -> Self
fn from(value: IPrintDocumentPackageStatusEvent) -> Self
Converts to this type from the input type.
impl From<IPrintJobCollection> for IDispatch
impl From<IPrintJobCollection> for IDispatch
fn from(value: IPrintJobCollection) -> Self
fn from(value: IPrintJobCollection) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaAsyncOperation> for IDispatch
impl From<IPrintSchemaAsyncOperation> for IDispatch
fn from(value: IPrintSchemaAsyncOperation) -> Self
fn from(value: IPrintSchemaAsyncOperation) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaAsyncOperationEvent> for IDispatch
impl From<IPrintSchemaAsyncOperationEvent> for IDispatch
fn from(value: IPrintSchemaAsyncOperationEvent) -> Self
fn from(value: IPrintSchemaAsyncOperationEvent) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaCapabilities> for IDispatch
impl From<IPrintSchemaCapabilities> for IDispatch
fn from(value: IPrintSchemaCapabilities) -> Self
fn from(value: IPrintSchemaCapabilities) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaCapabilities2> for IDispatch
impl From<IPrintSchemaCapabilities2> for IDispatch
fn from(value: IPrintSchemaCapabilities2) -> Self
fn from(value: IPrintSchemaCapabilities2) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaDisplayableElement> for IDispatch
impl From<IPrintSchemaDisplayableElement> for IDispatch
fn from(value: IPrintSchemaDisplayableElement) -> Self
fn from(value: IPrintSchemaDisplayableElement) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaElement> for IDispatch
impl From<IPrintSchemaElement> for IDispatch
fn from(value: IPrintSchemaElement) -> Self
fn from(value: IPrintSchemaElement) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaFeature> for IDispatch
impl From<IPrintSchemaFeature> for IDispatch
fn from(value: IPrintSchemaFeature) -> Self
fn from(value: IPrintSchemaFeature) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaNUpOption> for IDispatch
impl From<IPrintSchemaNUpOption> for IDispatch
fn from(value: IPrintSchemaNUpOption) -> Self
fn from(value: IPrintSchemaNUpOption) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaOption> for IDispatch
impl From<IPrintSchemaOption> for IDispatch
fn from(value: IPrintSchemaOption) -> Self
fn from(value: IPrintSchemaOption) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaOptionCollection> for IDispatch
impl From<IPrintSchemaOptionCollection> for IDispatch
fn from(value: IPrintSchemaOptionCollection) -> Self
fn from(value: IPrintSchemaOptionCollection) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaPageImageableSize> for IDispatch
impl From<IPrintSchemaPageImageableSize> for IDispatch
fn from(value: IPrintSchemaPageImageableSize) -> Self
fn from(value: IPrintSchemaPageImageableSize) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaPageMediaSizeOption> for IDispatch
impl From<IPrintSchemaPageMediaSizeOption> for IDispatch
fn from(value: IPrintSchemaPageMediaSizeOption) -> Self
fn from(value: IPrintSchemaPageMediaSizeOption) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaParameterDefinition> for IDispatch
impl From<IPrintSchemaParameterDefinition> for IDispatch
fn from(value: IPrintSchemaParameterDefinition) -> Self
fn from(value: IPrintSchemaParameterDefinition) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaParameterInitializer> for IDispatch
impl From<IPrintSchemaParameterInitializer> for IDispatch
fn from(value: IPrintSchemaParameterInitializer) -> Self
fn from(value: IPrintSchemaParameterInitializer) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaTicket> for IDispatch
impl From<IPrintSchemaTicket> for IDispatch
fn from(value: IPrintSchemaTicket) -> Self
fn from(value: IPrintSchemaTicket) -> Self
Converts to this type from the input type.
impl From<IPrintSchemaTicket2> for IDispatch
impl From<IPrintSchemaTicket2> for IDispatch
fn from(value: IPrintSchemaTicket2) -> Self
fn from(value: IPrintSchemaTicket2) -> Self
Converts to this type from the input type.
impl From<IPrinterExtensionContext> for IDispatch
impl From<IPrinterExtensionContext> for IDispatch
fn from(value: IPrinterExtensionContext) -> Self
fn from(value: IPrinterExtensionContext) -> Self
Converts to this type from the input type.
impl From<IPrinterExtensionContextCollection> for IDispatch
impl From<IPrinterExtensionContextCollection> for IDispatch
fn from(value: IPrinterExtensionContextCollection) -> Self
fn from(value: IPrinterExtensionContextCollection) -> Self
Converts to this type from the input type.
impl From<IPrinterExtensionEvent> for IDispatch
impl From<IPrinterExtensionEvent> for IDispatch
fn from(value: IPrinterExtensionEvent) -> Self
fn from(value: IPrinterExtensionEvent) -> Self
Converts to this type from the input type.
impl From<IPrinterExtensionEventArgs> for IDispatch
impl From<IPrinterExtensionEventArgs> for IDispatch
fn from(value: IPrinterExtensionEventArgs) -> Self
fn from(value: IPrinterExtensionEventArgs) -> Self
Converts to this type from the input type.
impl From<IPrinterExtensionRequest> for IDispatch
impl From<IPrinterExtensionRequest> for IDispatch
fn from(value: IPrinterExtensionRequest) -> Self
fn from(value: IPrinterExtensionRequest) -> Self
Converts to this type from the input type.
impl From<IPrinterPropertyBag> for IDispatch
impl From<IPrinterPropertyBag> for IDispatch
fn from(value: IPrinterPropertyBag) -> Self
fn from(value: IPrinterPropertyBag) -> Self
Converts to this type from the input type.
impl From<IPrinterQueue> for IDispatch
impl From<IPrinterQueue> for IDispatch
fn from(value: IPrinterQueue) -> Self
fn from(value: IPrinterQueue) -> Self
Converts to this type from the input type.
impl From<IPrinterQueue2> for IDispatch
impl From<IPrinterQueue2> for IDispatch
fn from(value: IPrinterQueue2) -> Self
fn from(value: IPrinterQueue2) -> Self
Converts to this type from the input type.
impl From<IPrinterQueueEvent> for IDispatch
impl From<IPrinterQueueEvent> for IDispatch
fn from(value: IPrinterQueueEvent) -> Self
fn from(value: IPrinterQueueEvent) -> Self
Converts to this type from the input type.
impl From<IPrinterQueueView> for IDispatch
impl From<IPrinterQueueView> for IDispatch
fn from(value: IPrinterQueueView) -> Self
fn from(value: IPrinterQueueView) -> Self
Converts to this type from the input type.
impl From<IPrinterQueueViewEvent> for IDispatch
impl From<IPrinterQueueViewEvent> for IDispatch
fn from(value: IPrinterQueueViewEvent) -> Self
fn from(value: IPrinterQueueViewEvent) -> Self
Converts to this type from the input type.
impl From<IPrinterScriptContext> for IDispatch
impl From<IPrinterScriptContext> for IDispatch
fn from(value: IPrinterScriptContext) -> Self
fn from(value: IPrinterScriptContext) -> Self
Converts to this type from the input type.
impl From<IPrinterScriptablePropertyBag> for IDispatch
impl From<IPrinterScriptablePropertyBag> for IDispatch
fn from(value: IPrinterScriptablePropertyBag) -> Self
fn from(value: IPrinterScriptablePropertyBag) -> Self
Converts to this type from the input type.
impl From<IPrinterScriptablePropertyBag2> for IDispatch
impl From<IPrinterScriptablePropertyBag2> for IDispatch
fn from(value: IPrinterScriptablePropertyBag2) -> Self
fn from(value: IPrinterScriptablePropertyBag2) -> Self
Converts to this type from the input type.
impl From<IPrinterScriptableSequentialStream> for IDispatch
impl From<IPrinterScriptableSequentialStream> for IDispatch
fn from(value: IPrinterScriptableSequentialStream) -> Self
fn from(value: IPrinterScriptableSequentialStream) -> Self
Converts to this type from the input type.
impl From<IPrinterScriptableStream> for IDispatch
impl From<IPrinterScriptableStream> for IDispatch
fn from(value: IPrinterScriptableStream) -> Self
fn from(value: IPrinterScriptableStream) -> Self
Converts to this type from the input type.
impl From<IProgressItem> for IDispatch
impl From<IProgressItem> for IDispatch
fn from(value: IProgressItem) -> Self
fn from(value: IProgressItem) -> Self
Converts to this type from the input type.
impl From<IProgressItems> for IDispatch
impl From<IProgressItems> for IDispatch
fn from(value: IProgressItems) -> Self
fn from(value: IProgressItems) -> Self
Converts to this type from the input type.
impl From<IProvideWinSATAssessmentInfo> for IDispatch
impl From<IProvideWinSATAssessmentInfo> for IDispatch
fn from(value: IProvideWinSATAssessmentInfo) -> Self
fn from(value: IProvideWinSATAssessmentInfo) -> Self
Converts to this type from the input type.
impl From<IProvideWinSATResultsInfo> for IDispatch
impl From<IProvideWinSATResultsInfo> for IDispatch
fn from(value: IProvideWinSATResultsInfo) -> Self
fn from(value: IProvideWinSATResultsInfo) -> Self
Converts to this type from the input type.
impl From<IQueryAllWinSATAssessments> for IDispatch
impl From<IQueryAllWinSATAssessments> for IDispatch
fn from(value: IQueryAllWinSATAssessments) -> Self
fn from(value: IQueryAllWinSATAssessments) -> Self
Converts to this type from the input type.
impl From<IQueryRecentWinSATAssessment> for IDispatch
impl From<IQueryRecentWinSATAssessment> for IDispatch
fn from(value: IQueryRecentWinSATAssessment) -> Self
fn from(value: IQueryRecentWinSATAssessment) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIApplication> for IDispatch
impl From<IRDPSRAPIApplication> for IDispatch
fn from(value: IRDPSRAPIApplication) -> Self
fn from(value: IRDPSRAPIApplication) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIApplicationFilter> for IDispatch
impl From<IRDPSRAPIApplicationFilter> for IDispatch
fn from(value: IRDPSRAPIApplicationFilter) -> Self
fn from(value: IRDPSRAPIApplicationFilter) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIApplicationList> for IDispatch
impl From<IRDPSRAPIApplicationList> for IDispatch
fn from(value: IRDPSRAPIApplicationList) -> Self
fn from(value: IRDPSRAPIApplicationList) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIAttendee> for IDispatch
impl From<IRDPSRAPIAttendee> for IDispatch
fn from(value: IRDPSRAPIAttendee) -> Self
fn from(value: IRDPSRAPIAttendee) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIAttendeeDisconnectInfo> for IDispatch
impl From<IRDPSRAPIAttendeeDisconnectInfo> for IDispatch
fn from(value: IRDPSRAPIAttendeeDisconnectInfo) -> Self
fn from(value: IRDPSRAPIAttendeeDisconnectInfo) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIAttendeeManager> for IDispatch
impl From<IRDPSRAPIAttendeeManager> for IDispatch
fn from(value: IRDPSRAPIAttendeeManager) -> Self
fn from(value: IRDPSRAPIAttendeeManager) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIFrameBuffer> for IDispatch
impl From<IRDPSRAPIFrameBuffer> for IDispatch
fn from(value: IRDPSRAPIFrameBuffer) -> Self
fn from(value: IRDPSRAPIFrameBuffer) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIInvitation> for IDispatch
impl From<IRDPSRAPIInvitation> for IDispatch
fn from(value: IRDPSRAPIInvitation) -> Self
fn from(value: IRDPSRAPIInvitation) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIInvitationManager> for IDispatch
impl From<IRDPSRAPIInvitationManager> for IDispatch
fn from(value: IRDPSRAPIInvitationManager) -> Self
fn from(value: IRDPSRAPIInvitationManager) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPISessionProperties> for IDispatch
impl From<IRDPSRAPISessionProperties> for IDispatch
fn from(value: IRDPSRAPISessionProperties) -> Self
fn from(value: IRDPSRAPISessionProperties) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPISharingSession> for IDispatch
impl From<IRDPSRAPISharingSession> for IDispatch
fn from(value: IRDPSRAPISharingSession) -> Self
fn from(value: IRDPSRAPISharingSession) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPISharingSession2> for IDispatch
impl From<IRDPSRAPISharingSession2> for IDispatch
fn from(value: IRDPSRAPISharingSession2) -> Self
fn from(value: IRDPSRAPISharingSession2) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPITcpConnectionInfo> for IDispatch
impl From<IRDPSRAPITcpConnectionInfo> for IDispatch
fn from(value: IRDPSRAPITcpConnectionInfo) -> Self
fn from(value: IRDPSRAPITcpConnectionInfo) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIViewer> for IDispatch
impl From<IRDPSRAPIViewer> for IDispatch
fn from(value: IRDPSRAPIViewer) -> Self
fn from(value: IRDPSRAPIViewer) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIVirtualChannel> for IDispatch
impl From<IRDPSRAPIVirtualChannel> for IDispatch
fn from(value: IRDPSRAPIVirtualChannel) -> Self
fn from(value: IRDPSRAPIVirtualChannel) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIVirtualChannelManager> for IDispatch
impl From<IRDPSRAPIVirtualChannelManager> for IDispatch
fn from(value: IRDPSRAPIVirtualChannelManager) -> Self
fn from(value: IRDPSRAPIVirtualChannelManager) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIWindow> for IDispatch
impl From<IRDPSRAPIWindow> for IDispatch
fn from(value: IRDPSRAPIWindow) -> Self
fn from(value: IRDPSRAPIWindow) -> Self
Converts to this type from the input type.
impl From<IRDPSRAPIWindowList> for IDispatch
impl From<IRDPSRAPIWindowList> for IDispatch
fn from(value: IRDPSRAPIWindowList) -> Self
fn from(value: IRDPSRAPIWindowList) -> Self
Converts to this type from the input type.
impl From<IRTCBuddyEvent> for IDispatch
impl From<IRTCBuddyEvent> for IDispatch
fn from(value: IRTCBuddyEvent) -> Self
fn from(value: IRTCBuddyEvent) -> Self
Converts to this type from the input type.
impl From<IRTCBuddyEvent2> for IDispatch
impl From<IRTCBuddyEvent2> for IDispatch
fn from(value: IRTCBuddyEvent2) -> Self
fn from(value: IRTCBuddyEvent2) -> Self
Converts to this type from the input type.
impl From<IRTCBuddyGroupEvent> for IDispatch
impl From<IRTCBuddyGroupEvent> for IDispatch
fn from(value: IRTCBuddyGroupEvent) -> Self
fn from(value: IRTCBuddyGroupEvent) -> Self
Converts to this type from the input type.
impl From<IRTCClientEvent> for IDispatch
impl From<IRTCClientEvent> for IDispatch
fn from(value: IRTCClientEvent) -> Self
fn from(value: IRTCClientEvent) -> Self
Converts to this type from the input type.
impl From<IRTCCollection> for IDispatch
impl From<IRTCCollection> for IDispatch
fn from(value: IRTCCollection) -> Self
fn from(value: IRTCCollection) -> Self
Converts to this type from the input type.
impl From<IRTCDispatchEventNotification> for IDispatch
impl From<IRTCDispatchEventNotification> for IDispatch
fn from(value: IRTCDispatchEventNotification) -> Self
fn from(value: IRTCDispatchEventNotification) -> Self
Converts to this type from the input type.
impl From<IRTCInfoEvent> for IDispatch
impl From<IRTCInfoEvent> for IDispatch
fn from(value: IRTCInfoEvent) -> Self
fn from(value: IRTCInfoEvent) -> Self
Converts to this type from the input type.
impl From<IRTCIntensityEvent> for IDispatch
impl From<IRTCIntensityEvent> for IDispatch
fn from(value: IRTCIntensityEvent) -> Self
fn from(value: IRTCIntensityEvent) -> Self
Converts to this type from the input type.
impl From<IRTCMediaEvent> for IDispatch
impl From<IRTCMediaEvent> for IDispatch
fn from(value: IRTCMediaEvent) -> Self
fn from(value: IRTCMediaEvent) -> Self
Converts to this type from the input type.
impl From<IRTCMediaRequestEvent> for IDispatch
impl From<IRTCMediaRequestEvent> for IDispatch
fn from(value: IRTCMediaRequestEvent) -> Self
fn from(value: IRTCMediaRequestEvent) -> Self
Converts to this type from the input type.
impl From<IRTCMessagingEvent> for IDispatch
impl From<IRTCMessagingEvent> for IDispatch
fn from(value: IRTCMessagingEvent) -> Self
fn from(value: IRTCMessagingEvent) -> Self
Converts to this type from the input type.
impl From<IRTCParticipantStateChangeEvent> for IDispatch
impl From<IRTCParticipantStateChangeEvent> for IDispatch
fn from(value: IRTCParticipantStateChangeEvent) -> Self
fn from(value: IRTCParticipantStateChangeEvent) -> Self
Converts to this type from the input type.
impl From<IRTCPresenceDataEvent> for IDispatch
impl From<IRTCPresenceDataEvent> for IDispatch
fn from(value: IRTCPresenceDataEvent) -> Self
fn from(value: IRTCPresenceDataEvent) -> Self
Converts to this type from the input type.
impl From<IRTCPresencePropertyEvent> for IDispatch
impl From<IRTCPresencePropertyEvent> for IDispatch
fn from(value: IRTCPresencePropertyEvent) -> Self
fn from(value: IRTCPresencePropertyEvent) -> Self
Converts to this type from the input type.
impl From<IRTCPresenceStatusEvent> for IDispatch
impl From<IRTCPresenceStatusEvent> for IDispatch
fn from(value: IRTCPresenceStatusEvent) -> Self
fn from(value: IRTCPresenceStatusEvent) -> Self
Converts to this type from the input type.
impl From<IRTCProfileEvent> for IDispatch
impl From<IRTCProfileEvent> for IDispatch
fn from(value: IRTCProfileEvent) -> Self
fn from(value: IRTCProfileEvent) -> Self
Converts to this type from the input type.
impl From<IRTCProfileEvent2> for IDispatch
impl From<IRTCProfileEvent2> for IDispatch
fn from(value: IRTCProfileEvent2) -> Self
fn from(value: IRTCProfileEvent2) -> Self
Converts to this type from the input type.
impl From<IRTCReInviteEvent> for IDispatch
impl From<IRTCReInviteEvent> for IDispatch
fn from(value: IRTCReInviteEvent) -> Self
fn from(value: IRTCReInviteEvent) -> Self
Converts to this type from the input type.
impl From<IRTCRegistrationStateChangeEvent> for IDispatch
impl From<IRTCRegistrationStateChangeEvent> for IDispatch
fn from(value: IRTCRegistrationStateChangeEvent) -> Self
fn from(value: IRTCRegistrationStateChangeEvent) -> Self
Converts to this type from the input type.
impl From<IRTCRoamingEvent> for IDispatch
impl From<IRTCRoamingEvent> for IDispatch
fn from(value: IRTCRoamingEvent) -> Self
fn from(value: IRTCRoamingEvent) -> Self
Converts to this type from the input type.
impl From<IRTCSessionOperationCompleteEvent> for IDispatch
impl From<IRTCSessionOperationCompleteEvent> for IDispatch
fn from(value: IRTCSessionOperationCompleteEvent) -> Self
fn from(value: IRTCSessionOperationCompleteEvent) -> Self
Converts to this type from the input type.
impl From<IRTCSessionOperationCompleteEvent2> for IDispatch
impl From<IRTCSessionOperationCompleteEvent2> for IDispatch
fn from(value: IRTCSessionOperationCompleteEvent2) -> Self
fn from(value: IRTCSessionOperationCompleteEvent2) -> Self
Converts to this type from the input type.
impl From<IRTCSessionReferStatusEvent> for IDispatch
impl From<IRTCSessionReferStatusEvent> for IDispatch
fn from(value: IRTCSessionReferStatusEvent) -> Self
fn from(value: IRTCSessionReferStatusEvent) -> Self
Converts to this type from the input type.
impl From<IRTCSessionReferredEvent> for IDispatch
impl From<IRTCSessionReferredEvent> for IDispatch
fn from(value: IRTCSessionReferredEvent) -> Self
fn from(value: IRTCSessionReferredEvent) -> Self
Converts to this type from the input type.
impl From<IRTCSessionStateChangeEvent> for IDispatch
impl From<IRTCSessionStateChangeEvent> for IDispatch
fn from(value: IRTCSessionStateChangeEvent) -> Self
fn from(value: IRTCSessionStateChangeEvent) -> Self
Converts to this type from the input type.
impl From<IRTCSessionStateChangeEvent2> for IDispatch
impl From<IRTCSessionStateChangeEvent2> for IDispatch
fn from(value: IRTCSessionStateChangeEvent2) -> Self
fn from(value: IRTCSessionStateChangeEvent2) -> Self
Converts to this type from the input type.
impl From<IRTCUserSearchResultsEvent> for IDispatch
impl From<IRTCUserSearchResultsEvent> for IDispatch
fn from(value: IRTCUserSearchResultsEvent) -> Self
fn from(value: IRTCUserSearchResultsEvent) -> Self
Converts to this type from the input type.
impl From<IRTCWatcherEvent> for IDispatch
impl From<IRTCWatcherEvent> for IDispatch
fn from(value: IRTCWatcherEvent) -> Self
fn from(value: IRTCWatcherEvent) -> Self
Converts to this type from the input type.
impl From<IRTCWatcherEvent2> for IDispatch
impl From<IRTCWatcherEvent2> for IDispatch
fn from(value: IRTCWatcherEvent2) -> Self
fn from(value: IRTCWatcherEvent2) -> Self
Converts to this type from the input type.
impl From<IRawCDImageCreator> for IDispatch
impl From<IRawCDImageCreator> for IDispatch
fn from(value: IRawCDImageCreator) -> Self
fn from(value: IRawCDImageCreator) -> Self
Converts to this type from the input type.
impl From<IRawCDImageTrackInfo> for IDispatch
impl From<IRawCDImageTrackInfo> for IDispatch
fn from(value: IRawCDImageTrackInfo) -> Self
fn from(value: IRawCDImageTrackInfo) -> Self
Converts to this type from the input type.
impl From<IRegFilterInfo> for IDispatch
impl From<IRegFilterInfo> for IDispatch
fn from(value: IRegFilterInfo) -> Self
fn from(value: IRegFilterInfo) -> Self
Converts to this type from the input type.
impl From<IRegisteredTask> for IDispatch
impl From<IRegisteredTask> for IDispatch
fn from(value: IRegisteredTask) -> Self
fn from(value: IRegisteredTask) -> Self
Converts to this type from the input type.
impl From<IRegisteredTaskCollection> for IDispatch
impl From<IRegisteredTaskCollection> for IDispatch
fn from(value: IRegisteredTaskCollection) -> Self
fn from(value: IRegisteredTaskCollection) -> Self
Converts to this type from the input type.
impl From<IRegistrationInfo> for IDispatch
impl From<IRegistrationInfo> for IDispatch
fn from(value: IRegistrationInfo) -> Self
fn from(value: IRegistrationInfo) -> Self
Converts to this type from the input type.
impl From<IRegistrationTrigger> for IDispatch
impl From<IRegistrationTrigger> for IDispatch
fn from(value: IRegistrationTrigger) -> Self
fn from(value: IRegistrationTrigger) -> Self
Converts to this type from the input type.
impl From<IRemoteComponentUtil> for IDispatch
impl From<IRemoteComponentUtil> for IDispatch
fn from(value: IRemoteComponentUtil) -> Self
fn from(value: IRemoteComponentUtil) -> Self
Converts to this type from the input type.
impl From<IRemoteDesktopClient> for IDispatch
impl From<IRemoteDesktopClient> for IDispatch
fn from(value: IRemoteDesktopClient) -> Self
fn from(value: IRemoteDesktopClient) -> Self
Converts to this type from the input type.
impl From<IRemoteDesktopClientActions> for IDispatch
impl From<IRemoteDesktopClientActions> for IDispatch
fn from(value: IRemoteDesktopClientActions) -> Self
fn from(value: IRemoteDesktopClientActions) -> Self
Converts to this type from the input type.
impl From<IRemoteDesktopClientSettings> for IDispatch
impl From<IRemoteDesktopClientSettings> for IDispatch
fn from(value: IRemoteDesktopClientSettings) -> Self
fn from(value: IRemoteDesktopClientSettings) -> Self
Converts to this type from the input type.
impl From<IRemoteDesktopClientTouchPointer> for IDispatch
impl From<IRemoteDesktopClientTouchPointer> for IDispatch
fn from(value: IRemoteDesktopClientTouchPointer) -> Self
fn from(value: IRemoteDesktopClientTouchPointer) -> Self
Converts to this type from the input type.
impl From<IRepetitionPattern> for IDispatch
impl From<IRepetitionPattern> for IDispatch
fn from(value: IRepetitionPattern) -> Self
fn from(value: IRepetitionPattern) -> Self
Converts to this type from the input type.
impl From<IRoleAssociationUtil> for IDispatch
impl From<IRoleAssociationUtil> for IDispatch
fn from(value: IRoleAssociationUtil) -> Self
fn from(value: IRoleAssociationUtil) -> Self
Converts to this type from the input type.
impl From<IRunningTask> for IDispatch
impl From<IRunningTask> for IDispatch
fn from(value: IRunningTask) -> Self
fn from(value: IRunningTask) -> Self
Converts to this type from the input type.
impl From<IRunningTaskCollection> for IDispatch
impl From<IRunningTaskCollection> for IDispatch
fn from(value: IRunningTaskCollection) -> Self
fn from(value: IRunningTaskCollection) -> Self
Converts to this type from the input type.
impl From<ISClusApplication> for IDispatch
impl From<ISClusApplication> for IDispatch
fn from(value: ISClusApplication) -> Self
fn from(value: ISClusApplication) -> Self
Converts to this type from the input type.
impl From<ISClusCryptoKeys> for IDispatch
impl From<ISClusCryptoKeys> for IDispatch
fn from(value: ISClusCryptoKeys) -> Self
fn from(value: ISClusCryptoKeys) -> Self
Converts to this type from the input type.
impl From<ISClusDisk> for IDispatch
impl From<ISClusDisk> for IDispatch
fn from(value: ISClusDisk) -> Self
fn from(value: ISClusDisk) -> Self
Converts to this type from the input type.
impl From<ISClusDisks> for IDispatch
impl From<ISClusDisks> for IDispatch
fn from(value: ISClusDisks) -> Self
fn from(value: ISClusDisks) -> Self
Converts to this type from the input type.
impl From<ISClusNetInterface> for IDispatch
impl From<ISClusNetInterface> for IDispatch
fn from(value: ISClusNetInterface) -> Self
fn from(value: ISClusNetInterface) -> Self
Converts to this type from the input type.
impl From<ISClusNetInterfaces> for IDispatch
impl From<ISClusNetInterfaces> for IDispatch
fn from(value: ISClusNetInterfaces) -> Self
fn from(value: ISClusNetInterfaces) -> Self
Converts to this type from the input type.
impl From<ISClusNetwork> for IDispatch
impl From<ISClusNetwork> for IDispatch
fn from(value: ISClusNetwork) -> Self
fn from(value: ISClusNetwork) -> Self
Converts to this type from the input type.
impl From<ISClusNetworkNetInterfaces> for IDispatch
impl From<ISClusNetworkNetInterfaces> for IDispatch
fn from(value: ISClusNetworkNetInterfaces) -> Self
fn from(value: ISClusNetworkNetInterfaces) -> Self
Converts to this type from the input type.
impl From<ISClusNetworks> for IDispatch
impl From<ISClusNetworks> for IDispatch
fn from(value: ISClusNetworks) -> Self
fn from(value: ISClusNetworks) -> Self
Converts to this type from the input type.
impl From<ISClusNode> for IDispatch
impl From<ISClusNode> for IDispatch
fn from(value: ISClusNode) -> Self
fn from(value: ISClusNode) -> Self
Converts to this type from the input type.
impl From<ISClusNodeNetInterfaces> for IDispatch
impl From<ISClusNodeNetInterfaces> for IDispatch
fn from(value: ISClusNodeNetInterfaces) -> Self
fn from(value: ISClusNodeNetInterfaces) -> Self
Converts to this type from the input type.
impl From<ISClusNodes> for IDispatch
impl From<ISClusNodes> for IDispatch
fn from(value: ISClusNodes) -> Self
fn from(value: ISClusNodes) -> Self
Converts to this type from the input type.
impl From<ISClusPartition> for IDispatch
impl From<ISClusPartition> for IDispatch
fn from(value: ISClusPartition) -> Self
fn from(value: ISClusPartition) -> Self
Converts to this type from the input type.
impl From<ISClusPartitionEx> for IDispatch
impl From<ISClusPartitionEx> for IDispatch
fn from(value: ISClusPartitionEx) -> Self
fn from(value: ISClusPartitionEx) -> Self
Converts to this type from the input type.
impl From<ISClusPartitions> for IDispatch
impl From<ISClusPartitions> for IDispatch
fn from(value: ISClusPartitions) -> Self
fn from(value: ISClusPartitions) -> Self
Converts to this type from the input type.
impl From<ISClusProperties> for IDispatch
impl From<ISClusProperties> for IDispatch
fn from(value: ISClusProperties) -> Self
fn from(value: ISClusProperties) -> Self
Converts to this type from the input type.
impl From<ISClusProperty> for IDispatch
impl From<ISClusProperty> for IDispatch
fn from(value: ISClusProperty) -> Self
fn from(value: ISClusProperty) -> Self
Converts to this type from the input type.
impl From<ISClusPropertyValue> for IDispatch
impl From<ISClusPropertyValue> for IDispatch
fn from(value: ISClusPropertyValue) -> Self
fn from(value: ISClusPropertyValue) -> Self
Converts to this type from the input type.
impl From<ISClusPropertyValueData> for IDispatch
impl From<ISClusPropertyValueData> for IDispatch
fn from(value: ISClusPropertyValueData) -> Self
fn from(value: ISClusPropertyValueData) -> Self
Converts to this type from the input type.
impl From<ISClusPropertyValues> for IDispatch
impl From<ISClusPropertyValues> for IDispatch
fn from(value: ISClusPropertyValues) -> Self
fn from(value: ISClusPropertyValues) -> Self
Converts to this type from the input type.
impl From<ISClusRefObject> for IDispatch
impl From<ISClusRefObject> for IDispatch
fn from(value: ISClusRefObject) -> Self
fn from(value: ISClusRefObject) -> Self
Converts to this type from the input type.
impl From<ISClusRegistryKeys> for IDispatch
impl From<ISClusRegistryKeys> for IDispatch
fn from(value: ISClusRegistryKeys) -> Self
fn from(value: ISClusRegistryKeys) -> Self
Converts to this type from the input type.
impl From<ISClusResDependencies> for IDispatch
impl From<ISClusResDependencies> for IDispatch
fn from(value: ISClusResDependencies) -> Self
fn from(value: ISClusResDependencies) -> Self
Converts to this type from the input type.
impl From<ISClusResDependents> for IDispatch
impl From<ISClusResDependents> for IDispatch
fn from(value: ISClusResDependents) -> Self
fn from(value: ISClusResDependents) -> Self
Converts to this type from the input type.
impl From<ISClusResGroup> for IDispatch
impl From<ISClusResGroup> for IDispatch
fn from(value: ISClusResGroup) -> Self
fn from(value: ISClusResGroup) -> Self
Converts to this type from the input type.
impl From<ISClusResGroupPreferredOwnerNodes> for IDispatch
impl From<ISClusResGroupPreferredOwnerNodes> for IDispatch
fn from(value: ISClusResGroupPreferredOwnerNodes) -> Self
fn from(value: ISClusResGroupPreferredOwnerNodes) -> Self
Converts to this type from the input type.
impl From<ISClusResGroupResources> for IDispatch
impl From<ISClusResGroupResources> for IDispatch
fn from(value: ISClusResGroupResources) -> Self
fn from(value: ISClusResGroupResources) -> Self
Converts to this type from the input type.
impl From<ISClusResGroups> for IDispatch
impl From<ISClusResGroups> for IDispatch
fn from(value: ISClusResGroups) -> Self
fn from(value: ISClusResGroups) -> Self
Converts to this type from the input type.
impl From<ISClusResPossibleOwnerNodes> for IDispatch
impl From<ISClusResPossibleOwnerNodes> for IDispatch
fn from(value: ISClusResPossibleOwnerNodes) -> Self
fn from(value: ISClusResPossibleOwnerNodes) -> Self
Converts to this type from the input type.
impl From<ISClusResType> for IDispatch
impl From<ISClusResType> for IDispatch
fn from(value: ISClusResType) -> Self
fn from(value: ISClusResType) -> Self
Converts to this type from the input type.
impl From<ISClusResTypePossibleOwnerNodes> for IDispatch
impl From<ISClusResTypePossibleOwnerNodes> for IDispatch
fn from(value: ISClusResTypePossibleOwnerNodes) -> Self
fn from(value: ISClusResTypePossibleOwnerNodes) -> Self
Converts to this type from the input type.
impl From<ISClusResTypeResources> for IDispatch
impl From<ISClusResTypeResources> for IDispatch
fn from(value: ISClusResTypeResources) -> Self
fn from(value: ISClusResTypeResources) -> Self
Converts to this type from the input type.
impl From<ISClusResTypes> for IDispatch
impl From<ISClusResTypes> for IDispatch
fn from(value: ISClusResTypes) -> Self
fn from(value: ISClusResTypes) -> Self
Converts to this type from the input type.
impl From<ISClusResource> for IDispatch
impl From<ISClusResource> for IDispatch
fn from(value: ISClusResource) -> Self
fn from(value: ISClusResource) -> Self
Converts to this type from the input type.
impl From<ISClusResources> for IDispatch
impl From<ISClusResources> for IDispatch
fn from(value: ISClusResources) -> Self
fn from(value: ISClusResources) -> Self
Converts to this type from the input type.
impl From<ISClusScsiAddress> for IDispatch
impl From<ISClusScsiAddress> for IDispatch
fn from(value: ISClusScsiAddress) -> Self
fn from(value: ISClusScsiAddress) -> Self
Converts to this type from the input type.
impl From<ISClusVersion> for IDispatch
impl From<ISClusVersion> for IDispatch
fn from(value: ISClusVersion) -> Self
fn from(value: ISClusVersion) -> Self
Converts to this type from the input type.
impl From<ISClusterNames> for IDispatch
impl From<ISClusterNames> for IDispatch
fn from(value: ISClusterNames) -> Self
fn from(value: ISClusterNames) -> Self
Converts to this type from the input type.
impl From<ISDomainNames> for IDispatch
impl From<ISDomainNames> for IDispatch
fn from(value: ISDomainNames) -> Self
fn from(value: ISDomainNames) -> Self
Converts to this type from the input type.
impl From<ISWbemDateTime> for IDispatch
impl From<ISWbemDateTime> for IDispatch
fn from(value: ISWbemDateTime) -> Self
fn from(value: ISWbemDateTime) -> Self
Converts to this type from the input type.
impl From<ISWbemEventSource> for IDispatch
impl From<ISWbemEventSource> for IDispatch
fn from(value: ISWbemEventSource) -> Self
fn from(value: ISWbemEventSource) -> Self
Converts to this type from the input type.
impl From<ISWbemLastError> for IDispatch
impl From<ISWbemLastError> for IDispatch
fn from(value: ISWbemLastError) -> Self
fn from(value: ISWbemLastError) -> Self
Converts to this type from the input type.
impl From<ISWbemLocator> for IDispatch
impl From<ISWbemLocator> for IDispatch
fn from(value: ISWbemLocator) -> Self
fn from(value: ISWbemLocator) -> Self
Converts to this type from the input type.
impl From<ISWbemMethod> for IDispatch
impl From<ISWbemMethod> for IDispatch
fn from(value: ISWbemMethod) -> Self
fn from(value: ISWbemMethod) -> Self
Converts to this type from the input type.
impl From<ISWbemMethodSet> for IDispatch
impl From<ISWbemMethodSet> for IDispatch
fn from(value: ISWbemMethodSet) -> Self
fn from(value: ISWbemMethodSet) -> Self
Converts to this type from the input type.
impl From<ISWbemNamedValue> for IDispatch
impl From<ISWbemNamedValue> for IDispatch
fn from(value: ISWbemNamedValue) -> Self
fn from(value: ISWbemNamedValue) -> Self
Converts to this type from the input type.
impl From<ISWbemNamedValueSet> for IDispatch
impl From<ISWbemNamedValueSet> for IDispatch
fn from(value: ISWbemNamedValueSet) -> Self
fn from(value: ISWbemNamedValueSet) -> Self
Converts to this type from the input type.
impl From<ISWbemObject> for IDispatch
impl From<ISWbemObject> for IDispatch
fn from(value: ISWbemObject) -> Self
fn from(value: ISWbemObject) -> Self
Converts to this type from the input type.
impl From<ISWbemObjectEx> for IDispatch
impl From<ISWbemObjectEx> for IDispatch
fn from(value: ISWbemObjectEx) -> Self
fn from(value: ISWbemObjectEx) -> Self
Converts to this type from the input type.
impl From<ISWbemObjectPath> for IDispatch
impl From<ISWbemObjectPath> for IDispatch
fn from(value: ISWbemObjectPath) -> Self
fn from(value: ISWbemObjectPath) -> Self
Converts to this type from the input type.
impl From<ISWbemObjectSet> for IDispatch
impl From<ISWbemObjectSet> for IDispatch
fn from(value: ISWbemObjectSet) -> Self
fn from(value: ISWbemObjectSet) -> Self
Converts to this type from the input type.
impl From<ISWbemPrivilege> for IDispatch
impl From<ISWbemPrivilege> for IDispatch
fn from(value: ISWbemPrivilege) -> Self
fn from(value: ISWbemPrivilege) -> Self
Converts to this type from the input type.
impl From<ISWbemPrivilegeSet> for IDispatch
impl From<ISWbemPrivilegeSet> for IDispatch
fn from(value: ISWbemPrivilegeSet) -> Self
fn from(value: ISWbemPrivilegeSet) -> Self
Converts to this type from the input type.
impl From<ISWbemProperty> for IDispatch
impl From<ISWbemProperty> for IDispatch
fn from(value: ISWbemProperty) -> Self
fn from(value: ISWbemProperty) -> Self
Converts to this type from the input type.
impl From<ISWbemPropertySet> for IDispatch
impl From<ISWbemPropertySet> for IDispatch
fn from(value: ISWbemPropertySet) -> Self
fn from(value: ISWbemPropertySet) -> Self
Converts to this type from the input type.
impl From<ISWbemQualifier> for IDispatch
impl From<ISWbemQualifier> for IDispatch
fn from(value: ISWbemQualifier) -> Self
fn from(value: ISWbemQualifier) -> Self
Converts to this type from the input type.
impl From<ISWbemQualifierSet> for IDispatch
impl From<ISWbemQualifierSet> for IDispatch
fn from(value: ISWbemQualifierSet) -> Self
fn from(value: ISWbemQualifierSet) -> Self
Converts to this type from the input type.
impl From<ISWbemRefreshableItem> for IDispatch
impl From<ISWbemRefreshableItem> for IDispatch
fn from(value: ISWbemRefreshableItem) -> Self
fn from(value: ISWbemRefreshableItem) -> Self
Converts to this type from the input type.
impl From<ISWbemRefresher> for IDispatch
impl From<ISWbemRefresher> for IDispatch
fn from(value: ISWbemRefresher) -> Self
fn from(value: ISWbemRefresher) -> Self
Converts to this type from the input type.
impl From<ISWbemSecurity> for IDispatch
impl From<ISWbemSecurity> for IDispatch
fn from(value: ISWbemSecurity) -> Self
fn from(value: ISWbemSecurity) -> Self
Converts to this type from the input type.
impl From<ISWbemServices> for IDispatch
impl From<ISWbemServices> for IDispatch
fn from(value: ISWbemServices) -> Self
fn from(value: ISWbemServices) -> Self
Converts to this type from the input type.
impl From<ISWbemServicesEx> for IDispatch
impl From<ISWbemServicesEx> for IDispatch
fn from(value: ISWbemServicesEx) -> Self
fn from(value: ISWbemServicesEx) -> Self
Converts to this type from the input type.
impl From<ISWbemSink> for IDispatch
impl From<ISWbemSink> for IDispatch
fn from(value: ISWbemSink) -> Self
fn from(value: ISWbemSink) -> Self
Converts to this type from the input type.
impl From<ISWbemSinkEvents> for IDispatch
impl From<ISWbemSinkEvents> for IDispatch
fn from(value: ISWbemSinkEvents) -> Self
fn from(value: ISWbemSinkEvents) -> Self
Converts to this type from the input type.
impl From<IScheduleCollection> for IDispatch
impl From<IScheduleCollection> for IDispatch
fn from(value: IScheduleCollection) -> Self
fn from(value: IScheduleCollection) -> Self
Converts to this type from the input type.
impl From<ISchemaAny> for IDispatch
impl From<ISchemaAny> for IDispatch
fn from(value: ISchemaAny) -> Self
fn from(value: ISchemaAny) -> Self
Converts to this type from the input type.
impl From<ISchemaAttribute> for IDispatch
impl From<ISchemaAttribute> for IDispatch
fn from(value: ISchemaAttribute) -> Self
fn from(value: ISchemaAttribute) -> Self
Converts to this type from the input type.
impl From<ISchemaAttributeGroup> for IDispatch
impl From<ISchemaAttributeGroup> for IDispatch
fn from(value: ISchemaAttributeGroup) -> Self
fn from(value: ISchemaAttributeGroup) -> Self
Converts to this type from the input type.
impl From<ISchemaComplexType> for IDispatch
impl From<ISchemaComplexType> for IDispatch
fn from(value: ISchemaComplexType) -> Self
fn from(value: ISchemaComplexType) -> Self
Converts to this type from the input type.
impl From<ISchemaElement> for IDispatch
impl From<ISchemaElement> for IDispatch
fn from(value: ISchemaElement) -> Self
fn from(value: ISchemaElement) -> Self
Converts to this type from the input type.
impl From<ISchemaIdentityConstraint> for IDispatch
impl From<ISchemaIdentityConstraint> for IDispatch
fn from(value: ISchemaIdentityConstraint) -> Self
fn from(value: ISchemaIdentityConstraint) -> Self
Converts to this type from the input type.
impl From<ISchemaItem> for IDispatch
impl From<ISchemaItem> for IDispatch
fn from(value: ISchemaItem) -> Self
fn from(value: ISchemaItem) -> Self
Converts to this type from the input type.
impl From<ISchemaItemCollection> for IDispatch
impl From<ISchemaItemCollection> for IDispatch
fn from(value: ISchemaItemCollection) -> Self
fn from(value: ISchemaItemCollection) -> Self
Converts to this type from the input type.
impl From<ISchemaModelGroup> for IDispatch
impl From<ISchemaModelGroup> for IDispatch
fn from(value: ISchemaModelGroup) -> Self
fn from(value: ISchemaModelGroup) -> Self
Converts to this type from the input type.
impl From<ISchemaNotation> for IDispatch
impl From<ISchemaNotation> for IDispatch
fn from(value: ISchemaNotation) -> Self
fn from(value: ISchemaNotation) -> Self
Converts to this type from the input type.
impl From<ISchemaParticle> for IDispatch
impl From<ISchemaParticle> for IDispatch
fn from(value: ISchemaParticle) -> Self
fn from(value: ISchemaParticle) -> Self
Converts to this type from the input type.
impl From<ISchemaStringCollection> for IDispatch
impl From<ISchemaStringCollection> for IDispatch
fn from(value: ISchemaStringCollection) -> Self
fn from(value: ISchemaStringCollection) -> Self
Converts to this type from the input type.
impl From<ISchemaType> for IDispatch
impl From<ISchemaType> for IDispatch
fn from(value: ISchemaType) -> Self
fn from(value: ISchemaType) -> Self
Converts to this type from the input type.
impl From<IScriptErrorList> for IDispatch
impl From<IScriptErrorList> for IDispatch
fn from(value: IScriptErrorList) -> Self
fn from(value: IScriptErrorList) -> Self
Converts to this type from the input type.
impl From<ISdoCollection> for IDispatch
impl From<ISdoCollection> for IDispatch
fn from(value: ISdoCollection) -> Self
fn from(value: ISdoCollection) -> Self
Converts to this type from the input type.
impl From<ISdoDictionaryOld> for IDispatch
impl From<ISdoDictionaryOld> for IDispatch
fn from(value: ISdoDictionaryOld) -> Self
fn from(value: ISdoDictionaryOld) -> Self
Converts to this type from the input type.
impl From<ISdoMachine> for IDispatch
impl From<ISdoMachine> for IDispatch
fn from(value: ISdoMachine) -> Self
fn from(value: ISdoMachine) -> Self
Converts to this type from the input type.
impl From<ISdoMachine2> for IDispatch
impl From<ISdoMachine2> for IDispatch
fn from(value: ISdoMachine2) -> Self
fn from(value: ISdoMachine2) -> Self
Converts to this type from the input type.
impl From<ISdoServiceControl> for IDispatch
impl From<ISdoServiceControl> for IDispatch
fn from(value: ISdoServiceControl) -> Self
fn from(value: ISdoServiceControl) -> Self
Converts to this type from the input type.
impl From<ISearchCompletedCallbackArgs> for IDispatch
impl From<ISearchCompletedCallbackArgs> for IDispatch
fn from(value: ISearchCompletedCallbackArgs) -> Self
fn from(value: ISearchCompletedCallbackArgs) -> Self
Converts to this type from the input type.
impl From<ISearchJob> for IDispatch
impl From<ISearchJob> for IDispatch
fn from(value: ISearchJob) -> Self
fn from(value: ISearchJob) -> Self
Converts to this type from the input type.
impl From<ISearchResult> for IDispatch
impl From<ISearchResult> for IDispatch
fn from(value: ISearchResult) -> Self
fn from(value: ISearchResult) -> Self
Converts to this type from the input type.
impl From<ISecurityCallContext> for IDispatch
impl From<ISecurityCallContext> for IDispatch
fn from(value: ISecurityCallContext) -> Self
fn from(value: ISecurityCallContext) -> Self
Converts to this type from the input type.
impl From<ISecurityCallersColl> for IDispatch
impl From<ISecurityCallersColl> for IDispatch
fn from(value: ISecurityCallersColl) -> Self
fn from(value: ISecurityCallersColl) -> Self
Converts to this type from the input type.
impl From<ISecurityIdentityColl> for IDispatch
impl From<ISecurityIdentityColl> for IDispatch
fn from(value: ISecurityIdentityColl) -> Self
fn from(value: ISecurityIdentityColl) -> Self
Converts to this type from the input type.
impl From<ISensLogon> for IDispatch
impl From<ISensLogon> for IDispatch
fn from(value: ISensLogon) -> Self
fn from(value: ISensLogon) -> Self
Converts to this type from the input type.
impl From<ISensLogon2> for IDispatch
impl From<ISensLogon2> for IDispatch
fn from(value: ISensLogon2) -> Self
fn from(value: ISensLogon2) -> Self
Converts to this type from the input type.
impl From<ISensNetwork> for IDispatch
impl From<ISensNetwork> for IDispatch
fn from(value: ISensNetwork) -> Self
fn from(value: ISensNetwork) -> Self
Converts to this type from the input type.
impl From<ISensOnNow> for IDispatch
impl From<ISensOnNow> for IDispatch
fn from(value: ISensOnNow) -> Self
fn from(value: ISensOnNow) -> Self
Converts to this type from the input type.
impl From<IServerXMLHTTPRequest> for IDispatch
impl From<IServerXMLHTTPRequest> for IDispatch
fn from(value: IServerXMLHTTPRequest) -> Self
fn from(value: IServerXMLHTTPRequest) -> Self
Converts to this type from the input type.
impl From<IServerXMLHTTPRequest2> for IDispatch
impl From<IServerXMLHTTPRequest2> for IDispatch
fn from(value: IServerXMLHTTPRequest2) -> Self
fn from(value: IServerXMLHTTPRequest2) -> Self
Converts to this type from the input type.
impl From<ISessionStateChangeTrigger> for IDispatch
impl From<ISessionStateChangeTrigger> for IDispatch
fn from(value: ISessionStateChangeTrigger) -> Self
fn from(value: ISessionStateChangeTrigger) -> Self
Converts to this type from the input type.
fn from(value: ISharedProperty) -> Self
fn from(value: ISharedProperty) -> Self
Converts to this type from the input type.
fn from(value: ISharedPropertyGroup) -> Self
fn from(value: ISharedPropertyGroup) -> Self
Converts to this type from the input type.
fn from(value: ISharedPropertyGroupManager) -> Self
fn from(value: ISharedPropertyGroupManager) -> Self
Converts to this type from the input type.
impl From<IShellDispatch> for IDispatch
impl From<IShellDispatch> for IDispatch
fn from(value: IShellDispatch) -> Self
fn from(value: IShellDispatch) -> Self
Converts to this type from the input type.
impl From<IShellDispatch2> for IDispatch
impl From<IShellDispatch2> for IDispatch
fn from(value: IShellDispatch2) -> Self
fn from(value: IShellDispatch2) -> Self
Converts to this type from the input type.
impl From<IShellDispatch3> for IDispatch
impl From<IShellDispatch3> for IDispatch
fn from(value: IShellDispatch3) -> Self
fn from(value: IShellDispatch3) -> Self
Converts to this type from the input type.
impl From<IShellDispatch4> for IDispatch
impl From<IShellDispatch4> for IDispatch
fn from(value: IShellDispatch4) -> Self
fn from(value: IShellDispatch4) -> Self
Converts to this type from the input type.
impl From<IShellDispatch5> for IDispatch
impl From<IShellDispatch5> for IDispatch
fn from(value: IShellDispatch5) -> Self
fn from(value: IShellDispatch5) -> Self
Converts to this type from the input type.
impl From<IShellDispatch6> for IDispatch
impl From<IShellDispatch6> for IDispatch
fn from(value: IShellDispatch6) -> Self
fn from(value: IShellDispatch6) -> Self
Converts to this type from the input type.
impl From<IShellFavoritesNameSpace> for IDispatch
impl From<IShellFavoritesNameSpace> for IDispatch
fn from(value: IShellFavoritesNameSpace) -> Self
fn from(value: IShellFavoritesNameSpace) -> Self
Converts to this type from the input type.
impl From<IShellFolderViewDual> for IDispatch
impl From<IShellFolderViewDual> for IDispatch
fn from(value: IShellFolderViewDual) -> Self
fn from(value: IShellFolderViewDual) -> Self
Converts to this type from the input type.
impl From<IShellFolderViewDual2> for IDispatch
impl From<IShellFolderViewDual2> for IDispatch
fn from(value: IShellFolderViewDual2) -> Self
fn from(value: IShellFolderViewDual2) -> Self
Converts to this type from the input type.
impl From<IShellFolderViewDual3> for IDispatch
impl From<IShellFolderViewDual3> for IDispatch
fn from(value: IShellFolderViewDual3) -> Self
fn from(value: IShellFolderViewDual3) -> Self
Converts to this type from the input type.
impl From<IShellLinkDual> for IDispatch
impl From<IShellLinkDual> for IDispatch
fn from(value: IShellLinkDual) -> Self
fn from(value: IShellLinkDual) -> Self
Converts to this type from the input type.
impl From<IShellLinkDual2> for IDispatch
impl From<IShellLinkDual2> for IDispatch
fn from(value: IShellLinkDual2) -> Self
fn from(value: IShellLinkDual2) -> Self
Converts to this type from the input type.
impl From<IShellNameSpace> for IDispatch
impl From<IShellNameSpace> for IDispatch
fn from(value: IShellNameSpace) -> Self
fn from(value: IShellNameSpace) -> Self
Converts to this type from the input type.
impl From<IShellUIHelper> for IDispatch
impl From<IShellUIHelper> for IDispatch
fn from(value: IShellUIHelper) -> Self
fn from(value: IShellUIHelper) -> Self
Converts to this type from the input type.
impl From<IShellUIHelper2> for IDispatch
impl From<IShellUIHelper2> for IDispatch
fn from(value: IShellUIHelper2) -> Self
fn from(value: IShellUIHelper2) -> Self
Converts to this type from the input type.
impl From<IShellUIHelper3> for IDispatch
impl From<IShellUIHelper3> for IDispatch
fn from(value: IShellUIHelper3) -> Self
fn from(value: IShellUIHelper3) -> Self
Converts to this type from the input type.
impl From<IShellUIHelper4> for IDispatch
impl From<IShellUIHelper4> for IDispatch
fn from(value: IShellUIHelper4) -> Self
fn from(value: IShellUIHelper4) -> Self
Converts to this type from the input type.
impl From<IShellUIHelper5> for IDispatch
impl From<IShellUIHelper5> for IDispatch
fn from(value: IShellUIHelper5) -> Self
fn from(value: IShellUIHelper5) -> Self
Converts to this type from the input type.
impl From<IShellUIHelper6> for IDispatch
impl From<IShellUIHelper6> for IDispatch
fn from(value: IShellUIHelper6) -> Self
fn from(value: IShellUIHelper6) -> Self
Converts to this type from the input type.
impl From<IShellUIHelper7> for IDispatch
impl From<IShellUIHelper7> for IDispatch
fn from(value: IShellUIHelper7) -> Self
fn from(value: IShellUIHelper7) -> Self
Converts to this type from the input type.
impl From<IShellUIHelper8> for IDispatch
impl From<IShellUIHelper8> for IDispatch
fn from(value: IShellUIHelper8) -> Self
fn from(value: IShellUIHelper8) -> Self
Converts to this type from the input type.
impl From<IShellUIHelper9> for IDispatch
impl From<IShellUIHelper9> for IDispatch
fn from(value: IShellUIHelper9) -> Self
fn from(value: IShellUIHelper9) -> Self
Converts to this type from the input type.
impl From<IShellWindows> for IDispatch
impl From<IShellWindows> for IDispatch
fn from(value: IShellWindows) -> Self
fn from(value: IShellWindows) -> Self
Converts to this type from the input type.
impl From<IShowMessageAction> for IDispatch
impl From<IShowMessageAction> for IDispatch
fn from(value: IShowMessageAction) -> Self
fn from(value: IShowMessageAction) -> Self
Converts to this type from the input type.
impl From<ISignerCertificate> for IDispatch
impl From<ISignerCertificate> for IDispatch
fn from(value: ISignerCertificate) -> Self
fn from(value: ISignerCertificate) -> Self
Converts to this type from the input type.
impl From<ISignerCertificates> for IDispatch
impl From<ISignerCertificates> for IDispatch
fn from(value: ISignerCertificates) -> Self
fn from(value: ISignerCertificates) -> Self
Converts to this type from the input type.
impl From<ISketchInk> for IDispatch
impl From<ISketchInk> for IDispatch
fn from(value: ISketchInk) -> Self
fn from(value: ISketchInk) -> Self
Converts to this type from the input type.
impl From<ISmimeCapabilities> for IDispatch
impl From<ISmimeCapabilities> for IDispatch
fn from(value: ISmimeCapabilities) -> Self
fn from(value: ISmimeCapabilities) -> Self
Converts to this type from the input type.
impl From<ISmimeCapability> for IDispatch
impl From<ISmimeCapability> for IDispatch
fn from(value: ISmimeCapability) -> Self
fn from(value: ISmimeCapability) -> Self
Converts to this type from the input type.
impl From<ISpeechAudio> for IDispatch
impl From<ISpeechAudio> for IDispatch
fn from(value: ISpeechAudio) -> Self
fn from(value: ISpeechAudio) -> Self
Converts to this type from the input type.
impl From<ISpeechAudioBufferInfo> for IDispatch
impl From<ISpeechAudioBufferInfo> for IDispatch
fn from(value: ISpeechAudioBufferInfo) -> Self
fn from(value: ISpeechAudioBufferInfo) -> Self
Converts to this type from the input type.
impl From<ISpeechAudioFormat> for IDispatch
impl From<ISpeechAudioFormat> for IDispatch
fn from(value: ISpeechAudioFormat) -> Self
fn from(value: ISpeechAudioFormat) -> Self
Converts to this type from the input type.
impl From<ISpeechAudioStatus> for IDispatch
impl From<ISpeechAudioStatus> for IDispatch
fn from(value: ISpeechAudioStatus) -> Self
fn from(value: ISpeechAudioStatus) -> Self
Converts to this type from the input type.
impl From<ISpeechBaseStream> for IDispatch
impl From<ISpeechBaseStream> for IDispatch
fn from(value: ISpeechBaseStream) -> Self
fn from(value: ISpeechBaseStream) -> Self
Converts to this type from the input type.
impl From<ISpeechCustomStream> for IDispatch
impl From<ISpeechCustomStream> for IDispatch
fn from(value: ISpeechCustomStream) -> Self
fn from(value: ISpeechCustomStream) -> Self
Converts to this type from the input type.
impl From<ISpeechDataKey> for IDispatch
impl From<ISpeechDataKey> for IDispatch
fn from(value: ISpeechDataKey) -> Self
fn from(value: ISpeechDataKey) -> Self
Converts to this type from the input type.
impl From<ISpeechFileStream> for IDispatch
impl From<ISpeechFileStream> for IDispatch
fn from(value: ISpeechFileStream) -> Self
fn from(value: ISpeechFileStream) -> Self
Converts to this type from the input type.
impl From<ISpeechGrammarRule> for IDispatch
impl From<ISpeechGrammarRule> for IDispatch
fn from(value: ISpeechGrammarRule) -> Self
fn from(value: ISpeechGrammarRule) -> Self
Converts to this type from the input type.
impl From<ISpeechGrammarRuleState> for IDispatch
impl From<ISpeechGrammarRuleState> for IDispatch
fn from(value: ISpeechGrammarRuleState) -> Self
fn from(value: ISpeechGrammarRuleState) -> Self
Converts to this type from the input type.
impl From<ISpeechGrammarRuleStateTransition> for IDispatch
impl From<ISpeechGrammarRuleStateTransition> for IDispatch
fn from(value: ISpeechGrammarRuleStateTransition) -> Self
fn from(value: ISpeechGrammarRuleStateTransition) -> Self
Converts to this type from the input type.
impl From<ISpeechGrammarRuleStateTransitions> for IDispatch
impl From<ISpeechGrammarRuleStateTransitions> for IDispatch
fn from(value: ISpeechGrammarRuleStateTransitions) -> Self
fn from(value: ISpeechGrammarRuleStateTransitions) -> Self
Converts to this type from the input type.
impl From<ISpeechGrammarRules> for IDispatch
impl From<ISpeechGrammarRules> for IDispatch
fn from(value: ISpeechGrammarRules) -> Self
fn from(value: ISpeechGrammarRules) -> Self
Converts to this type from the input type.
impl From<ISpeechLexicon> for IDispatch
impl From<ISpeechLexicon> for IDispatch
fn from(value: ISpeechLexicon) -> Self
fn from(value: ISpeechLexicon) -> Self
Converts to this type from the input type.
impl From<ISpeechLexiconPronunciation> for IDispatch
impl From<ISpeechLexiconPronunciation> for IDispatch
fn from(value: ISpeechLexiconPronunciation) -> Self
fn from(value: ISpeechLexiconPronunciation) -> Self
Converts to this type from the input type.
impl From<ISpeechLexiconPronunciations> for IDispatch
impl From<ISpeechLexiconPronunciations> for IDispatch
fn from(value: ISpeechLexiconPronunciations) -> Self
fn from(value: ISpeechLexiconPronunciations) -> Self
Converts to this type from the input type.
impl From<ISpeechLexiconWord> for IDispatch
impl From<ISpeechLexiconWord> for IDispatch
fn from(value: ISpeechLexiconWord) -> Self
fn from(value: ISpeechLexiconWord) -> Self
Converts to this type from the input type.
impl From<ISpeechLexiconWords> for IDispatch
impl From<ISpeechLexiconWords> for IDispatch
fn from(value: ISpeechLexiconWords) -> Self
fn from(value: ISpeechLexiconWords) -> Self
Converts to this type from the input type.
impl From<ISpeechMMSysAudio> for IDispatch
impl From<ISpeechMMSysAudio> for IDispatch
fn from(value: ISpeechMMSysAudio) -> Self
fn from(value: ISpeechMMSysAudio) -> Self
Converts to this type from the input type.
impl From<ISpeechMemoryStream> for IDispatch
impl From<ISpeechMemoryStream> for IDispatch
fn from(value: ISpeechMemoryStream) -> Self
fn from(value: ISpeechMemoryStream) -> Self
Converts to this type from the input type.
impl From<ISpeechObjectToken> for IDispatch
impl From<ISpeechObjectToken> for IDispatch
fn from(value: ISpeechObjectToken) -> Self
fn from(value: ISpeechObjectToken) -> Self
Converts to this type from the input type.
impl From<ISpeechObjectTokenCategory> for IDispatch
impl From<ISpeechObjectTokenCategory> for IDispatch
fn from(value: ISpeechObjectTokenCategory) -> Self
fn from(value: ISpeechObjectTokenCategory) -> Self
Converts to this type from the input type.
impl From<ISpeechObjectTokens> for IDispatch
impl From<ISpeechObjectTokens> for IDispatch
fn from(value: ISpeechObjectTokens) -> Self
fn from(value: ISpeechObjectTokens) -> Self
Converts to this type from the input type.
impl From<ISpeechPhoneConverter> for IDispatch
impl From<ISpeechPhoneConverter> for IDispatch
fn from(value: ISpeechPhoneConverter) -> Self
fn from(value: ISpeechPhoneConverter) -> Self
Converts to this type from the input type.
impl From<ISpeechPhraseAlternate> for IDispatch
impl From<ISpeechPhraseAlternate> for IDispatch
fn from(value: ISpeechPhraseAlternate) -> Self
fn from(value: ISpeechPhraseAlternate) -> Self
Converts to this type from the input type.
impl From<ISpeechPhraseAlternates> for IDispatch
impl From<ISpeechPhraseAlternates> for IDispatch
fn from(value: ISpeechPhraseAlternates) -> Self
fn from(value: ISpeechPhraseAlternates) -> Self
Converts to this type from the input type.
impl From<ISpeechPhraseElement> for IDispatch
impl From<ISpeechPhraseElement> for IDispatch
fn from(value: ISpeechPhraseElement) -> Self
fn from(value: ISpeechPhraseElement) -> Self
Converts to this type from the input type.
impl From<ISpeechPhraseElements> for IDispatch
impl From<ISpeechPhraseElements> for IDispatch
fn from(value: ISpeechPhraseElements) -> Self
fn from(value: ISpeechPhraseElements) -> Self
Converts to this type from the input type.
impl From<ISpeechPhraseInfo> for IDispatch
impl From<ISpeechPhraseInfo> for IDispatch
fn from(value: ISpeechPhraseInfo) -> Self
fn from(value: ISpeechPhraseInfo) -> Self
Converts to this type from the input type.
impl From<ISpeechPhraseInfoBuilder> for IDispatch
impl From<ISpeechPhraseInfoBuilder> for IDispatch
fn from(value: ISpeechPhraseInfoBuilder) -> Self
fn from(value: ISpeechPhraseInfoBuilder) -> Self
Converts to this type from the input type.
impl From<ISpeechPhraseProperties> for IDispatch
impl From<ISpeechPhraseProperties> for IDispatch
fn from(value: ISpeechPhraseProperties) -> Self
fn from(value: ISpeechPhraseProperties) -> Self
Converts to this type from the input type.
impl From<ISpeechPhraseProperty> for IDispatch
impl From<ISpeechPhraseProperty> for IDispatch
fn from(value: ISpeechPhraseProperty) -> Self
fn from(value: ISpeechPhraseProperty) -> Self
Converts to this type from the input type.
impl From<ISpeechPhraseReplacement> for IDispatch
impl From<ISpeechPhraseReplacement> for IDispatch
fn from(value: ISpeechPhraseReplacement) -> Self
fn from(value: ISpeechPhraseReplacement) -> Self
Converts to this type from the input type.
impl From<ISpeechPhraseReplacements> for IDispatch
impl From<ISpeechPhraseReplacements> for IDispatch
fn from(value: ISpeechPhraseReplacements) -> Self
fn from(value: ISpeechPhraseReplacements) -> Self
Converts to this type from the input type.
impl From<ISpeechPhraseRule> for IDispatch
impl From<ISpeechPhraseRule> for IDispatch
fn from(value: ISpeechPhraseRule) -> Self
fn from(value: ISpeechPhraseRule) -> Self
Converts to this type from the input type.
impl From<ISpeechPhraseRules> for IDispatch
impl From<ISpeechPhraseRules> for IDispatch
fn from(value: ISpeechPhraseRules) -> Self
fn from(value: ISpeechPhraseRules) -> Self
Converts to this type from the input type.
impl From<ISpeechRecoContext> for IDispatch
impl From<ISpeechRecoContext> for IDispatch
fn from(value: ISpeechRecoContext) -> Self
fn from(value: ISpeechRecoContext) -> Self
Converts to this type from the input type.
impl From<ISpeechRecoGrammar> for IDispatch
impl From<ISpeechRecoGrammar> for IDispatch
fn from(value: ISpeechRecoGrammar) -> Self
fn from(value: ISpeechRecoGrammar) -> Self
Converts to this type from the input type.
impl From<ISpeechRecoResult> for IDispatch
impl From<ISpeechRecoResult> for IDispatch
fn from(value: ISpeechRecoResult) -> Self
fn from(value: ISpeechRecoResult) -> Self
Converts to this type from the input type.
impl From<ISpeechRecoResult2> for IDispatch
impl From<ISpeechRecoResult2> for IDispatch
fn from(value: ISpeechRecoResult2) -> Self
fn from(value: ISpeechRecoResult2) -> Self
Converts to this type from the input type.
impl From<ISpeechRecoResultDispatch> for IDispatch
impl From<ISpeechRecoResultDispatch> for IDispatch
fn from(value: ISpeechRecoResultDispatch) -> Self
fn from(value: ISpeechRecoResultDispatch) -> Self
Converts to this type from the input type.
impl From<ISpeechRecoResultTimes> for IDispatch
impl From<ISpeechRecoResultTimes> for IDispatch
fn from(value: ISpeechRecoResultTimes) -> Self
fn from(value: ISpeechRecoResultTimes) -> Self
Converts to this type from the input type.
impl From<ISpeechRecognizer> for IDispatch
impl From<ISpeechRecognizer> for IDispatch
fn from(value: ISpeechRecognizer) -> Self
fn from(value: ISpeechRecognizer) -> Self
Converts to this type from the input type.
impl From<ISpeechRecognizerStatus> for IDispatch
impl From<ISpeechRecognizerStatus> for IDispatch
fn from(value: ISpeechRecognizerStatus) -> Self
fn from(value: ISpeechRecognizerStatus) -> Self
Converts to this type from the input type.
impl From<ISpeechResourceLoader> for IDispatch
impl From<ISpeechResourceLoader> for IDispatch
fn from(value: ISpeechResourceLoader) -> Self
fn from(value: ISpeechResourceLoader) -> Self
Converts to this type from the input type.
impl From<ISpeechTextSelectionInformation> for IDispatch
impl From<ISpeechTextSelectionInformation> for IDispatch
fn from(value: ISpeechTextSelectionInformation) -> Self
fn from(value: ISpeechTextSelectionInformation) -> Self
Converts to this type from the input type.
impl From<ISpeechVoice> for IDispatch
impl From<ISpeechVoice> for IDispatch
fn from(value: ISpeechVoice) -> Self
fn from(value: ISpeechVoice) -> Self
Converts to this type from the input type.
impl From<ISpeechVoiceStatus> for IDispatch
impl From<ISpeechVoiceStatus> for IDispatch
fn from(value: ISpeechVoiceStatus) -> Self
fn from(value: ISpeechVoiceStatus) -> Self
Converts to this type from the input type.
impl From<ISpeechWaveFormatEx> for IDispatch
impl From<ISpeechWaveFormatEx> for IDispatch
fn from(value: ISpeechWaveFormatEx) -> Self
fn from(value: ISpeechWaveFormatEx) -> Self
Converts to this type from the input type.
impl From<ISpeechXMLRecoResult> for IDispatch
impl From<ISpeechXMLRecoResult> for IDispatch
fn from(value: ISpeechXMLRecoResult) -> Self
fn from(value: ISpeechXMLRecoResult) -> Self
Converts to this type from the input type.
impl From<IStaticPortMapping> for IDispatch
impl From<IStaticPortMapping> for IDispatch
fn from(value: IStaticPortMapping) -> Self
fn from(value: IStaticPortMapping) -> Self
Converts to this type from the input type.
impl From<IStaticPortMappingCollection> for IDispatch
impl From<IStaticPortMappingCollection> for IDispatch
fn from(value: IStaticPortMappingCollection) -> Self
fn from(value: IStaticPortMappingCollection) -> Self
Converts to this type from the input type.
impl From<IStringCollection> for IDispatch
impl From<IStringCollection> for IDispatch
fn from(value: IStringCollection) -> Self
fn from(value: IStringCollection) -> Self
Converts to this type from the input type.
impl From<ISystemInformation> for IDispatch
impl From<ISystemInformation> for IDispatch
fn from(value: ISystemInformation) -> Self
fn from(value: ISystemInformation) -> Self
Converts to this type from the input type.
impl From<ITACDGroup> for IDispatch
impl From<ITACDGroup> for IDispatch
fn from(value: ITACDGroup) -> Self
fn from(value: ITACDGroup) -> Self
Converts to this type from the input type.
impl From<ITACDGroupEvent> for IDispatch
impl From<ITACDGroupEvent> for IDispatch
fn from(value: ITACDGroupEvent) -> Self
fn from(value: ITACDGroupEvent) -> Self
Converts to this type from the input type.
impl From<ITASRTerminalEvent> for IDispatch
impl From<ITASRTerminalEvent> for IDispatch
fn from(value: ITASRTerminalEvent) -> Self
fn from(value: ITASRTerminalEvent) -> Self
Converts to this type from the input type.
impl From<ITAddress2> for IDispatch
impl From<ITAddress2> for IDispatch
fn from(value: ITAddress2) -> Self
fn from(value: ITAddress2) -> Self
Converts to this type from the input type.
impl From<ITAddressCapabilities> for IDispatch
impl From<ITAddressCapabilities> for IDispatch
fn from(value: ITAddressCapabilities) -> Self
fn from(value: ITAddressCapabilities) -> Self
Converts to this type from the input type.
impl From<ITAddressDeviceSpecificEvent> for IDispatch
impl From<ITAddressDeviceSpecificEvent> for IDispatch
fn from(value: ITAddressDeviceSpecificEvent) -> Self
fn from(value: ITAddressDeviceSpecificEvent) -> Self
Converts to this type from the input type.
impl From<ITAddressEvent> for IDispatch
impl From<ITAddressEvent> for IDispatch
fn from(value: ITAddressEvent) -> Self
fn from(value: ITAddressEvent) -> Self
Converts to this type from the input type.
impl From<ITAddressTranslation> for IDispatch
impl From<ITAddressTranslation> for IDispatch
fn from(value: ITAddressTranslation) -> Self
fn from(value: ITAddressTranslation) -> Self
Converts to this type from the input type.
impl From<ITAddressTranslationInfo> for IDispatch
impl From<ITAddressTranslationInfo> for IDispatch
fn from(value: ITAddressTranslationInfo) -> Self
fn from(value: ITAddressTranslationInfo) -> Self
Converts to this type from the input type.
impl From<ITAgentEvent> for IDispatch
impl From<ITAgentEvent> for IDispatch
fn from(value: ITAgentEvent) -> Self
fn from(value: ITAgentEvent) -> Self
Converts to this type from the input type.
impl From<ITAgentHandler> for IDispatch
impl From<ITAgentHandler> for IDispatch
fn from(value: ITAgentHandler) -> Self
fn from(value: ITAgentHandler) -> Self
Converts to this type from the input type.
impl From<ITAgentHandlerEvent> for IDispatch
impl From<ITAgentHandlerEvent> for IDispatch
fn from(value: ITAgentHandlerEvent) -> Self
fn from(value: ITAgentHandlerEvent) -> Self
Converts to this type from the input type.
impl From<ITAgentSession> for IDispatch
impl From<ITAgentSession> for IDispatch
fn from(value: ITAgentSession) -> Self
fn from(value: ITAgentSession) -> Self
Converts to this type from the input type.
impl From<ITAgentSessionEvent> for IDispatch
impl From<ITAgentSessionEvent> for IDispatch
fn from(value: ITAgentSessionEvent) -> Self
fn from(value: ITAgentSessionEvent) -> Self
Converts to this type from the input type.
impl From<ITAutomatedPhoneControl> for IDispatch
impl From<ITAutomatedPhoneControl> for IDispatch
fn from(value: ITAutomatedPhoneControl) -> Self
fn from(value: ITAutomatedPhoneControl) -> Self
Converts to this type from the input type.
impl From<ITBasicAudioTerminal> for IDispatch
impl From<ITBasicAudioTerminal> for IDispatch
fn from(value: ITBasicAudioTerminal) -> Self
fn from(value: ITBasicAudioTerminal) -> Self
Converts to this type from the input type.
impl From<ITBasicCallControl> for IDispatch
impl From<ITBasicCallControl> for IDispatch
fn from(value: ITBasicCallControl) -> Self
fn from(value: ITBasicCallControl) -> Self
Converts to this type from the input type.
impl From<ITBasicCallControl2> for IDispatch
impl From<ITBasicCallControl2> for IDispatch
fn from(value: ITBasicCallControl2) -> Self
fn from(value: ITBasicCallControl2) -> Self
Converts to this type from the input type.
impl From<ITCallHubEvent> for IDispatch
impl From<ITCallHubEvent> for IDispatch
fn from(value: ITCallHubEvent) -> Self
fn from(value: ITCallHubEvent) -> Self
Converts to this type from the input type.
impl From<ITCallInfo> for IDispatch
impl From<ITCallInfo> for IDispatch
fn from(value: ITCallInfo) -> Self
fn from(value: ITCallInfo) -> Self
Converts to this type from the input type.
impl From<ITCallInfo2> for IDispatch
impl From<ITCallInfo2> for IDispatch
fn from(value: ITCallInfo2) -> Self
fn from(value: ITCallInfo2) -> Self
Converts to this type from the input type.
impl From<ITCallInfoChangeEvent> for IDispatch
impl From<ITCallInfoChangeEvent> for IDispatch
fn from(value: ITCallInfoChangeEvent) -> Self
fn from(value: ITCallInfoChangeEvent) -> Self
Converts to this type from the input type.
impl From<ITCallMediaEvent> for IDispatch
impl From<ITCallMediaEvent> for IDispatch
fn from(value: ITCallMediaEvent) -> Self
fn from(value: ITCallMediaEvent) -> Self
Converts to this type from the input type.
impl From<ITCallNotificationEvent> for IDispatch
impl From<ITCallNotificationEvent> for IDispatch
fn from(value: ITCallNotificationEvent) -> Self
fn from(value: ITCallNotificationEvent) -> Self
Converts to this type from the input type.
impl From<ITCallStateEvent> for IDispatch
impl From<ITCallStateEvent> for IDispatch
fn from(value: ITCallStateEvent) -> Self
fn from(value: ITCallStateEvent) -> Self
Converts to this type from the input type.
impl From<ITCallingCard> for IDispatch
impl From<ITCallingCard> for IDispatch
fn from(value: ITCallingCard) -> Self
fn from(value: ITCallingCard) -> Self
Converts to this type from the input type.
impl From<ITCollection> for IDispatch
impl From<ITCollection> for IDispatch
fn from(value: ITCollection) -> Self
fn from(value: ITCollection) -> Self
Converts to this type from the input type.
impl From<ITCollection2> for IDispatch
impl From<ITCollection2> for IDispatch
fn from(value: ITCollection2) -> Self
fn from(value: ITCollection2) -> Self
Converts to this type from the input type.
impl From<ITCustomTone> for IDispatch
impl From<ITCustomTone> for IDispatch
fn from(value: ITCustomTone) -> Self
fn from(value: ITCustomTone) -> Self
Converts to this type from the input type.
impl From<ITDetectTone> for IDispatch
impl From<ITDetectTone> for IDispatch
fn from(value: ITDetectTone) -> Self
fn from(value: ITDetectTone) -> Self
Converts to this type from the input type.
impl From<ITDigitDetectionEvent> for IDispatch
impl From<ITDigitDetectionEvent> for IDispatch
fn from(value: ITDigitDetectionEvent) -> Self
fn from(value: ITDigitDetectionEvent) -> Self
Converts to this type from the input type.
impl From<ITDigitGenerationEvent> for IDispatch
impl From<ITDigitGenerationEvent> for IDispatch
fn from(value: ITDigitGenerationEvent) -> Self
fn from(value: ITDigitGenerationEvent) -> Self
Converts to this type from the input type.
impl From<ITDigitsGatheredEvent> for IDispatch
impl From<ITDigitsGatheredEvent> for IDispatch
fn from(value: ITDigitsGatheredEvent) -> Self
fn from(value: ITDigitsGatheredEvent) -> Self
Converts to this type from the input type.
impl From<ITDirectory> for IDispatch
impl From<ITDirectory> for IDispatch
fn from(value: ITDirectory) -> Self
fn from(value: ITDirectory) -> Self
Converts to this type from the input type.
impl From<ITDirectoryObject> for IDispatch
impl From<ITDirectoryObject> for IDispatch
fn from(value: ITDirectoryObject) -> Self
fn from(value: ITDirectoryObject) -> Self
Converts to this type from the input type.
impl From<ITDirectoryObjectConference> for IDispatch
impl From<ITDirectoryObjectConference> for IDispatch
fn from(value: ITDirectoryObjectConference) -> Self
fn from(value: ITDirectoryObjectConference) -> Self
Converts to this type from the input type.
impl From<ITDirectoryObjectUser> for IDispatch
impl From<ITDirectoryObjectUser> for IDispatch
fn from(value: ITDirectoryObjectUser) -> Self
fn from(value: ITDirectoryObjectUser) -> Self
Converts to this type from the input type.
impl From<ITDispatchMapper> for IDispatch
impl From<ITDispatchMapper> for IDispatch
fn from(value: ITDispatchMapper) -> Self
fn from(value: ITDispatchMapper) -> Self
Converts to this type from the input type.
impl From<ITFileTerminalEvent> for IDispatch
impl From<ITFileTerminalEvent> for IDispatch
fn from(value: ITFileTerminalEvent) -> Self
fn from(value: ITFileTerminalEvent) -> Self
Converts to this type from the input type.
impl From<ITFileTrack> for IDispatch
impl From<ITFileTrack> for IDispatch
fn from(value: ITFileTrack) -> Self
fn from(value: ITFileTrack) -> Self
Converts to this type from the input type.
impl From<ITForwardInformation> for IDispatch
impl From<ITForwardInformation> for IDispatch
fn from(value: ITForwardInformation) -> Self
fn from(value: ITForwardInformation) -> Self
Converts to this type from the input type.
impl From<ITForwardInformation2> for IDispatch
impl From<ITForwardInformation2> for IDispatch
fn from(value: ITForwardInformation2) -> Self
fn from(value: ITForwardInformation2) -> Self
Converts to this type from the input type.
impl From<ITILSConfig> for IDispatch
impl From<ITILSConfig> for IDispatch
fn from(value: ITILSConfig) -> Self
fn from(value: ITILSConfig) -> Self
Converts to this type from the input type.
impl From<ITLegacyCallMediaControl> for IDispatch
impl From<ITLegacyCallMediaControl> for IDispatch
fn from(value: ITLegacyCallMediaControl) -> Self
fn from(value: ITLegacyCallMediaControl) -> Self
Converts to this type from the input type.
impl From<ITLegacyCallMediaControl2> for IDispatch
impl From<ITLegacyCallMediaControl2> for IDispatch
fn from(value: ITLegacyCallMediaControl2) -> Self
fn from(value: ITLegacyCallMediaControl2) -> Self
Converts to this type from the input type.
impl From<ITLegacyWaveSupport> for IDispatch
impl From<ITLegacyWaveSupport> for IDispatch
fn from(value: ITLegacyWaveSupport) -> Self
fn from(value: ITLegacyWaveSupport) -> Self
Converts to this type from the input type.
impl From<ITLocationInfo> for IDispatch
impl From<ITLocationInfo> for IDispatch
fn from(value: ITLocationInfo) -> Self
fn from(value: ITLocationInfo) -> Self
Converts to this type from the input type.
impl From<ITMediaControl> for IDispatch
impl From<ITMediaControl> for IDispatch
fn from(value: ITMediaControl) -> Self
fn from(value: ITMediaControl) -> Self
Converts to this type from the input type.
impl From<ITMediaPlayback> for IDispatch
impl From<ITMediaPlayback> for IDispatch
fn from(value: ITMediaPlayback) -> Self
fn from(value: ITMediaPlayback) -> Self
Converts to this type from the input type.
impl From<ITMediaRecord> for IDispatch
impl From<ITMediaRecord> for IDispatch
fn from(value: ITMediaRecord) -> Self
fn from(value: ITMediaRecord) -> Self
Converts to this type from the input type.
impl From<ITMediaSupport> for IDispatch
impl From<ITMediaSupport> for IDispatch
fn from(value: ITMediaSupport) -> Self
fn from(value: ITMediaSupport) -> Self
Converts to this type from the input type.
impl From<ITMultiTrackTerminal> for IDispatch
impl From<ITMultiTrackTerminal> for IDispatch
fn from(value: ITMultiTrackTerminal) -> Self
fn from(value: ITMultiTrackTerminal) -> Self
Converts to this type from the input type.
impl From<ITPhoneDeviceSpecificEvent> for IDispatch
impl From<ITPhoneDeviceSpecificEvent> for IDispatch
fn from(value: ITPhoneDeviceSpecificEvent) -> Self
fn from(value: ITPhoneDeviceSpecificEvent) -> Self
Converts to this type from the input type.
impl From<ITPhoneEvent> for IDispatch
impl From<ITPhoneEvent> for IDispatch
fn from(value: ITPhoneEvent) -> Self
fn from(value: ITPhoneEvent) -> Self
Converts to this type from the input type.
impl From<ITPluggableTerminalClassInfo> for IDispatch
impl From<ITPluggableTerminalClassInfo> for IDispatch
fn from(value: ITPluggableTerminalClassInfo) -> Self
fn from(value: ITPluggableTerminalClassInfo) -> Self
Converts to this type from the input type.
impl From<ITPluggableTerminalSuperclassInfo> for IDispatch
impl From<ITPluggableTerminalSuperclassInfo> for IDispatch
fn from(value: ITPluggableTerminalSuperclassInfo) -> Self
fn from(value: ITPluggableTerminalSuperclassInfo) -> Self
Converts to this type from the input type.
impl From<ITPrivateEvent> for IDispatch
impl From<ITPrivateEvent> for IDispatch
fn from(value: ITPrivateEvent) -> Self
fn from(value: ITPrivateEvent) -> Self
Converts to this type from the input type.
impl From<ITQOSEvent> for IDispatch
impl From<ITQOSEvent> for IDispatch
fn from(value: ITQOSEvent) -> Self
fn from(value: ITQOSEvent) -> Self
Converts to this type from the input type.
impl From<ITQueueEvent> for IDispatch
impl From<ITQueueEvent> for IDispatch
fn from(value: ITQueueEvent) -> Self
fn from(value: ITQueueEvent) -> Self
Converts to this type from the input type.
impl From<ITRendezvous> for IDispatch
impl From<ITRendezvous> for IDispatch
fn from(value: ITRendezvous) -> Self
fn from(value: ITRendezvous) -> Self
Converts to this type from the input type.
impl From<ITRequestEvent> for IDispatch
impl From<ITRequestEvent> for IDispatch
fn from(value: ITRequestEvent) -> Self
fn from(value: ITRequestEvent) -> Self
Converts to this type from the input type.
impl From<ITScriptableAudioFormat> for IDispatch
impl From<ITScriptableAudioFormat> for IDispatch
fn from(value: ITScriptableAudioFormat) -> Self
fn from(value: ITScriptableAudioFormat) -> Self
Converts to this type from the input type.
impl From<ITStaticAudioTerminal> for IDispatch
impl From<ITStaticAudioTerminal> for IDispatch
fn from(value: ITStaticAudioTerminal) -> Self
fn from(value: ITStaticAudioTerminal) -> Self
Converts to this type from the input type.
impl From<ITStreamControl> for IDispatch
impl From<ITStreamControl> for IDispatch
fn from(value: ITStreamControl) -> Self
fn from(value: ITStreamControl) -> Self
Converts to this type from the input type.
impl From<ITSubStream> for IDispatch
impl From<ITSubStream> for IDispatch
fn from(value: ITSubStream) -> Self
fn from(value: ITSubStream) -> Self
Converts to this type from the input type.
impl From<ITSubStreamControl> for IDispatch
impl From<ITSubStreamControl> for IDispatch
fn from(value: ITSubStreamControl) -> Self
fn from(value: ITSubStreamControl) -> Self
Converts to this type from the input type.
impl From<ITTAPICallCenter> for IDispatch
impl From<ITTAPICallCenter> for IDispatch
fn from(value: ITTAPICallCenter) -> Self
fn from(value: ITTAPICallCenter) -> Self
Converts to this type from the input type.
impl From<ITTAPIDispatchEventNotification> for IDispatch
impl From<ITTAPIDispatchEventNotification> for IDispatch
fn from(value: ITTAPIDispatchEventNotification) -> Self
fn from(value: ITTAPIDispatchEventNotification) -> Self
Converts to this type from the input type.
impl From<ITTAPIObjectEvent> for IDispatch
impl From<ITTAPIObjectEvent> for IDispatch
fn from(value: ITTAPIObjectEvent) -> Self
fn from(value: ITTAPIObjectEvent) -> Self
Converts to this type from the input type.
impl From<ITTAPIObjectEvent2> for IDispatch
impl From<ITTAPIObjectEvent2> for IDispatch
fn from(value: ITTAPIObjectEvent2) -> Self
fn from(value: ITTAPIObjectEvent2) -> Self
Converts to this type from the input type.
impl From<ITTTSTerminalEvent> for IDispatch
impl From<ITTTSTerminalEvent> for IDispatch
fn from(value: ITTTSTerminalEvent) -> Self
fn from(value: ITTTSTerminalEvent) -> Self
Converts to this type from the input type.
impl From<ITTerminal> for IDispatch
impl From<ITTerminal> for IDispatch
fn from(value: ITTerminal) -> Self
fn from(value: ITTerminal) -> Self
Converts to this type from the input type.
impl From<ITTerminalSupport> for IDispatch
impl From<ITTerminalSupport> for IDispatch
fn from(value: ITTerminalSupport) -> Self
fn from(value: ITTerminalSupport) -> Self
Converts to this type from the input type.
impl From<ITTerminalSupport2> for IDispatch
impl From<ITTerminalSupport2> for IDispatch
fn from(value: ITTerminalSupport2) -> Self
fn from(value: ITTerminalSupport2) -> Self
Converts to this type from the input type.
impl From<ITToneDetectionEvent> for IDispatch
impl From<ITToneDetectionEvent> for IDispatch
fn from(value: ITToneDetectionEvent) -> Self
fn from(value: ITToneDetectionEvent) -> Self
Converts to this type from the input type.
impl From<ITToneTerminalEvent> for IDispatch
impl From<ITToneTerminalEvent> for IDispatch
fn from(value: ITToneTerminalEvent) -> Self
fn from(value: ITToneTerminalEvent) -> Self
Converts to this type from the input type.
impl From<ITaskDefinition> for IDispatch
impl From<ITaskDefinition> for IDispatch
fn from(value: ITaskDefinition) -> Self
fn from(value: ITaskDefinition) -> Self
Converts to this type from the input type.
impl From<ITaskFolder> for IDispatch
impl From<ITaskFolder> for IDispatch
fn from(value: ITaskFolder) -> Self
fn from(value: ITaskFolder) -> Self
Converts to this type from the input type.
impl From<ITaskFolderCollection> for IDispatch
impl From<ITaskFolderCollection> for IDispatch
fn from(value: ITaskFolderCollection) -> Self
fn from(value: ITaskFolderCollection) -> Self
Converts to this type from the input type.
impl From<ITaskNamedValueCollection> for IDispatch
impl From<ITaskNamedValueCollection> for IDispatch
fn from(value: ITaskNamedValueCollection) -> Self
fn from(value: ITaskNamedValueCollection) -> Self
Converts to this type from the input type.
impl From<ITaskNamedValuePair> for IDispatch
impl From<ITaskNamedValuePair> for IDispatch
fn from(value: ITaskNamedValuePair) -> Self
fn from(value: ITaskNamedValuePair) -> Self
Converts to this type from the input type.
impl From<ITaskService> for IDispatch
impl From<ITaskService> for IDispatch
fn from(value: ITaskService) -> Self
fn from(value: ITaskService) -> Self
Converts to this type from the input type.
impl From<ITaskSettings> for IDispatch
impl From<ITaskSettings> for IDispatch
fn from(value: ITaskSettings) -> Self
fn from(value: ITaskSettings) -> Self
Converts to this type from the input type.
impl From<ITaskSettings2> for IDispatch
impl From<ITaskSettings2> for IDispatch
fn from(value: ITaskSettings2) -> Self
fn from(value: ITaskSettings2) -> Self
Converts to this type from the input type.
impl From<ITaskSettings3> for IDispatch
impl From<ITaskSettings3> for IDispatch
fn from(value: ITaskSettings3) -> Self
fn from(value: ITaskSettings3) -> Self
Converts to this type from the input type.
impl From<ITemplateSdo> for IDispatch
impl From<ITemplateSdo> for IDispatch
fn from(value: ITemplateSdo) -> Self
fn from(value: ITemplateSdo) -> Self
Converts to this type from the input type.
impl From<ITextDisplays> for IDispatch
impl From<ITextDisplays> for IDispatch
fn from(value: ITextDisplays) -> Self
fn from(value: ITextDisplays) -> Self
Converts to this type from the input type.
impl From<ITextDocument> for IDispatch
impl From<ITextDocument> for IDispatch
fn from(value: ITextDocument) -> Self
fn from(value: ITextDocument) -> Self
Converts to this type from the input type.
impl From<ITextDocument2> for IDispatch
impl From<ITextDocument2> for IDispatch
fn from(value: ITextDocument2) -> Self
fn from(value: ITextDocument2) -> Self
Converts to this type from the input type.
impl From<ITextDocument2Old> for IDispatch
impl From<ITextDocument2Old> for IDispatch
fn from(value: ITextDocument2Old) -> Self
fn from(value: ITextDocument2Old) -> Self
Converts to this type from the input type.
impl From<ITextFont2> for IDispatch
impl From<ITextFont2> for IDispatch
fn from(value: ITextFont2) -> Self
fn from(value: ITextFont2) -> Self
Converts to this type from the input type.
impl From<ITextPara2> for IDispatch
impl From<ITextPara2> for IDispatch
fn from(value: ITextPara2) -> Self
fn from(value: ITextPara2) -> Self
Converts to this type from the input type.
impl From<ITextRange> for IDispatch
impl From<ITextRange> for IDispatch
fn from(value: ITextRange) -> Self
fn from(value: ITextRange) -> Self
Converts to this type from the input type.
impl From<ITextRange2> for IDispatch
impl From<ITextRange2> for IDispatch
fn from(value: ITextRange2) -> Self
fn from(value: ITextRange2) -> Self
Converts to this type from the input type.
impl From<ITextSelection> for IDispatch
impl From<ITextSelection> for IDispatch
fn from(value: ITextSelection) -> Self
fn from(value: ITextSelection) -> Self
Converts to this type from the input type.
impl From<ITextSelection2> for IDispatch
impl From<ITextSelection2> for IDispatch
fn from(value: ITextSelection2) -> Self
fn from(value: ITextSelection2) -> Self
Converts to this type from the input type.
impl From<ITextStoryRanges> for IDispatch
impl From<ITextStoryRanges> for IDispatch
fn from(value: ITextStoryRanges) -> Self
fn from(value: ITextStoryRanges) -> Self
Converts to this type from the input type.
impl From<ITextStoryRanges2> for IDispatch
impl From<ITextStoryRanges2> for IDispatch
fn from(value: ITextStoryRanges2) -> Self
fn from(value: ITextStoryRanges2) -> Self
Converts to this type from the input type.
impl From<ITextStrings> for IDispatch
impl From<ITextStrings> for IDispatch
fn from(value: ITextStrings) -> Self
fn from(value: ITextStrings) -> Self
Converts to this type from the input type.
impl From<ITimeTrigger> for IDispatch
impl From<ITimeTrigger> for IDispatch
fn from(value: ITimeTrigger) -> Self
fn from(value: ITimeTrigger) -> Self
Converts to this type from the input type.
impl From<ITraceDataCollector> for IDispatch
impl From<ITraceDataCollector> for IDispatch
fn from(value: ITraceDataCollector) -> Self
fn from(value: ITraceDataCollector) -> Self
Converts to this type from the input type.
impl From<ITraceDataProvider> for IDispatch
impl From<ITraceDataProvider> for IDispatch
fn from(value: ITraceDataProvider) -> Self
fn from(value: ITraceDataProvider) -> Self
Converts to this type from the input type.
impl From<ITraceDataProviderCollection> for IDispatch
impl From<ITraceDataProviderCollection> for IDispatch
fn from(value: ITraceDataProviderCollection) -> Self
fn from(value: ITraceDataProviderCollection) -> Self
Converts to this type from the input type.
impl From<ITransactionContext> for IDispatch
impl From<ITransactionContext> for IDispatch
fn from(value: ITransactionContext) -> Self
fn from(value: ITransactionContext) -> Self
Converts to this type from the input type.
impl From<ITriggerCollection> for IDispatch
impl From<ITriggerCollection> for IDispatch
fn from(value: ITriggerCollection) -> Self
fn from(value: ITriggerCollection) -> Self
Converts to this type from the input type.
impl From<ITuneRequest> for IDispatch
impl From<ITuneRequest> for IDispatch
fn from(value: ITuneRequest) -> Self
fn from(value: ITuneRequest) -> Self
Converts to this type from the input type.
impl From<ITuningSpace> for IDispatch
impl From<ITuningSpace> for IDispatch
fn from(value: ITuningSpace) -> Self
fn from(value: ITuningSpace) -> Self
Converts to this type from the input type.
impl From<ITuningSpaceContainer> for IDispatch
impl From<ITuningSpaceContainer> for IDispatch
fn from(value: ITuningSpaceContainer) -> Self
fn from(value: ITuningSpaceContainer) -> Self
Converts to this type from the input type.
impl From<ITuningSpaces> for IDispatch
impl From<ITuningSpaces> for IDispatch
fn from(value: ITuningSpaces) -> Self
fn from(value: ITuningSpaces) -> Self
Converts to this type from the input type.
impl From<IUPnPDescriptionDocument> for IDispatch
impl From<IUPnPDescriptionDocument> for IDispatch
fn from(value: IUPnPDescriptionDocument) -> Self
fn from(value: IUPnPDescriptionDocument) -> Self
Converts to this type from the input type.
impl From<IUPnPDevice> for IDispatch
impl From<IUPnPDevice> for IDispatch
fn from(value: IUPnPDevice) -> Self
fn from(value: IUPnPDevice) -> Self
Converts to this type from the input type.
impl From<IUPnPDeviceFinder> for IDispatch
impl From<IUPnPDeviceFinder> for IDispatch
fn from(value: IUPnPDeviceFinder) -> Self
fn from(value: IUPnPDeviceFinder) -> Self
Converts to this type from the input type.
impl From<IUPnPDevices> for IDispatch
impl From<IUPnPDevices> for IDispatch
fn from(value: IUPnPDevices) -> Self
fn from(value: IUPnPDevices) -> Self
Converts to this type from the input type.
impl From<IUPnPService> for IDispatch
impl From<IUPnPService> for IDispatch
fn from(value: IUPnPService) -> Self
fn from(value: IUPnPService) -> Self
Converts to this type from the input type.
impl From<IUPnPServices> for IDispatch
impl From<IUPnPServices> for IDispatch
fn from(value: IUPnPServices) -> Self
fn from(value: IUPnPServices) -> Self
Converts to this type from the input type.
impl From<IUpdateCollection> for IDispatch
impl From<IUpdateCollection> for IDispatch
fn from(value: IUpdateCollection) -> Self
fn from(value: IUpdateCollection) -> Self
Converts to this type from the input type.
impl From<IUpdateDownloadContent> for IDispatch
impl From<IUpdateDownloadContent> for IDispatch
fn from(value: IUpdateDownloadContent) -> Self
fn from(value: IUpdateDownloadContent) -> Self
Converts to this type from the input type.
impl From<IUpdateDownloadContent2> for IDispatch
impl From<IUpdateDownloadContent2> for IDispatch
fn from(value: IUpdateDownloadContent2) -> Self
fn from(value: IUpdateDownloadContent2) -> Self
Converts to this type from the input type.
impl From<IUpdateDownloadContentCollection> for IDispatch
impl From<IUpdateDownloadContentCollection> for IDispatch
fn from(value: IUpdateDownloadContentCollection) -> Self
fn from(value: IUpdateDownloadContentCollection) -> Self
Converts to this type from the input type.
impl From<IUpdateDownloadResult> for IDispatch
impl From<IUpdateDownloadResult> for IDispatch
fn from(value: IUpdateDownloadResult) -> Self
fn from(value: IUpdateDownloadResult) -> Self
Converts to this type from the input type.
impl From<IUpdateDownloader> for IDispatch
impl From<IUpdateDownloader> for IDispatch
fn from(value: IUpdateDownloader) -> Self
fn from(value: IUpdateDownloader) -> Self
Converts to this type from the input type.
impl From<IUpdateException> for IDispatch
impl From<IUpdateException> for IDispatch
fn from(value: IUpdateException) -> Self
fn from(value: IUpdateException) -> Self
Converts to this type from the input type.
impl From<IUpdateExceptionCollection> for IDispatch
impl From<IUpdateExceptionCollection> for IDispatch
fn from(value: IUpdateExceptionCollection) -> Self
fn from(value: IUpdateExceptionCollection) -> Self
Converts to this type from the input type.
impl From<IUpdateHistoryEntry> for IDispatch
impl From<IUpdateHistoryEntry> for IDispatch
fn from(value: IUpdateHistoryEntry) -> Self
fn from(value: IUpdateHistoryEntry) -> Self
Converts to this type from the input type.
impl From<IUpdateHistoryEntry2> for IDispatch
impl From<IUpdateHistoryEntry2> for IDispatch
fn from(value: IUpdateHistoryEntry2) -> Self
fn from(value: IUpdateHistoryEntry2) -> Self
Converts to this type from the input type.
impl From<IUpdateHistoryEntryCollection> for IDispatch
impl From<IUpdateHistoryEntryCollection> for IDispatch
fn from(value: IUpdateHistoryEntryCollection) -> Self
fn from(value: IUpdateHistoryEntryCollection) -> Self
Converts to this type from the input type.
impl From<IUpdateIdentity> for IDispatch
impl From<IUpdateIdentity> for IDispatch
fn from(value: IUpdateIdentity) -> Self
fn from(value: IUpdateIdentity) -> Self
Converts to this type from the input type.
impl From<IUpdateInstallationResult> for IDispatch
impl From<IUpdateInstallationResult> for IDispatch
fn from(value: IUpdateInstallationResult) -> Self
fn from(value: IUpdateInstallationResult) -> Self
Converts to this type from the input type.
impl From<IUpdateInstaller> for IDispatch
impl From<IUpdateInstaller> for IDispatch
fn from(value: IUpdateInstaller) -> Self
fn from(value: IUpdateInstaller) -> Self
Converts to this type from the input type.
impl From<IUpdateInstaller2> for IDispatch
impl From<IUpdateInstaller2> for IDispatch
fn from(value: IUpdateInstaller2) -> Self
fn from(value: IUpdateInstaller2) -> Self
Converts to this type from the input type.
impl From<IUpdateInstaller3> for IDispatch
impl From<IUpdateInstaller3> for IDispatch
fn from(value: IUpdateInstaller3) -> Self
fn from(value: IUpdateInstaller3) -> Self
Converts to this type from the input type.
impl From<IUpdateInstaller4> for IDispatch
impl From<IUpdateInstaller4> for IDispatch
fn from(value: IUpdateInstaller4) -> Self
fn from(value: IUpdateInstaller4) -> Self
Converts to this type from the input type.
impl From<IUpdateSearcher> for IDispatch
impl From<IUpdateSearcher> for IDispatch
fn from(value: IUpdateSearcher) -> Self
fn from(value: IUpdateSearcher) -> Self
Converts to this type from the input type.
impl From<IUpdateSearcher2> for IDispatch
impl From<IUpdateSearcher2> for IDispatch
fn from(value: IUpdateSearcher2) -> Self
fn from(value: IUpdateSearcher2) -> Self
Converts to this type from the input type.
impl From<IUpdateSearcher3> for IDispatch
impl From<IUpdateSearcher3> for IDispatch
fn from(value: IUpdateSearcher3) -> Self
fn from(value: IUpdateSearcher3) -> Self
Converts to this type from the input type.
impl From<IUpdateService> for IDispatch
impl From<IUpdateService> for IDispatch
fn from(value: IUpdateService) -> Self
fn from(value: IUpdateService) -> Self
Converts to this type from the input type.
impl From<IUpdateService2> for IDispatch
impl From<IUpdateService2> for IDispatch
fn from(value: IUpdateService2) -> Self
fn from(value: IUpdateService2) -> Self
Converts to this type from the input type.
impl From<IUpdateServiceCollection> for IDispatch
impl From<IUpdateServiceCollection> for IDispatch
fn from(value: IUpdateServiceCollection) -> Self
fn from(value: IUpdateServiceCollection) -> Self
Converts to this type from the input type.
impl From<IUpdateServiceManager> for IDispatch
impl From<IUpdateServiceManager> for IDispatch
fn from(value: IUpdateServiceManager) -> Self
fn from(value: IUpdateServiceManager) -> Self
Converts to this type from the input type.
impl From<IUpdateServiceManager2> for IDispatch
impl From<IUpdateServiceManager2> for IDispatch
fn from(value: IUpdateServiceManager2) -> Self
fn from(value: IUpdateServiceManager2) -> Self
Converts to this type from the input type.
impl From<IUpdateServiceRegistration> for IDispatch
impl From<IUpdateServiceRegistration> for IDispatch
fn from(value: IUpdateServiceRegistration) -> Self
fn from(value: IUpdateServiceRegistration) -> Self
Converts to this type from the input type.
impl From<IUpdateSession> for IDispatch
impl From<IUpdateSession> for IDispatch
fn from(value: IUpdateSession) -> Self
fn from(value: IUpdateSession) -> Self
Converts to this type from the input type.
impl From<IUpdateSession2> for IDispatch
impl From<IUpdateSession2> for IDispatch
fn from(value: IUpdateSession2) -> Self
fn from(value: IUpdateSession2) -> Self
Converts to this type from the input type.
impl From<IUpdateSession3> for IDispatch
impl From<IUpdateSession3> for IDispatch
fn from(value: IUpdateSession3) -> Self
fn from(value: IUpdateSession3) -> Self
Converts to this type from the input type.
impl From<IVBMXNamespaceManager> for IDispatch
impl From<IVBMXNamespaceManager> for IDispatch
fn from(value: IVBMXNamespaceManager) -> Self
fn from(value: IVBMXNamespaceManager) -> Self
Converts to this type from the input type.
impl From<IVBSAXAttributes> for IDispatch
impl From<IVBSAXAttributes> for IDispatch
fn from(value: IVBSAXAttributes) -> Self
fn from(value: IVBSAXAttributes) -> Self
Converts to this type from the input type.
impl From<IVBSAXContentHandler> for IDispatch
impl From<IVBSAXContentHandler> for IDispatch
fn from(value: IVBSAXContentHandler) -> Self
fn from(value: IVBSAXContentHandler) -> Self
Converts to this type from the input type.
impl From<IVBSAXDTDHandler> for IDispatch
impl From<IVBSAXDTDHandler> for IDispatch
fn from(value: IVBSAXDTDHandler) -> Self
fn from(value: IVBSAXDTDHandler) -> Self
Converts to this type from the input type.
impl From<IVBSAXDeclHandler> for IDispatch
impl From<IVBSAXDeclHandler> for IDispatch
fn from(value: IVBSAXDeclHandler) -> Self
fn from(value: IVBSAXDeclHandler) -> Self
Converts to this type from the input type.
impl From<IVBSAXEntityResolver> for IDispatch
impl From<IVBSAXEntityResolver> for IDispatch
fn from(value: IVBSAXEntityResolver) -> Self
fn from(value: IVBSAXEntityResolver) -> Self
Converts to this type from the input type.
impl From<IVBSAXErrorHandler> for IDispatch
impl From<IVBSAXErrorHandler> for IDispatch
fn from(value: IVBSAXErrorHandler) -> Self
fn from(value: IVBSAXErrorHandler) -> Self
Converts to this type from the input type.
impl From<IVBSAXLexicalHandler> for IDispatch
impl From<IVBSAXLexicalHandler> for IDispatch
fn from(value: IVBSAXLexicalHandler) -> Self
fn from(value: IVBSAXLexicalHandler) -> Self
Converts to this type from the input type.
impl From<IVBSAXLocator> for IDispatch
impl From<IVBSAXLocator> for IDispatch
fn from(value: IVBSAXLocator) -> Self
fn from(value: IVBSAXLocator) -> Self
Converts to this type from the input type.
impl From<IVBSAXXMLFilter> for IDispatch
impl From<IVBSAXXMLFilter> for IDispatch
fn from(value: IVBSAXXMLFilter) -> Self
fn from(value: IVBSAXXMLFilter) -> Self
Converts to this type from the input type.
impl From<IVBSAXXMLReader> for IDispatch
impl From<IVBSAXXMLReader> for IDispatch
fn from(value: IVBSAXXMLReader) -> Self
fn from(value: IVBSAXXMLReader) -> Self
Converts to this type from the input type.
impl From<IValueMapItem> for IDispatch
impl From<IValueMapItem> for IDispatch
fn from(value: IValueMapItem) -> Self
fn from(value: IValueMapItem) -> Self
Converts to this type from the input type.
impl From<IVideoWindow> for IDispatch
impl From<IVideoWindow> for IDispatch
fn from(value: IVideoWindow) -> Self
fn from(value: IVideoWindow) -> Self
Converts to this type from the input type.
impl From<IWMIExtension> for IDispatch
impl From<IWMIExtension> for IDispatch
fn from(value: IWMIExtension) -> Self
fn from(value: IWMIExtension) -> Self
Converts to this type from the input type.
impl From<IWMPCdromCollection> for IDispatch
impl From<IWMPCdromCollection> for IDispatch
fn from(value: IWMPCdromCollection) -> Self
fn from(value: IWMPCdromCollection) -> Self
Converts to this type from the input type.
impl From<IWMPClosedCaption> for IDispatch
impl From<IWMPClosedCaption> for IDispatch
fn from(value: IWMPClosedCaption) -> Self
fn from(value: IWMPClosedCaption) -> Self
Converts to this type from the input type.
impl From<IWMPClosedCaption2> for IDispatch
impl From<IWMPClosedCaption2> for IDispatch
fn from(value: IWMPClosedCaption2) -> Self
fn from(value: IWMPClosedCaption2) -> Self
Converts to this type from the input type.
impl From<IWMPControls> for IDispatch
impl From<IWMPControls> for IDispatch
fn from(value: IWMPControls) -> Self
fn from(value: IWMPControls) -> Self
Converts to this type from the input type.
impl From<IWMPControls2> for IDispatch
impl From<IWMPControls2> for IDispatch
fn from(value: IWMPControls2) -> Self
fn from(value: IWMPControls2) -> Self
Converts to this type from the input type.
impl From<IWMPControls3> for IDispatch
impl From<IWMPControls3> for IDispatch
fn from(value: IWMPControls3) -> Self
fn from(value: IWMPControls3) -> Self
Converts to this type from the input type.
impl From<IWMPDownloadCollection> for IDispatch
impl From<IWMPDownloadCollection> for IDispatch
fn from(value: IWMPDownloadCollection) -> Self
fn from(value: IWMPDownloadCollection) -> Self
Converts to this type from the input type.
impl From<IWMPDownloadItem> for IDispatch
impl From<IWMPDownloadItem> for IDispatch
fn from(value: IWMPDownloadItem) -> Self
fn from(value: IWMPDownloadItem) -> Self
Converts to this type from the input type.
impl From<IWMPDownloadItem2> for IDispatch
impl From<IWMPDownloadItem2> for IDispatch
fn from(value: IWMPDownloadItem2) -> Self
fn from(value: IWMPDownloadItem2) -> Self
Converts to this type from the input type.
impl From<IWMPDownloadManager> for IDispatch
impl From<IWMPDownloadManager> for IDispatch
fn from(value: IWMPDownloadManager) -> Self
fn from(value: IWMPDownloadManager) -> Self
Converts to this type from the input type.
impl From<IWMPErrorItem> for IDispatch
impl From<IWMPErrorItem> for IDispatch
fn from(value: IWMPErrorItem) -> Self
fn from(value: IWMPErrorItem) -> Self
Converts to this type from the input type.
impl From<IWMPErrorItem2> for IDispatch
impl From<IWMPErrorItem2> for IDispatch
fn from(value: IWMPErrorItem2) -> Self
fn from(value: IWMPErrorItem2) -> Self
Converts to this type from the input type.
impl From<IWMPMedia2> for IDispatch
impl From<IWMPMedia2> for IDispatch
fn from(value: IWMPMedia2) -> Self
fn from(value: IWMPMedia2) -> Self
Converts to this type from the input type.
impl From<IWMPMedia3> for IDispatch
impl From<IWMPMedia3> for IDispatch
fn from(value: IWMPMedia3) -> Self
fn from(value: IWMPMedia3) -> Self
Converts to this type from the input type.
impl From<IWMPMediaCollection> for IDispatch
impl From<IWMPMediaCollection> for IDispatch
fn from(value: IWMPMediaCollection) -> Self
fn from(value: IWMPMediaCollection) -> Self
Converts to this type from the input type.
impl From<IWMPMediaCollection2> for IDispatch
impl From<IWMPMediaCollection2> for IDispatch
fn from(value: IWMPMediaCollection2) -> Self
fn from(value: IWMPMediaCollection2) -> Self
Converts to this type from the input type.
impl From<IWMPMetadataPicture> for IDispatch
impl From<IWMPMetadataPicture> for IDispatch
fn from(value: IWMPMetadataPicture) -> Self
fn from(value: IWMPMetadataPicture) -> Self
Converts to this type from the input type.
impl From<IWMPMetadataText> for IDispatch
impl From<IWMPMetadataText> for IDispatch
fn from(value: IWMPMetadataText) -> Self
fn from(value: IWMPMetadataText) -> Self
Converts to this type from the input type.
impl From<IWMPNetwork> for IDispatch
impl From<IWMPNetwork> for IDispatch
fn from(value: IWMPNetwork) -> Self
fn from(value: IWMPNetwork) -> Self
Converts to this type from the input type.
impl From<IWMPPlayer> for IDispatch
impl From<IWMPPlayer> for IDispatch
fn from(value: IWMPPlayer) -> Self
fn from(value: IWMPPlayer) -> Self
Converts to this type from the input type.
impl From<IWMPPlayer2> for IDispatch
impl From<IWMPPlayer2> for IDispatch
fn from(value: IWMPPlayer2) -> Self
fn from(value: IWMPPlayer2) -> Self
Converts to this type from the input type.
impl From<IWMPPlayer3> for IDispatch
impl From<IWMPPlayer3> for IDispatch
fn from(value: IWMPPlayer3) -> Self
fn from(value: IWMPPlayer3) -> Self
Converts to this type from the input type.
impl From<IWMPPlayer4> for IDispatch
impl From<IWMPPlayer4> for IDispatch
fn from(value: IWMPPlayer4) -> Self
fn from(value: IWMPPlayer4) -> Self
Converts to this type from the input type.
impl From<IWMPPlayerApplication> for IDispatch
impl From<IWMPPlayerApplication> for IDispatch
fn from(value: IWMPPlayerApplication) -> Self
fn from(value: IWMPPlayerApplication) -> Self
Converts to this type from the input type.
impl From<IWMPPlaylist> for IDispatch
impl From<IWMPPlaylist> for IDispatch
fn from(value: IWMPPlaylist) -> Self
fn from(value: IWMPPlaylist) -> Self
Converts to this type from the input type.
impl From<IWMPPlaylistArray> for IDispatch
impl From<IWMPPlaylistArray> for IDispatch
fn from(value: IWMPPlaylistArray) -> Self
fn from(value: IWMPPlaylistArray) -> Self
Converts to this type from the input type.
impl From<IWMPPlaylistCollection> for IDispatch
impl From<IWMPPlaylistCollection> for IDispatch
fn from(value: IWMPPlaylistCollection) -> Self
fn from(value: IWMPPlaylistCollection) -> Self
Converts to this type from the input type.
impl From<IWMPSettings> for IDispatch
impl From<IWMPSettings> for IDispatch
fn from(value: IWMPSettings) -> Self
fn from(value: IWMPSettings) -> Self
Converts to this type from the input type.
impl From<IWMPSettings2> for IDispatch
impl From<IWMPSettings2> for IDispatch
fn from(value: IWMPSettings2) -> Self
fn from(value: IWMPSettings2) -> Self
Converts to this type from the input type.
impl From<IWMPStringCollection> for IDispatch
impl From<IWMPStringCollection> for IDispatch
fn from(value: IWMPStringCollection) -> Self
fn from(value: IWMPStringCollection) -> Self
Converts to this type from the input type.
impl From<IWMPStringCollection2> for IDispatch
impl From<IWMPStringCollection2> for IDispatch
fn from(value: IWMPStringCollection2) -> Self
fn from(value: IWMPStringCollection2) -> Self
Converts to this type from the input type.
impl From<IWSCDefaultProduct> for IDispatch
impl From<IWSCDefaultProduct> for IDispatch
fn from(value: IWSCDefaultProduct) -> Self
fn from(value: IWSCDefaultProduct) -> Self
Converts to this type from the input type.
impl From<IWSCProductList> for IDispatch
impl From<IWSCProductList> for IDispatch
fn from(value: IWSCProductList) -> Self
fn from(value: IWSCProductList) -> Self
Converts to this type from the input type.
impl From<IWSManConnectionOptions> for IDispatch
impl From<IWSManConnectionOptions> for IDispatch
fn from(value: IWSManConnectionOptions) -> Self
fn from(value: IWSManConnectionOptions) -> Self
Converts to this type from the input type.
impl From<IWSManConnectionOptionsEx> for IDispatch
impl From<IWSManConnectionOptionsEx> for IDispatch
fn from(value: IWSManConnectionOptionsEx) -> Self
fn from(value: IWSManConnectionOptionsEx) -> Self
Converts to this type from the input type.
impl From<IWSManConnectionOptionsEx2> for IDispatch
impl From<IWSManConnectionOptionsEx2> for IDispatch
fn from(value: IWSManConnectionOptionsEx2) -> Self
fn from(value: IWSManConnectionOptionsEx2) -> Self
Converts to this type from the input type.
impl From<IWSManEnumerator> for IDispatch
impl From<IWSManEnumerator> for IDispatch
fn from(value: IWSManEnumerator) -> Self
fn from(value: IWSManEnumerator) -> Self
Converts to this type from the input type.
impl From<IWSManInternal> for IDispatch
impl From<IWSManInternal> for IDispatch
fn from(value: IWSManInternal) -> Self
fn from(value: IWSManInternal) -> Self
Converts to this type from the input type.
impl From<IWSManResourceLocator> for IDispatch
impl From<IWSManResourceLocator> for IDispatch
fn from(value: IWSManResourceLocator) -> Self
fn from(value: IWSManResourceLocator) -> Self
Converts to this type from the input type.
impl From<IWSManSession> for IDispatch
impl From<IWSManSession> for IDispatch
fn from(value: IWSManSession) -> Self
fn from(value: IWSManSession) -> Self
Converts to this type from the input type.
impl From<IWdsTransportCacheable> for IDispatch
impl From<IWdsTransportCacheable> for IDispatch
fn from(value: IWdsTransportCacheable) -> Self
fn from(value: IWdsTransportCacheable) -> Self
Converts to this type from the input type.
impl From<IWdsTransportClient> for IDispatch
impl From<IWdsTransportClient> for IDispatch
fn from(value: IWdsTransportClient) -> Self
fn from(value: IWdsTransportClient) -> Self
Converts to this type from the input type.
impl From<IWdsTransportCollection> for IDispatch
impl From<IWdsTransportCollection> for IDispatch
fn from(value: IWdsTransportCollection) -> Self
fn from(value: IWdsTransportCollection) -> Self
Converts to this type from the input type.
impl From<IWdsTransportConfigurationManager> for IDispatch
impl From<IWdsTransportConfigurationManager> for IDispatch
fn from(value: IWdsTransportConfigurationManager) -> Self
fn from(value: IWdsTransportConfigurationManager) -> Self
Converts to this type from the input type.
impl From<IWdsTransportConfigurationManager2> for IDispatch
impl From<IWdsTransportConfigurationManager2> for IDispatch
fn from(value: IWdsTransportConfigurationManager2) -> Self
fn from(value: IWdsTransportConfigurationManager2) -> Self
Converts to this type from the input type.
impl From<IWdsTransportContent> for IDispatch
impl From<IWdsTransportContent> for IDispatch
fn from(value: IWdsTransportContent) -> Self
fn from(value: IWdsTransportContent) -> Self
Converts to this type from the input type.
impl From<IWdsTransportContentProvider> for IDispatch
impl From<IWdsTransportContentProvider> for IDispatch
fn from(value: IWdsTransportContentProvider) -> Self
fn from(value: IWdsTransportContentProvider) -> Self
Converts to this type from the input type.
impl From<IWdsTransportDiagnosticsPolicy> for IDispatch
impl From<IWdsTransportDiagnosticsPolicy> for IDispatch
fn from(value: IWdsTransportDiagnosticsPolicy) -> Self
fn from(value: IWdsTransportDiagnosticsPolicy) -> Self
Converts to this type from the input type.
impl From<IWdsTransportManager> for IDispatch
impl From<IWdsTransportManager> for IDispatch
fn from(value: IWdsTransportManager) -> Self
fn from(value: IWdsTransportManager) -> Self
Converts to this type from the input type.
impl From<IWdsTransportMulticastSessionPolicy> for IDispatch
impl From<IWdsTransportMulticastSessionPolicy> for IDispatch
fn from(value: IWdsTransportMulticastSessionPolicy) -> Self
fn from(value: IWdsTransportMulticastSessionPolicy) -> Self
Converts to this type from the input type.
impl From<IWdsTransportNamespace> for IDispatch
impl From<IWdsTransportNamespace> for IDispatch
fn from(value: IWdsTransportNamespace) -> Self
fn from(value: IWdsTransportNamespace) -> Self
Converts to this type from the input type.
impl From<IWdsTransportNamespaceAutoCast> for IDispatch
impl From<IWdsTransportNamespaceAutoCast> for IDispatch
fn from(value: IWdsTransportNamespaceAutoCast) -> Self
fn from(value: IWdsTransportNamespaceAutoCast) -> Self
Converts to this type from the input type.
impl From<IWdsTransportNamespaceManager> for IDispatch
impl From<IWdsTransportNamespaceManager> for IDispatch
fn from(value: IWdsTransportNamespaceManager) -> Self
fn from(value: IWdsTransportNamespaceManager) -> Self
Converts to this type from the input type.
impl From<IWdsTransportNamespaceScheduledCast> for IDispatch
impl From<IWdsTransportNamespaceScheduledCast> for IDispatch
fn from(value: IWdsTransportNamespaceScheduledCast) -> Self
fn from(value: IWdsTransportNamespaceScheduledCast) -> Self
Converts to this type from the input type.
impl From<IWdsTransportNamespaceScheduledCastAutoStart> for IDispatch
impl From<IWdsTransportNamespaceScheduledCastAutoStart> for IDispatch
fn from(value: IWdsTransportNamespaceScheduledCastAutoStart) -> Self
fn from(value: IWdsTransportNamespaceScheduledCastAutoStart) -> Self
Converts to this type from the input type.
impl From<IWdsTransportNamespaceScheduledCastManualStart> for IDispatch
impl From<IWdsTransportNamespaceScheduledCastManualStart> for IDispatch
fn from(value: IWdsTransportNamespaceScheduledCastManualStart) -> Self
fn from(value: IWdsTransportNamespaceScheduledCastManualStart) -> Self
Converts to this type from the input type.
impl From<IWdsTransportServer> for IDispatch
impl From<IWdsTransportServer> for IDispatch
fn from(value: IWdsTransportServer) -> Self
fn from(value: IWdsTransportServer) -> Self
Converts to this type from the input type.
impl From<IWdsTransportServer2> for IDispatch
impl From<IWdsTransportServer2> for IDispatch
fn from(value: IWdsTransportServer2) -> Self
fn from(value: IWdsTransportServer2) -> Self
Converts to this type from the input type.
impl From<IWdsTransportServicePolicy> for IDispatch
impl From<IWdsTransportServicePolicy> for IDispatch
fn from(value: IWdsTransportServicePolicy) -> Self
fn from(value: IWdsTransportServicePolicy) -> Self
Converts to this type from the input type.
impl From<IWdsTransportServicePolicy2> for IDispatch
impl From<IWdsTransportServicePolicy2> for IDispatch
fn from(value: IWdsTransportServicePolicy2) -> Self
fn from(value: IWdsTransportServicePolicy2) -> Self
Converts to this type from the input type.
impl From<IWdsTransportSession> for IDispatch
impl From<IWdsTransportSession> for IDispatch
fn from(value: IWdsTransportSession) -> Self
fn from(value: IWdsTransportSession) -> Self
Converts to this type from the input type.
impl From<IWdsTransportSetupManager> for IDispatch
impl From<IWdsTransportSetupManager> for IDispatch
fn from(value: IWdsTransportSetupManager) -> Self
fn from(value: IWdsTransportSetupManager) -> Self
Converts to this type from the input type.
impl From<IWdsTransportSetupManager2> for IDispatch
impl From<IWdsTransportSetupManager2> for IDispatch
fn from(value: IWdsTransportSetupManager2) -> Self
fn from(value: IWdsTransportSetupManager2) -> Self
Converts to this type from the input type.
impl From<IWdsTransportTftpClient> for IDispatch
impl From<IWdsTransportTftpClient> for IDispatch
fn from(value: IWdsTransportTftpClient) -> Self
fn from(value: IWdsTransportTftpClient) -> Self
Converts to this type from the input type.
impl From<IWdsTransportTftpManager> for IDispatch
impl From<IWdsTransportTftpManager> for IDispatch
fn from(value: IWdsTransportTftpManager) -> Self
fn from(value: IWdsTransportTftpManager) -> Self
Converts to this type from the input type.
impl From<IWebBrowser> for IDispatch
impl From<IWebBrowser> for IDispatch
fn from(value: IWebBrowser) -> Self
fn from(value: IWebBrowser) -> Self
Converts to this type from the input type.
impl From<IWebBrowser2> for IDispatch
impl From<IWebBrowser2> for IDispatch
fn from(value: IWebBrowser2) -> Self
fn from(value: IWebBrowser2) -> Self
Converts to this type from the input type.
impl From<IWebBrowserApp> for IDispatch
impl From<IWebBrowserApp> for IDispatch
fn from(value: IWebBrowserApp) -> Self
fn from(value: IWebBrowserApp) -> Self
Converts to this type from the input type.
impl From<IWebWizardHost> for IDispatch
impl From<IWebWizardHost> for IDispatch
fn from(value: IWebWizardHost) -> Self
fn from(value: IWebWizardHost) -> Self
Converts to this type from the input type.
impl From<IWebWizardHost2> for IDispatch
impl From<IWebWizardHost2> for IDispatch
fn from(value: IWebWizardHost2) -> Self
fn from(value: IWebWizardHost2) -> Self
Converts to this type from the input type.
impl From<IWeeklyTrigger> for IDispatch
impl From<IWeeklyTrigger> for IDispatch
fn from(value: IWeeklyTrigger) -> Self
fn from(value: IWeeklyTrigger) -> Self
Converts to this type from the input type.
impl From<IWindowsDriverUpdate> for IDispatch
impl From<IWindowsDriverUpdate> for IDispatch
fn from(value: IWindowsDriverUpdate) -> Self
fn from(value: IWindowsDriverUpdate) -> Self
Converts to this type from the input type.
impl From<IWindowsDriverUpdate2> for IDispatch
impl From<IWindowsDriverUpdate2> for IDispatch
fn from(value: IWindowsDriverUpdate2) -> Self
fn from(value: IWindowsDriverUpdate2) -> Self
Converts to this type from the input type.
impl From<IWindowsDriverUpdate3> for IDispatch
impl From<IWindowsDriverUpdate3> for IDispatch
fn from(value: IWindowsDriverUpdate3) -> Self
fn from(value: IWindowsDriverUpdate3) -> Self
Converts to this type from the input type.
impl From<IWindowsDriverUpdate4> for IDispatch
impl From<IWindowsDriverUpdate4> for IDispatch
fn from(value: IWindowsDriverUpdate4) -> Self
fn from(value: IWindowsDriverUpdate4) -> Self
Converts to this type from the input type.
impl From<IWindowsDriverUpdate5> for IDispatch
impl From<IWindowsDriverUpdate5> for IDispatch
fn from(value: IWindowsDriverUpdate5) -> Self
fn from(value: IWindowsDriverUpdate5) -> Self
Converts to this type from the input type.
impl From<IWindowsDriverUpdateEntry> for IDispatch
impl From<IWindowsDriverUpdateEntry> for IDispatch
fn from(value: IWindowsDriverUpdateEntry) -> Self
fn from(value: IWindowsDriverUpdateEntry) -> Self
Converts to this type from the input type.
impl From<IWindowsDriverUpdateEntryCollection> for IDispatch
impl From<IWindowsDriverUpdateEntryCollection> for IDispatch
fn from(value: IWindowsDriverUpdateEntryCollection) -> Self
fn from(value: IWindowsDriverUpdateEntryCollection) -> Self
Converts to this type from the input type.
impl From<IWindowsMediaLibrarySharingDevice> for IDispatch
impl From<IWindowsMediaLibrarySharingDevice> for IDispatch
fn from(value: IWindowsMediaLibrarySharingDevice) -> Self
fn from(value: IWindowsMediaLibrarySharingDevice) -> Self
Converts to this type from the input type.
impl From<IWindowsMediaLibrarySharingDeviceProperties> for IDispatch
impl From<IWindowsMediaLibrarySharingDeviceProperties> for IDispatch
fn from(value: IWindowsMediaLibrarySharingDeviceProperties) -> Self
fn from(value: IWindowsMediaLibrarySharingDeviceProperties) -> Self
Converts to this type from the input type.
impl From<IWindowsMediaLibrarySharingDeviceProperty> for IDispatch
impl From<IWindowsMediaLibrarySharingDeviceProperty> for IDispatch
fn from(value: IWindowsMediaLibrarySharingDeviceProperty) -> Self
fn from(value: IWindowsMediaLibrarySharingDeviceProperty) -> Self
Converts to this type from the input type.
impl From<IWindowsMediaLibrarySharingDevices> for IDispatch
impl From<IWindowsMediaLibrarySharingDevices> for IDispatch
fn from(value: IWindowsMediaLibrarySharingDevices) -> Self
fn from(value: IWindowsMediaLibrarySharingDevices) -> Self
Converts to this type from the input type.
impl From<IWindowsMediaLibrarySharingServices> for IDispatch
impl From<IWindowsMediaLibrarySharingServices> for IDispatch
fn from(value: IWindowsMediaLibrarySharingServices) -> Self
fn from(value: IWindowsMediaLibrarySharingServices) -> Self
Converts to this type from the input type.
impl From<IWindowsUpdateAgentInfo> for IDispatch
impl From<IWindowsUpdateAgentInfo> for IDispatch
fn from(value: IWindowsUpdateAgentInfo) -> Self
fn from(value: IWindowsUpdateAgentInfo) -> Self
Converts to this type from the input type.
impl From<IWorkspaceResTypeRegistry> for IDispatch
impl From<IWorkspaceResTypeRegistry> for IDispatch
fn from(value: IWorkspaceResTypeRegistry) -> Self
fn from(value: IWorkspaceResTypeRegistry) -> Self
Converts to this type from the input type.
impl From<IWorkspaceScriptable> for IDispatch
impl From<IWorkspaceScriptable> for IDispatch
fn from(value: IWorkspaceScriptable) -> Self
fn from(value: IWorkspaceScriptable) -> Self
Converts to this type from the input type.
impl From<IWorkspaceScriptable2> for IDispatch
impl From<IWorkspaceScriptable2> for IDispatch
fn from(value: IWorkspaceScriptable2) -> Self
fn from(value: IWorkspaceScriptable2) -> Self
Converts to this type from the input type.
impl From<IWorkspaceScriptable3> for IDispatch
impl From<IWorkspaceScriptable3> for IDispatch
fn from(value: IWorkspaceScriptable3) -> Self
fn from(value: IWorkspaceScriptable3) -> Self
Converts to this type from the input type.
impl From<IWriteEngine2> for IDispatch
impl From<IWriteEngine2> for IDispatch
fn from(value: IWriteEngine2) -> Self
fn from(value: IWriteEngine2) -> Self
Converts to this type from the input type.
impl From<IWriteEngine2EventArgs> for IDispatch
impl From<IWriteEngine2EventArgs> for IDispatch
fn from(value: IWriteEngine2EventArgs) -> Self
fn from(value: IWriteEngine2EventArgs) -> Self
Converts to this type from the input type.
impl From<IWriteSpeedDescriptor> for IDispatch
impl From<IWriteSpeedDescriptor> for IDispatch
fn from(value: IWriteSpeedDescriptor) -> Self
fn from(value: IWriteSpeedDescriptor) -> Self
Converts to this type from the input type.
impl From<IWscProduct> for IDispatch
impl From<IWscProduct> for IDispatch
fn from(value: IWscProduct) -> Self
fn from(value: IWscProduct) -> Self
Converts to this type from the input type.
impl From<IWscProduct2> for IDispatch
impl From<IWscProduct2> for IDispatch
fn from(value: IWscProduct2) -> Self
fn from(value: IWscProduct2) -> Self
Converts to this type from the input type.
impl From<IWscProduct3> for IDispatch
impl From<IWscProduct3> for IDispatch
fn from(value: IWscProduct3) -> Self
fn from(value: IWscProduct3) -> Self
Converts to this type from the input type.
impl From<IX500DistinguishedName> for IDispatch
impl From<IX500DistinguishedName> for IDispatch
fn from(value: IX500DistinguishedName) -> Self
fn from(value: IX500DistinguishedName) -> Self
Converts to this type from the input type.
impl From<IX509Attribute> for IDispatch
impl From<IX509Attribute> for IDispatch
fn from(value: IX509Attribute) -> Self
fn from(value: IX509Attribute) -> Self
Converts to this type from the input type.
impl From<IX509AttributeArchiveKey> for IDispatch
impl From<IX509AttributeArchiveKey> for IDispatch
fn from(value: IX509AttributeArchiveKey) -> Self
fn from(value: IX509AttributeArchiveKey) -> Self
Converts to this type from the input type.
impl From<IX509AttributeArchiveKeyHash> for IDispatch
impl From<IX509AttributeArchiveKeyHash> for IDispatch
fn from(value: IX509AttributeArchiveKeyHash) -> Self
fn from(value: IX509AttributeArchiveKeyHash) -> Self
Converts to this type from the input type.
impl From<IX509AttributeClientId> for IDispatch
impl From<IX509AttributeClientId> for IDispatch
fn from(value: IX509AttributeClientId) -> Self
fn from(value: IX509AttributeClientId) -> Self
Converts to this type from the input type.
impl From<IX509AttributeCspProvider> for IDispatch
impl From<IX509AttributeCspProvider> for IDispatch
fn from(value: IX509AttributeCspProvider) -> Self
fn from(value: IX509AttributeCspProvider) -> Self
Converts to this type from the input type.
impl From<IX509AttributeExtensions> for IDispatch
impl From<IX509AttributeExtensions> for IDispatch
fn from(value: IX509AttributeExtensions) -> Self
fn from(value: IX509AttributeExtensions) -> Self
Converts to this type from the input type.
impl From<IX509AttributeOSVersion> for IDispatch
impl From<IX509AttributeOSVersion> for IDispatch
fn from(value: IX509AttributeOSVersion) -> Self
fn from(value: IX509AttributeOSVersion) -> Self
Converts to this type from the input type.
impl From<IX509AttributeRenewalCertificate> for IDispatch
impl From<IX509AttributeRenewalCertificate> for IDispatch
fn from(value: IX509AttributeRenewalCertificate) -> Self
fn from(value: IX509AttributeRenewalCertificate) -> Self
Converts to this type from the input type.
impl From<IX509Attributes> for IDispatch
impl From<IX509Attributes> for IDispatch
fn from(value: IX509Attributes) -> Self
fn from(value: IX509Attributes) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRequest> for IDispatch
impl From<IX509CertificateRequest> for IDispatch
fn from(value: IX509CertificateRequest) -> Self
fn from(value: IX509CertificateRequest) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRequestCertificate> for IDispatch
impl From<IX509CertificateRequestCertificate> for IDispatch
fn from(value: IX509CertificateRequestCertificate) -> Self
fn from(value: IX509CertificateRequestCertificate) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRequestCertificate2> for IDispatch
impl From<IX509CertificateRequestCertificate2> for IDispatch
fn from(value: IX509CertificateRequestCertificate2) -> Self
fn from(value: IX509CertificateRequestCertificate2) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRequestCmc> for IDispatch
impl From<IX509CertificateRequestCmc> for IDispatch
fn from(value: IX509CertificateRequestCmc) -> Self
fn from(value: IX509CertificateRequestCmc) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRequestCmc2> for IDispatch
impl From<IX509CertificateRequestCmc2> for IDispatch
fn from(value: IX509CertificateRequestCmc2) -> Self
fn from(value: IX509CertificateRequestCmc2) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRequestPkcs10> for IDispatch
impl From<IX509CertificateRequestPkcs10> for IDispatch
fn from(value: IX509CertificateRequestPkcs10) -> Self
fn from(value: IX509CertificateRequestPkcs10) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRequestPkcs10V2> for IDispatch
impl From<IX509CertificateRequestPkcs10V2> for IDispatch
fn from(value: IX509CertificateRequestPkcs10V2) -> Self
fn from(value: IX509CertificateRequestPkcs10V2) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRequestPkcs10V3> for IDispatch
impl From<IX509CertificateRequestPkcs10V3> for IDispatch
fn from(value: IX509CertificateRequestPkcs10V3) -> Self
fn from(value: IX509CertificateRequestPkcs10V3) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRequestPkcs10V4> for IDispatch
impl From<IX509CertificateRequestPkcs10V4> for IDispatch
fn from(value: IX509CertificateRequestPkcs10V4) -> Self
fn from(value: IX509CertificateRequestPkcs10V4) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRequestPkcs7> for IDispatch
impl From<IX509CertificateRequestPkcs7> for IDispatch
fn from(value: IX509CertificateRequestPkcs7) -> Self
fn from(value: IX509CertificateRequestPkcs7) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRequestPkcs7V2> for IDispatch
impl From<IX509CertificateRequestPkcs7V2> for IDispatch
fn from(value: IX509CertificateRequestPkcs7V2) -> Self
fn from(value: IX509CertificateRequestPkcs7V2) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRevocationList> for IDispatch
impl From<IX509CertificateRevocationList> for IDispatch
fn from(value: IX509CertificateRevocationList) -> Self
fn from(value: IX509CertificateRevocationList) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRevocationListEntries> for IDispatch
impl From<IX509CertificateRevocationListEntries> for IDispatch
fn from(value: IX509CertificateRevocationListEntries) -> Self
fn from(value: IX509CertificateRevocationListEntries) -> Self
Converts to this type from the input type.
impl From<IX509CertificateRevocationListEntry> for IDispatch
impl From<IX509CertificateRevocationListEntry> for IDispatch
fn from(value: IX509CertificateRevocationListEntry) -> Self
fn from(value: IX509CertificateRevocationListEntry) -> Self
Converts to this type from the input type.
impl From<IX509CertificateTemplate> for IDispatch
impl From<IX509CertificateTemplate> for IDispatch
fn from(value: IX509CertificateTemplate) -> Self
fn from(value: IX509CertificateTemplate) -> Self
Converts to this type from the input type.
impl From<IX509CertificateTemplateWritable> for IDispatch
impl From<IX509CertificateTemplateWritable> for IDispatch
fn from(value: IX509CertificateTemplateWritable) -> Self
fn from(value: IX509CertificateTemplateWritable) -> Self
Converts to this type from the input type.
impl From<IX509CertificateTemplates> for IDispatch
impl From<IX509CertificateTemplates> for IDispatch
fn from(value: IX509CertificateTemplates) -> Self
fn from(value: IX509CertificateTemplates) -> Self
Converts to this type from the input type.
impl From<IX509EndorsementKey> for IDispatch
impl From<IX509EndorsementKey> for IDispatch
fn from(value: IX509EndorsementKey) -> Self
fn from(value: IX509EndorsementKey) -> Self
Converts to this type from the input type.
impl From<IX509Enrollment> for IDispatch
impl From<IX509Enrollment> for IDispatch
fn from(value: IX509Enrollment) -> Self
fn from(value: IX509Enrollment) -> Self
Converts to this type from the input type.
impl From<IX509Enrollment2> for IDispatch
impl From<IX509Enrollment2> for IDispatch
fn from(value: IX509Enrollment2) -> Self
fn from(value: IX509Enrollment2) -> Self
Converts to this type from the input type.
impl From<IX509EnrollmentHelper> for IDispatch
impl From<IX509EnrollmentHelper> for IDispatch
fn from(value: IX509EnrollmentHelper) -> Self
fn from(value: IX509EnrollmentHelper) -> Self
Converts to this type from the input type.
impl From<IX509EnrollmentPolicyServer> for IDispatch
impl From<IX509EnrollmentPolicyServer> for IDispatch
fn from(value: IX509EnrollmentPolicyServer) -> Self
fn from(value: IX509EnrollmentPolicyServer) -> Self
Converts to this type from the input type.
impl From<IX509EnrollmentStatus> for IDispatch
impl From<IX509EnrollmentStatus> for IDispatch
fn from(value: IX509EnrollmentStatus) -> Self
fn from(value: IX509EnrollmentStatus) -> Self
Converts to this type from the input type.
impl From<IX509EnrollmentWebClassFactory> for IDispatch
impl From<IX509EnrollmentWebClassFactory> for IDispatch
fn from(value: IX509EnrollmentWebClassFactory) -> Self
fn from(value: IX509EnrollmentWebClassFactory) -> Self
Converts to this type from the input type.
impl From<IX509Extension> for IDispatch
impl From<IX509Extension> for IDispatch
fn from(value: IX509Extension) -> Self
fn from(value: IX509Extension) -> Self
Converts to this type from the input type.
impl From<IX509ExtensionAlternativeNames> for IDispatch
impl From<IX509ExtensionAlternativeNames> for IDispatch
fn from(value: IX509ExtensionAlternativeNames) -> Self
fn from(value: IX509ExtensionAlternativeNames) -> Self
Converts to this type from the input type.
impl From<IX509ExtensionAuthorityKeyIdentifier> for IDispatch
impl From<IX509ExtensionAuthorityKeyIdentifier> for IDispatch
fn from(value: IX509ExtensionAuthorityKeyIdentifier) -> Self
fn from(value: IX509ExtensionAuthorityKeyIdentifier) -> Self
Converts to this type from the input type.
impl From<IX509ExtensionBasicConstraints> for IDispatch
impl From<IX509ExtensionBasicConstraints> for IDispatch
fn from(value: IX509ExtensionBasicConstraints) -> Self
fn from(value: IX509ExtensionBasicConstraints) -> Self
Converts to this type from the input type.
impl From<IX509ExtensionCertificatePolicies> for IDispatch
impl From<IX509ExtensionCertificatePolicies> for IDispatch
fn from(value: IX509ExtensionCertificatePolicies) -> Self
fn from(value: IX509ExtensionCertificatePolicies) -> Self
Converts to this type from the input type.
impl From<IX509ExtensionEnhancedKeyUsage> for IDispatch
impl From<IX509ExtensionEnhancedKeyUsage> for IDispatch
fn from(value: IX509ExtensionEnhancedKeyUsage) -> Self
fn from(value: IX509ExtensionEnhancedKeyUsage) -> Self
Converts to this type from the input type.
impl From<IX509ExtensionKeyUsage> for IDispatch
impl From<IX509ExtensionKeyUsage> for IDispatch
fn from(value: IX509ExtensionKeyUsage) -> Self
fn from(value: IX509ExtensionKeyUsage) -> Self
Converts to this type from the input type.
impl From<IX509ExtensionMSApplicationPolicies> for IDispatch
impl From<IX509ExtensionMSApplicationPolicies> for IDispatch
fn from(value: IX509ExtensionMSApplicationPolicies) -> Self
fn from(value: IX509ExtensionMSApplicationPolicies) -> Self
Converts to this type from the input type.
impl From<IX509ExtensionSmimeCapabilities> for IDispatch
impl From<IX509ExtensionSmimeCapabilities> for IDispatch
fn from(value: IX509ExtensionSmimeCapabilities) -> Self
fn from(value: IX509ExtensionSmimeCapabilities) -> Self
Converts to this type from the input type.
impl From<IX509ExtensionSubjectKeyIdentifier> for IDispatch
impl From<IX509ExtensionSubjectKeyIdentifier> for IDispatch
fn from(value: IX509ExtensionSubjectKeyIdentifier) -> Self
fn from(value: IX509ExtensionSubjectKeyIdentifier) -> Self
Converts to this type from the input type.
impl From<IX509ExtensionTemplate> for IDispatch
impl From<IX509ExtensionTemplate> for IDispatch
fn from(value: IX509ExtensionTemplate) -> Self
fn from(value: IX509ExtensionTemplate) -> Self
Converts to this type from the input type.
impl From<IX509ExtensionTemplateName> for IDispatch
impl From<IX509ExtensionTemplateName> for IDispatch
fn from(value: IX509ExtensionTemplateName) -> Self
fn from(value: IX509ExtensionTemplateName) -> Self
Converts to this type from the input type.
impl From<IX509Extensions> for IDispatch
impl From<IX509Extensions> for IDispatch
fn from(value: IX509Extensions) -> Self
fn from(value: IX509Extensions) -> Self
Converts to this type from the input type.
impl From<IX509MachineEnrollmentFactory> for IDispatch
impl From<IX509MachineEnrollmentFactory> for IDispatch
fn from(value: IX509MachineEnrollmentFactory) -> Self
fn from(value: IX509MachineEnrollmentFactory) -> Self
Converts to this type from the input type.
impl From<IX509NameValuePair> for IDispatch
impl From<IX509NameValuePair> for IDispatch
fn from(value: IX509NameValuePair) -> Self
fn from(value: IX509NameValuePair) -> Self
Converts to this type from the input type.
impl From<IX509NameValuePairs> for IDispatch
impl From<IX509NameValuePairs> for IDispatch
fn from(value: IX509NameValuePairs) -> Self
fn from(value: IX509NameValuePairs) -> Self
Converts to this type from the input type.
impl From<IX509PolicyServerListManager> for IDispatch
impl From<IX509PolicyServerListManager> for IDispatch
fn from(value: IX509PolicyServerListManager) -> Self
fn from(value: IX509PolicyServerListManager) -> Self
Converts to this type from the input type.
impl From<IX509PolicyServerUrl> for IDispatch
impl From<IX509PolicyServerUrl> for IDispatch
fn from(value: IX509PolicyServerUrl) -> Self
fn from(value: IX509PolicyServerUrl) -> Self
Converts to this type from the input type.
impl From<IX509PrivateKey> for IDispatch
impl From<IX509PrivateKey> for IDispatch
fn from(value: IX509PrivateKey) -> Self
fn from(value: IX509PrivateKey) -> Self
Converts to this type from the input type.
impl From<IX509PrivateKey2> for IDispatch
impl From<IX509PrivateKey2> for IDispatch
fn from(value: IX509PrivateKey2) -> Self
fn from(value: IX509PrivateKey2) -> Self
Converts to this type from the input type.
impl From<IX509PublicKey> for IDispatch
impl From<IX509PublicKey> for IDispatch
fn from(value: IX509PublicKey) -> Self
fn from(value: IX509PublicKey) -> Self
Converts to this type from the input type.
impl From<IX509SCEPEnrollment> for IDispatch
impl From<IX509SCEPEnrollment> for IDispatch
fn from(value: IX509SCEPEnrollment) -> Self
fn from(value: IX509SCEPEnrollment) -> Self
Converts to this type from the input type.
impl From<IX509SCEPEnrollment2> for IDispatch
impl From<IX509SCEPEnrollment2> for IDispatch
fn from(value: IX509SCEPEnrollment2) -> Self
fn from(value: IX509SCEPEnrollment2) -> Self
Converts to this type from the input type.
impl From<IX509SCEPEnrollmentHelper> for IDispatch
impl From<IX509SCEPEnrollmentHelper> for IDispatch
fn from(value: IX509SCEPEnrollmentHelper) -> Self
fn from(value: IX509SCEPEnrollmentHelper) -> Self
Converts to this type from the input type.
impl From<IX509SignatureInformation> for IDispatch
impl From<IX509SignatureInformation> for IDispatch
fn from(value: IX509SignatureInformation) -> Self
fn from(value: IX509SignatureInformation) -> Self
Converts to this type from the input type.
impl From<IXDSCodecEvents> for IDispatch
impl From<IXDSCodecEvents> for IDispatch
fn from(value: IXDSCodecEvents) -> Self
fn from(value: IXDSCodecEvents) -> Self
Converts to this type from the input type.
impl From<IXMLAttribute> for IDispatch
impl From<IXMLAttribute> for IDispatch
fn from(value: IXMLAttribute) -> Self
fn from(value: IXMLAttribute) -> Self
Converts to this type from the input type.
impl From<IXMLDOMAttribute> for IDispatch
impl From<IXMLDOMAttribute> for IDispatch
fn from(value: IXMLDOMAttribute) -> Self
fn from(value: IXMLDOMAttribute) -> Self
Converts to this type from the input type.
impl From<IXMLDOMCDATASection> for IDispatch
impl From<IXMLDOMCDATASection> for IDispatch
fn from(value: IXMLDOMCDATASection) -> Self
fn from(value: IXMLDOMCDATASection) -> Self
Converts to this type from the input type.
impl From<IXMLDOMCharacterData> for IDispatch
impl From<IXMLDOMCharacterData> for IDispatch
fn from(value: IXMLDOMCharacterData) -> Self
fn from(value: IXMLDOMCharacterData) -> Self
Converts to this type from the input type.
impl From<IXMLDOMComment> for IDispatch
impl From<IXMLDOMComment> for IDispatch
fn from(value: IXMLDOMComment) -> Self
fn from(value: IXMLDOMComment) -> Self
Converts to this type from the input type.
impl From<IXMLDOMDocument> for IDispatch
impl From<IXMLDOMDocument> for IDispatch
fn from(value: IXMLDOMDocument) -> Self
fn from(value: IXMLDOMDocument) -> Self
Converts to this type from the input type.
impl From<IXMLDOMDocument2> for IDispatch
impl From<IXMLDOMDocument2> for IDispatch
fn from(value: IXMLDOMDocument2) -> Self
fn from(value: IXMLDOMDocument2) -> Self
Converts to this type from the input type.
impl From<IXMLDOMDocument3> for IDispatch
impl From<IXMLDOMDocument3> for IDispatch
fn from(value: IXMLDOMDocument3) -> Self
fn from(value: IXMLDOMDocument3) -> Self
Converts to this type from the input type.
impl From<IXMLDOMDocumentFragment> for IDispatch
impl From<IXMLDOMDocumentFragment> for IDispatch
fn from(value: IXMLDOMDocumentFragment) -> Self
fn from(value: IXMLDOMDocumentFragment) -> Self
Converts to this type from the input type.
impl From<IXMLDOMDocumentType> for IDispatch
impl From<IXMLDOMDocumentType> for IDispatch
fn from(value: IXMLDOMDocumentType) -> Self
fn from(value: IXMLDOMDocumentType) -> Self
Converts to this type from the input type.
impl From<IXMLDOMElement> for IDispatch
impl From<IXMLDOMElement> for IDispatch
fn from(value: IXMLDOMElement) -> Self
fn from(value: IXMLDOMElement) -> Self
Converts to this type from the input type.
impl From<IXMLDOMEntity> for IDispatch
impl From<IXMLDOMEntity> for IDispatch
fn from(value: IXMLDOMEntity) -> Self
fn from(value: IXMLDOMEntity) -> Self
Converts to this type from the input type.
impl From<IXMLDOMEntityReference> for IDispatch
impl From<IXMLDOMEntityReference> for IDispatch
fn from(value: IXMLDOMEntityReference) -> Self
fn from(value: IXMLDOMEntityReference) -> Self
Converts to this type from the input type.
impl From<IXMLDOMImplementation> for IDispatch
impl From<IXMLDOMImplementation> for IDispatch
fn from(value: IXMLDOMImplementation) -> Self
fn from(value: IXMLDOMImplementation) -> Self
Converts to this type from the input type.
impl From<IXMLDOMNamedNodeMap> for IDispatch
impl From<IXMLDOMNamedNodeMap> for IDispatch
fn from(value: IXMLDOMNamedNodeMap) -> Self
fn from(value: IXMLDOMNamedNodeMap) -> Self
Converts to this type from the input type.
impl From<IXMLDOMNode> for IDispatch
impl From<IXMLDOMNode> for IDispatch
fn from(value: IXMLDOMNode) -> Self
fn from(value: IXMLDOMNode) -> Self
Converts to this type from the input type.
impl From<IXMLDOMNodeList> for IDispatch
impl From<IXMLDOMNodeList> for IDispatch
fn from(value: IXMLDOMNodeList) -> Self
fn from(value: IXMLDOMNodeList) -> Self
Converts to this type from the input type.
impl From<IXMLDOMNotation> for IDispatch
impl From<IXMLDOMNotation> for IDispatch
fn from(value: IXMLDOMNotation) -> Self
fn from(value: IXMLDOMNotation) -> Self
Converts to this type from the input type.
impl From<IXMLDOMParseError> for IDispatch
impl From<IXMLDOMParseError> for IDispatch
fn from(value: IXMLDOMParseError) -> Self
fn from(value: IXMLDOMParseError) -> Self
Converts to this type from the input type.
impl From<IXMLDOMParseError2> for IDispatch
impl From<IXMLDOMParseError2> for IDispatch
fn from(value: IXMLDOMParseError2) -> Self
fn from(value: IXMLDOMParseError2) -> Self
Converts to this type from the input type.
impl From<IXMLDOMParseErrorCollection> for IDispatch
impl From<IXMLDOMParseErrorCollection> for IDispatch
fn from(value: IXMLDOMParseErrorCollection) -> Self
fn from(value: IXMLDOMParseErrorCollection) -> Self
Converts to this type from the input type.
impl From<IXMLDOMProcessingInstruction> for IDispatch
impl From<IXMLDOMProcessingInstruction> for IDispatch
fn from(value: IXMLDOMProcessingInstruction) -> Self
fn from(value: IXMLDOMProcessingInstruction) -> Self
Converts to this type from the input type.
impl From<IXMLDOMSchemaCollection> for IDispatch
impl From<IXMLDOMSchemaCollection> for IDispatch
fn from(value: IXMLDOMSchemaCollection) -> Self
fn from(value: IXMLDOMSchemaCollection) -> Self
Converts to this type from the input type.
impl From<IXMLDOMSchemaCollection2> for IDispatch
impl From<IXMLDOMSchemaCollection2> for IDispatch
fn from(value: IXMLDOMSchemaCollection2) -> Self
fn from(value: IXMLDOMSchemaCollection2) -> Self
Converts to this type from the input type.
impl From<IXMLDOMSelection> for IDispatch
impl From<IXMLDOMSelection> for IDispatch
fn from(value: IXMLDOMSelection) -> Self
fn from(value: IXMLDOMSelection) -> Self
Converts to this type from the input type.
impl From<IXMLDOMText> for IDispatch
impl From<IXMLDOMText> for IDispatch
fn from(value: IXMLDOMText) -> Self
fn from(value: IXMLDOMText) -> Self
Converts to this type from the input type.
impl From<IXMLDSOControl> for IDispatch
impl From<IXMLDSOControl> for IDispatch
fn from(value: IXMLDSOControl) -> Self
fn from(value: IXMLDSOControl) -> Self
Converts to this type from the input type.
impl From<IXMLDocument> for IDispatch
impl From<IXMLDocument> for IDispatch
fn from(value: IXMLDocument) -> Self
fn from(value: IXMLDocument) -> Self
Converts to this type from the input type.
impl From<IXMLDocument2> for IDispatch
impl From<IXMLDocument2> for IDispatch
fn from(value: IXMLDocument2) -> Self
fn from(value: IXMLDocument2) -> Self
Converts to this type from the input type.
impl From<IXMLElement> for IDispatch
impl From<IXMLElement> for IDispatch
fn from(value: IXMLElement) -> Self
fn from(value: IXMLElement) -> Self
Converts to this type from the input type.
impl From<IXMLElement2> for IDispatch
impl From<IXMLElement2> for IDispatch
fn from(value: IXMLElement2) -> Self
fn from(value: IXMLElement2) -> Self
Converts to this type from the input type.
impl From<IXMLElementCollection> for IDispatch
impl From<IXMLElementCollection> for IDispatch
fn from(value: IXMLElementCollection) -> Self
fn from(value: IXMLElementCollection) -> Self
Converts to this type from the input type.
impl From<IXMLHTTPRequest> for IDispatch
impl From<IXMLHTTPRequest> for IDispatch
fn from(value: IXMLHTTPRequest) -> Self
fn from(value: IXMLHTTPRequest) -> Self
Converts to this type from the input type.
impl From<IXMLHttpRequest> for IDispatch
impl From<IXMLHttpRequest> for IDispatch
fn from(value: IXMLHttpRequest) -> Self
fn from(value: IXMLHttpRequest) -> Self
Converts to this type from the input type.
impl From<IXSLProcessor> for IDispatch
impl From<IXSLProcessor> for IDispatch
fn from(value: IXSLProcessor) -> Self
fn from(value: IXSLProcessor) -> Self
Converts to this type from the input type.
impl From<IXSLTemplate> for IDispatch
impl From<IXSLTemplate> for IDispatch
fn from(value: IXSLTemplate) -> Self
fn from(value: IXSLTemplate) -> Self
Converts to this type from the input type.
impl From<IXTLRuntime> for IDispatch
impl From<IXTLRuntime> for IDispatch
fn from(value: IXTLRuntime) -> Self
fn from(value: IXTLRuntime) -> Self
Converts to this type from the input type.
impl From<ObjectContext> for IDispatch
impl From<ObjectContext> for IDispatch
fn from(value: ObjectContext) -> Self
fn from(value: ObjectContext) -> Self
Converts to this type from the input type.
impl From<Properties> for IDispatch
impl From<Properties> for IDispatch
fn from(value: Properties) -> Self
fn from(value: Properties) -> Self
Converts to this type from the input type.
impl From<ScopeNamespace> for IDispatch
impl From<ScopeNamespace> for IDispatch
fn from(value: ScopeNamespace) -> Self
fn from(value: ScopeNamespace) -> Self
Converts to this type from the input type.
impl From<SecurityProperty> for IDispatch
impl From<SecurityProperty> for IDispatch
fn from(value: SecurityProperty) -> Self
fn from(value: SecurityProperty) -> Self
Converts to this type from the input type.
impl From<XMLDOMDocumentEvents> for IDispatch
impl From<XMLDOMDocumentEvents> for IDispatch
fn from(value: XMLDOMDocumentEvents) -> Self
fn from(value: XMLDOMDocumentEvents) -> Self
Converts to this type from the input type.
impl From<_AppEvents> for IDispatch
impl From<_AppEvents> for IDispatch
fn from(value: _AppEvents) -> Self
fn from(value: _AppEvents) -> Self
Converts to this type from the input type.
impl From<_Application> for IDispatch
impl From<_Application> for IDispatch
fn from(value: _Application) -> Self
fn from(value: _Application) -> Self
Converts to this type from the input type.
impl From<_DMSMQEventEvents> for IDispatch
impl From<_DMSMQEventEvents> for IDispatch
fn from(value: _DMSMQEventEvents) -> Self
fn from(value: _DMSMQEventEvents) -> Self
Converts to this type from the input type.
impl From<_EventConnector> for IDispatch
impl From<_EventConnector> for IDispatch
fn from(value: _EventConnector) -> Self
fn from(value: _EventConnector) -> Self
Converts to this type from the input type.
impl From<_ICivicAddressReportFactoryEvents> for IDispatch
impl From<_ICivicAddressReportFactoryEvents> for IDispatch
fn from(value: _ICivicAddressReportFactoryEvents) -> Self
fn from(value: _ICivicAddressReportFactoryEvents) -> Self
Converts to this type from the input type.
impl From<_IFaxAccountNotify> for IDispatch
impl From<_IFaxAccountNotify> for IDispatch
fn from(value: _IFaxAccountNotify) -> Self
fn from(value: _IFaxAccountNotify) -> Self
Converts to this type from the input type.
impl From<_IFaxServerNotify2> for IDispatch
impl From<_IFaxServerNotify2> for IDispatch
fn from(value: _IFaxServerNotify2) -> Self
fn from(value: _IFaxServerNotify2) -> Self
Converts to this type from the input type.
impl From<_IInkCollectorEvents> for IDispatch
impl From<_IInkCollectorEvents> for IDispatch
fn from(value: _IInkCollectorEvents) -> Self
fn from(value: _IInkCollectorEvents) -> Self
Converts to this type from the input type.
impl From<_IInkEditEvents> for IDispatch
impl From<_IInkEditEvents> for IDispatch
fn from(value: _IInkEditEvents) -> Self
fn from(value: _IInkEditEvents) -> Self
Converts to this type from the input type.
impl From<_IInkEvents> for IDispatch
impl From<_IInkEvents> for IDispatch
fn from(value: _IInkEvents) -> Self
fn from(value: _IInkEvents) -> Self
Converts to this type from the input type.
impl From<_IInkOverlayEvents> for IDispatch
impl From<_IInkOverlayEvents> for IDispatch
fn from(value: _IInkOverlayEvents) -> Self
fn from(value: _IInkOverlayEvents) -> Self
Converts to this type from the input type.
impl From<_IInkPictureEvents> for IDispatch
impl From<_IInkPictureEvents> for IDispatch
fn from(value: _IInkPictureEvents) -> Self
fn from(value: _IInkPictureEvents) -> Self
Converts to this type from the input type.
impl From<_IInkRecognitionEvents> for IDispatch
impl From<_IInkRecognitionEvents> for IDispatch
fn from(value: _IInkRecognitionEvents) -> Self
fn from(value: _IInkRecognitionEvents) -> Self
Converts to this type from the input type.
impl From<_IInkStrokesEvents> for IDispatch
impl From<_IInkStrokesEvents> for IDispatch
fn from(value: _IInkStrokesEvents) -> Self
fn from(value: _IInkStrokesEvents) -> Self
Converts to this type from the input type.
impl From<_ILatLongReportFactoryEvents> for IDispatch
impl From<_ILatLongReportFactoryEvents> for IDispatch
fn from(value: _ILatLongReportFactoryEvents) -> Self
fn from(value: _ILatLongReportFactoryEvents) -> Self
Converts to this type from the input type.
impl From<_IMSVidCtlEvents> for IDispatch
impl From<_IMSVidCtlEvents> for IDispatch
fn from(value: _IMSVidCtlEvents) -> Self
fn from(value: _IMSVidCtlEvents) -> Self
Converts to this type from the input type.
impl From<_IMathInputControlEvents> for IDispatch
impl From<_IMathInputControlEvents> for IDispatch
fn from(value: _IMathInputControlEvents) -> Self
fn from(value: _IMathInputControlEvents) -> Self
Converts to this type from the input type.
impl From<_IPenInputPanelEvents> for IDispatch
impl From<_IPenInputPanelEvents> for IDispatch
fn from(value: _IPenInputPanelEvents) -> Self
fn from(value: _IPenInputPanelEvents) -> Self
Converts to this type from the input type.
impl From<_IRDPSessionEvents> for IDispatch
impl From<_IRDPSessionEvents> for IDispatch
fn from(value: _IRDPSessionEvents) -> Self
fn from(value: _IRDPSessionEvents) -> Self
Converts to this type from the input type.
impl From<_ISpeechRecoContextEvents> for IDispatch
impl From<_ISpeechRecoContextEvents> for IDispatch
fn from(value: _ISpeechRecoContextEvents) -> Self
fn from(value: _ISpeechRecoContextEvents) -> Self
Converts to this type from the input type.
impl From<_ISpeechVoiceEvents> for IDispatch
impl From<_ISpeechVoiceEvents> for IDispatch
fn from(value: _ISpeechVoiceEvents) -> Self
fn from(value: _ISpeechVoiceEvents) -> Self
Converts to this type from the input type.
impl From<_ITSWkspEvents> for IDispatch
impl From<_ITSWkspEvents> for IDispatch
fn from(value: _ITSWkspEvents) -> Self
fn from(value: _ITSWkspEvents) -> Self
Converts to this type from the input type.
impl From<_WMPOCXEvents> for IDispatch
impl From<_WMPOCXEvents> for IDispatch
fn from(value: _WMPOCXEvents) -> Self
fn from(value: _WMPOCXEvents) -> Self
Converts to this type from the input type.
impl Vtable for IDispatch
impl Vtable for IDispatch
type Vtable = IDispatch_Vtbl
fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface implementation.fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
unsafe fn from_raw_borrowed<'a>(raw: &'a *mut c_void) -> &'a Self
unsafe fn from_raw_borrowed<'a>(raw: &'a *mut c_void) -> &'a Self
impl Eq for IDispatch
Auto Trait Implementations
impl RefUnwindSafe for IDispatch
impl !Send for IDispatch
impl !Sync for IDispatch
impl Unpin for IDispatch
impl UnwindSafe for IDispatch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more